- linux:
- system:
- enabled: true
- domain: ci.local
- name: linux.ci.local
- network:
- enabled: true
- hostname: linux
- fqdn: linux.ci.local
- network_manager: false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- dhclient:
- enabled: true
- backoff_cutoff: 15
- initial_interval: 10
- reboot: 10
- retry: 60
- select_timeout: 0
- timeout: 120
- send:
- - option: host-name
- declaration: "= gethostname()"
- supersede:
- - option: host-name
- declaration: linux
- - option: domain-name
- declaration: ci.local
-
-
- prepend:
- - option: domain-name-servers
- declaration:
- - 8.8.8.8
- - 8.8.4.4
- - option: domain-search
- declaration:
- - example.com
- - eng.example.com
-
- reject:
- - 10.0.2.0/24
- request:
- - subnet-mask
- - broadcast-address
- - time-offset
- - routers
- - domain-name
- - domain-name-servers
- - domain-search
- - host-name
- - dhcp6.name-servers
- - dhcp6.domain-search
- - dhcp6.fqdn
- - dhcp6.sntp-servers
- - netbios-name-servers
- - netbios-scope
- - interface-mtu
- - rfc3442-classless-static-routes
- - ntp-servers
- require:
- - subnet-mask
- - domain-name-servers
-
-
-
-
-
-
-
-
-
-
-
-
-
- systemd:
- link:
- 10-iface-dmz:
- match:
- type: eth
-
-
- link:
- name: dmz0
- netdev:
- 20-bridge:
- NetDev:
- Name: br0
- Kind: bridge
- 20-bridge-dmz:
-
- match:
- name: dmz0
- network:
- description: bridge
- bridge: br-dmz0
- network:
- 40-dhcp:
- Match:
- Name: '*'
- Network:
- DHCP: yes
|