Created
April 6, 2015 16:18
-
-
Save perzizzle/e9ce3e103cd2f696e219 to your computer and use it in GitHub Desktop.
HelloWorldLinux
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 Linux | |
| hosts: "{{ host_limit }}" | |
| gather_facts: false | |
| tasks: | |
| - name: Hello World Linux | |
| shell: echo "hello world" | |
| when: message is not defined | |
| - name: Hello World Linux | |
| shell: echo "hello world my message for you " {{ message }} | |
| when: message is defined |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment