ansible@10

Automate deployment, configuration, and upgrading

brewmacoslinux
Try with needOr install directly
Source

About

Automate deployment, configuration, and upgrading

Commands

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

Examples

Run a playbook to configure multiple servers$ ansible-playbook -i inventory.ini site.yml
Execute an ad-hoc command on all hosts in inventory$ ansible all -i inventory.ini -m ping
Install a role from Ansible Galaxy$ ansible-galaxy install geerlingguy.nodejs