diff options
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/debug.yml | 12 | ||||
l--------- | playbooks/templates | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/playbooks/debug.yml b/playbooks/debug.yml new file mode 100644 index 0000000..432e317 --- /dev/null +++ b/playbooks/debug.yml @@ -0,0 +1,12 @@ +--- + +- name: Debug + hosts: all + tasks: + - name: A + debug: + var: ansible_facts["distribution"] | lower + + - name: G + debug: + var: groups["all"] diff --git a/playbooks/templates b/playbooks/templates new file mode 120000 index 0000000..564a409 --- /dev/null +++ b/playbooks/templates @@ -0,0 +1 @@ +../templates
\ No newline at end of file |