bridgify: use host variables for the various things
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
acd06a9d95
commit
47a4f09be4
1 changed files with 5 additions and 5 deletions
|
@ -12,7 +12,7 @@
|
||||||
autoconnect: yes
|
autoconnect: yes
|
||||||
ip:
|
ip:
|
||||||
address:
|
address:
|
||||||
- 10.3.163.11/24
|
- "{{ br0_ip }}/24"
|
||||||
gateway4: 10.3.163.254
|
gateway4: 10.3.163.254
|
||||||
dns:
|
dns:
|
||||||
- 10.3.163.33
|
- 10.3.163.33
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
state: up
|
state: up
|
||||||
type: ethernet
|
type: ethernet
|
||||||
master: br0
|
master: br0
|
||||||
mac: E4:43:4B:B1:70:88
|
mac: "{{ mac1 }}"
|
||||||
|
|
||||||
- name: br1
|
- name: br1
|
||||||
state: up
|
state: up
|
||||||
|
@ -42,17 +42,17 @@
|
||||||
state: up
|
state: up
|
||||||
type: ethernet
|
type: ethernet
|
||||||
master: br1
|
master: br1
|
||||||
mac: E4:43:4B:B1:70:8A
|
mac: "{{ mac2 }}"
|
||||||
|
|
||||||
- name: deployment
|
- name: deployment
|
||||||
state: down
|
state: down
|
||||||
type: ethernet
|
type: ethernet
|
||||||
mac: e4:43:4b:b1:70:a8
|
mac: "{{ mac3 }}"
|
||||||
|
|
||||||
- name: unused
|
- name: unused
|
||||||
state: down
|
state: down
|
||||||
type: ethernet
|
type: ethernet
|
||||||
mac: e4:43:4b:b1:70:a9
|
mac: "{{ mac4 }}"
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: linux-system-roles.network
|
- role: linux-system-roles.network
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue