Merge "Skip unavailable hosts when distributing keys"
This commit is contained in:
commit
218a416317
@ -18,6 +18,7 @@
|
|||||||
user: "{{ nova_system_user_name }}"
|
user: "{{ nova_system_user_name }}"
|
||||||
key: "{{ hostvars[item]['nova_pubkey'] | b64decode }}"
|
key: "{{ hostvars[item]['nova_pubkey'] | b64decode }}"
|
||||||
with_items: groups['nova_compute']
|
with_items: groups['nova_compute']
|
||||||
|
when: hostvars[item]['nova_pubkey'] is defined
|
||||||
tags:
|
tags:
|
||||||
- nova-key
|
- nova-key
|
||||||
- nova-key-distribute
|
- nova-key-distribute
|
||||||
|
Loading…
x
Reference in New Issue
Block a user