ansible@12

Automate deployment, configuration, and upgrading

brewmacoslinux
Try with needOr install directly
Source

About

Automate deployment, configuration, and upgrading

Commands

ansibleansible-playbookansible-inventoryansible-docansible-vaultansible-galaxyansible-pullansible-console

Examples

Run an ad-hoc command on all hosts in inventory$ ansible all -i inventory.ini -m ping
Execute a playbook to configure servers$ ansible-playbook site.yml -i hosts.ini
List all hosts in the inventory$ ansible-inventory -i inventory.ini --list