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