Skip to content

Commit

Permalink
clean interfaces on undercloud hypervisor
Browse files Browse the repository at this point in the history
  • Loading branch information
asyedham committed May 18, 2020
1 parent 4b04f1e commit 183e49d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions virtual_undercloud.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
- hosts: undercloud_hypervisor
tasks:
- name: Clean network interfaces
shell: |
/root/clean-interfaces.sh --nuke
changed_when: false

- name: check if ssh key exists
stat:
path: "{{ ansible_ssh_key }}"
Expand Down

0 comments on commit 183e49d

Please sign in to comment.