Skip to content

Instantly share code, notes, and snippets.

@dopatraman
Last active April 23, 2020 00:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dopatraman/21c6292c51fe5012b42f3bb7d9f69100 to your computer and use it in GitHub Desktop.
Save dopatraman/21c6292c51fe5012b42f3bb7d9f69100 to your computer and use it in GitHub Desktop.
Example playbook
- hosts: all # 1
remote_user: user_name # 2
tasks:
- name: <task name> # 3
module_name: # 4
module_arg1: "foo" # 5
register: my_output # 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment