Add common roles from polyfloyd's playbookds
This commit is contained in:
parent
1332f49101
commit
e43ec3229f
23 changed files with 694 additions and 0 deletions
13
roles/common/defaults/main.yaml
Normal file
13
roles/common/defaults/main.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
ssh_port: "22"
|
||||
unattended_upgrades_auto_reboot_time: "04:00"
|
||||
trusted_ranges:
|
||||
- { v: ipv4, cidr: 127.0.0.1 }
|
||||
- { v: ipv4, cidr: 10.0.0.0/8 }
|
||||
- { v: ipv4, cidr: 192.168.0.0/16 }
|
||||
- { v: ipv6, cidr: "::1" }
|
||||
- { v: ipv6, cidr: "fe80::/10" }
|
||||
|
||||
# All off: no touch config
|
||||
network_br: off
|
||||
network_dhcp: off
|
||||
network_static: off
|
Loading…
Add table
Add a link
Reference in a new issue