Keyboard shortcuts

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

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