No description
This repository has been archived on 2026-04-20. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Makefile 100%
Find a file
2022-05-09 14:10:16 +01:00
inventory Initial Commit 2022-05-09 14:10:16 +01:00
.gitignore Initial Commit 2022-05-09 14:10:16 +01:00
ansible.cfg Initial Commit 2022-05-09 14:10:16 +01:00
Makefile Initial Commit 2022-05-09 14:10:16 +01:00
README.md Initial Commit 2022-05-09 14:10:16 +01:00

Scarlet Witch

Install Ansible

Installing Ansible is NOT as simple as it should be on macOS. Personally, I've used pipx as it simply doesn't play well with Homebrew and otherwise requires pip installing, which feels like the wrong way to handle Python projects, especially with a Homebrew install of Python.

Another thing which is poorly reflected online is the new way for installing things, older versions of ansible just let you pip install ansible[azure] but this no longer works and actually requires you to grab a file from GitHub.

With that rant asside I've wrapped this into a Makefile you can setup your Mac (assuming you have pipx installed) by simply executing: make setup.