Skip to content

Commit 183e49d

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

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

virtual_undercloud.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
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+
49
- name: check if ssh key exists
510
stat:
611
path: "{{ ansible_ssh_key }}"

0 commit comments

Comments
 (0)