Drop the removing of ssh host keys. The persistent playbook should now handle this on reprovision cleanly.
This commit is contained in:
parent
e015807e72
commit
65638ef274
3 changed files with 0 additions and 20 deletions
|
@ -14,12 +14,6 @@
|
|||
- /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={{item}} host=copr-be-dev.cloud.fedoraproject.org state=absent
|
||||
ignore_errors: True
|
||||
with_items:
|
||||
- /root/.ssh/known_hosts
|
||||
- /etc/ssh/ssh_known_hosts
|
||||
- include: "{{ tasks }}/growroot_cloud.yml"
|
||||
|
||||
- name: cloud basic setup
|
||||
|
|
|
@ -13,15 +13,8 @@
|
|||
|
||||
tasks:
|
||||
- include: "{{ tasks }}/persistent_cloud_new.yml"
|
||||
- name: clean out old known_hosts for copr-fe-dev
|
||||
local_action: known_hosts path={{item}} host=copr-fe-dev.cloud.fedoraproject.org state=absent
|
||||
ignore_errors: True
|
||||
with_items:
|
||||
- /root/.ssh/known_hosts
|
||||
- /etc/ssh/ssh_known_hosts
|
||||
- include: "{{ tasks }}/growroot_cloud.yml"
|
||||
|
||||
|
||||
- name: cloud basic setup
|
||||
hosts: copr-front-stg:copr-front
|
||||
# hosts: copr-front
|
||||
|
|
|
@ -13,15 +13,8 @@
|
|||
|
||||
tasks:
|
||||
- include: "{{ tasks }}/persistent_cloud_new.yml"
|
||||
- name: clean out old known_hosts for copr-keygen
|
||||
local_action: known_hosts path={{item}} host=copr-keygen.cloud.fedoraproject.org state=absent
|
||||
ignore_errors: True
|
||||
with_items:
|
||||
- /root/.ssh/known_hosts
|
||||
- /etc/ssh/ssh_known_hosts
|
||||
- include: "{{ tasks }}/growroot_cloud.yml"
|
||||
|
||||
|
||||
- name: cloud basic setup
|
||||
hosts: copr-keygen-stg:copr-keygen
|
||||
# hosts: copr-keygen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue