Last active
March 11, 2018 08:57
-
-
Save alvin4frnds/fbbe3b6939dc1e05c68eb2ab6559392e to your computer and use it in GitHub Desktop.
Hello world example for ansible-playbook.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- 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