Ansible
-
How to learn the basics of Ansible: Basic course
-
How to run commands directly
ansible -i agents.txt all -a 'zsh -c "ls"'
-
How to run commands with a playbook
ansible-playbook -i agents.txt commands.yml
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
How to learn the basics of Ansible: Basic course
How to run commands directly
ansible -i agents.txt all -a 'zsh -c "ls"'
How to run commands with a playbook
ansible-playbook -i agents.txt commands.yml