Skip to content

Instantly share code, notes, and snippets.

@alvin4frnds
Last active March 11, 2018 08:57
Show Gist options
  • Save alvin4frnds/fbbe3b6939dc1e05c68eb2ab6559392e to your computer and use it in GitHub Desktop.
Save alvin4frnds/fbbe3b6939dc1e05c68eb2ab6559392e to your computer and use it in GitHub Desktop.
Hello world example for ansible-playbook.
---
- name: Hello World!
hosts: all
tasks:
- name: Hello World!
shell: echo "Hi! Tower is working."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment