- Install Python3
brew install python3- install ansible with homebrew
brew install ansible - install sshpass
brew install sshpassTODO:
check if can connect target server , production is the file where store the server infos list
ansible all -i inventories/production -m ping -vvvansible-playbook -i inventories/production site.yml -vvv