clean up know_hosts for *-dev machines

They are reprovisioned quite often and their fingerprint change
This commit is contained in:
Miroslav Suchý 2015-04-03 07:33:00 +00:00
parent e697254992
commit 592e5a28e8
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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"