forked from gnuts/network-debian-formula
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpillar.example
More file actions
40 lines (36 loc) · 738 Bytes
/
pillar.example
File metadata and controls
40 lines (36 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
network:
dnsdomain: int.foobar.ninja
dnsserver:
- 192.168.1.1
dnssearch:
- int.foobar.ninja
- int.foobar.wtf
routes:
'0.0.0.0/0':
via: 192.168.1.1
comment: 'default route'
interfaces:
- name: 'eth0'
comment: "test interface"
enabled: True
proto: static
type: inet
mtu: 1500
address: 192.168.1.130
netmask: 24
- name: 'eth0'
comment: "test interface"
proto: static
type: inet6
mtu: 1500
address: fd66::1
netmask: 64
- name: 'br0'
comment: 'This is a bridge'
proto: static
type: inet
mtu: 1500
address: 192.168.2.130
netmask: 24
options:
- bridge_ports eth0