Deploy SSH config to all persistent cloud
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
e43e0e06b1
commit
0f68548855
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@
|
||||||
register: nova_result
|
register: nova_result
|
||||||
when: host_is_up|failed
|
when: host_is_up|failed
|
||||||
|
|
||||||
- name: Put in SSH cert
|
- name: Deploy SSH config
|
||||||
include: "{{ ansible_base }}/ansible/roles/base/tasks/sshcerts.yml"
|
include_role: basessh
|
||||||
|
|
||||||
# instance can be both id and name, volume must be id
|
# instance can be both id and name, volume must be id
|
||||||
# volume must be id
|
# volume must be id
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue