Skip to content

Instantly share code, notes, and snippets.

@wu-lee
wu-lee / test.j2
Created September 16, 2013 14:05
reproduce ansible template_path variable issue
hello from {{template_path}}
--- # create_userA.yml tasks:
- name: Create the "${user}" user
action: user
state=present
name="${user}"
createhome=yes
- name: Insert authorized_keys for user "$user"
action: authorized_key
[standard_users]
some.host.net