clean up know_hosts for *-dev machines
They are reprovisioned quite often and their fingerprint change
This commit is contained in:
parent
e697254992
commit
592e5a28e8
2 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,8 @@
|
|||
- /srv/private/ansible/files/openstack/passwords.yml
|
||||
tasks:
|
||||
- include: "{{ tasks }}/persistent_cloud_new.yml"
|
||||
- name: clean out old known_hosts for copr-be-dev
|
||||
local_action: known_hosts path=/root/.ssh/known_hosts name=copr-be-dev.cloud.fedoraproject.org state=absent
|
||||
- include: "{{ tasks }}/growroot_cloud.yml"
|
||||
|
||||
- name: cloud basic setup
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
|
||||
tasks:
|
||||
- include: "{{ tasks }}/persistent_cloud_new.yml"
|
||||
- name: clean out old known_hosts for copr-fe-dev
|
||||
local_action: known_hosts path=/root/.ssh/known_hosts name=copr-fe-dev.cloud.fedoraproject.org state=absent
|
||||
- include: "{{ tasks }}/growroot_cloud.yml"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue