10 lines
173 B
YAML
10 lines
173 B
YAML
- name: Extract test
|
|
hosts: localhost
|
|
|
|
tasks:
|
|
- name: Lista IP
|
|
debug:
|
|
msg: "{{ groups['ankeborg'] | map('extract',
|
|
hostvars, ['ansible_host']) }}"
|
|
|