- This playbook installs most of the tools needed for DevOps and configure your Macbook accordingly.
Work in progress: need to install more tools
$ cd ~
$ find . | grep ansible | more
# find the ansible PATH
./Library/Python/3.9/bin/ansible
.
.
# Update your .bash_profile or .zshrc:
export PATH="/path/to/Library/Python/3.8/bin:$PATH"
# Source and check:
$ source ~/.zshrc
$ ansible --version
ansible 2.10.8
config file = None
configured module search path = ['/Users/dbove/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ls -l ~/.ansible
=> adjust to your user if needed. (ansible should run WITHOUT sudo)