Skip to content

Commit 86b2c8a

Browse files
author
Asma Syed Hameed
committed
clean interfaces on undercloud hypervisor
1 parent 4b04f1e commit 86b2c8a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

virtual_undercloud.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
---
22
- hosts: undercloud_hypervisor
33
tasks:
4+
- name: Clean network interfaces
5+
shell: |
6+
/root/clean-interfaces.sh --nuke
7+
changed_when: false
8+
ignore_errors: yes
9+
410
- name: check if ssh key exists
511
stat:
612
path: "{{ ansible_ssh_key }}"

0 commit comments

Comments
 (0)