Skip to content

Instantly share code, notes, and snippets.

@perzizzle
Created April 6, 2015 16:18
Show Gist options
  • Select an option

  • Save perzizzle/e9ce3e103cd2f696e219 to your computer and use it in GitHub Desktop.

Select an option

Save perzizzle/e9ce3e103cd2f696e219 to your computer and use it in GitHub Desktop.
HelloWorldLinux
---
- 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