Merge "Use allovercloud ansible group"
This commit is contained in:
commit
c3ee5fd647
@ -59,8 +59,7 @@
|
|||||||
|
|
||||||
- name: create list of hosts to clean up in IPA
|
- name: create list of hosts to clean up in IPA
|
||||||
set_fact:
|
set_fact:
|
||||||
hosts_list: "{{ hosts_list + [ hostvars[item]['canonical_hostname'] ] }}"
|
hosts_list: "{{ groups.allovercloud | map('extract', hostvars, 'canonical_hostname') | list }}"
|
||||||
loop: "{{ groups.certmonger_user | default([]) }}"
|
|
||||||
|
|
||||||
- name: import cleanup tasks from the tripleo-ipa role
|
- name: import cleanup tasks from the tripleo-ipa role
|
||||||
include_role:
|
include_role:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user