add_host format adjustments
This commit is contained in:
parent
346283e913
commit
830273a492
@ -4,14 +4,7 @@
|
|||||||
become_user: root
|
become_user: root
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- debug: msg="{{ target_hosts }}"
|
- debug: msg="{{ ansible_limit }}"
|
||||||
# - add_host:
|
|
||||||
# groups: run_target_hosts
|
|
||||||
# hostname: "{{ item }}"
|
|
||||||
# loop: "{{ target_hosts }}"
|
|
||||||
|
|
||||||
- hosts: run_target_hosts
|
|
||||||
gather_facts: true
|
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- podman-host
|
- podman-host
|
||||||
|
Loading…
Reference in New Issue
Block a user