Refactoring + final touches
This commit is contained in:
14
ansible/network.yml
Normal file
14
ansible/network.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
- name: Configure P2P Private Network Bridge
|
||||
hosts: proxmox
|
||||
become: true
|
||||
gather_facts: true
|
||||
|
||||
tasks:
|
||||
- name: Configure p2p bridge
|
||||
ansible.builtin.include_role:
|
||||
name: p2p_network
|
||||
when:
|
||||
- priv_nic_1 is defined
|
||||
- priv_nic_2 is defined
|
||||
- priv_ip is defined
|
||||
Reference in New Issue
Block a user