Bring up underlying interfaces

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:21 -04:00
parent 5d3de3ece2
commit db3198aadc
1 changed files with 9 additions and 0 deletions

View File

@ -1,4 +1,13 @@
---
- name: bring up upstream interface
command: ifup {{ pvc_upstream_device }}
- name: bring up cluster interface
command: ifup {{ pvc_cluster_device }}
- name: brindg up storage interface
command: ifup {{ pvc_storage_device }}
- name: create cluster bridge interface
command: brctl addbr brcluster
ignore_errors: yes