via SSH using keypair authentication • It's recommended to have a user with sudo permission to run the tasks in the server How to configure your SSH access for running Ansible: bit.ly/ansible-ssh
-t now when: ansible_os_family == "Debian" - name: foo is defined shell: echo "I've got '{{ foo }}' and am not afraid to use it!" when: foo is defined - name: foo is not defined fail: msg="Bailing out. this play requires 'bar'" when: bar is not defined