Initial commit
This commit is contained in:
9
jinja-losen.yml
Normal file
9
jinja-losen.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
- name: Extract test
|
||||
hosts: localhost
|
||||
|
||||
tasks:
|
||||
- name: Lista alla lösenord
|
||||
debug:
|
||||
msg: "{{ groups['ankeborg'] | map('extract',
|
||||
hostvars, ['ansible_become_pass']) }}"
|
||||
|
||||
Reference in New Issue
Block a user