# hello world # https://www.digitalocean.com/community/tutorial-series/how-to-write-ansible-playbooks --- - name: "01 - Playing with Ansible - hello world" hosts: all tasks: - name: Print message debug: msg: Hello Ansible World ...