Saltstack Official Linux Formula
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- linux:
- system:
- enabled: true
- domain: ci.local
- name: linux
- network:
- enabled: true
- hostname: linux
- fqdn: linux.ci.local
- network_manager: false
- #interface:
- #eth0:
- #enabled: true
- #type: eth
- #address: 192.168.0.102
- #netmask: 255.255.255.0
- #gateway: 192.168.0.1
- #name_servers:
- #- 8.8.8.8
- #- 8.8.4.4
- #mtu: 1500
- #vlan69:
- #enabled: true
- #type: vlan
- #use_interfaces:
- #- interface: ${linux:interface:eth0}
|