ansible/roles/common/defaults/main.yaml

21 lines
473 B
YAML

ssh_port: "22"
unattended_upgrades_auto_reboot_time: "04:00"
unattended_upgrades_extra_origin_patterns: []
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
node_exporter: true
debian_packages_unwanted:
- netcat-traditional
- letsencrypt
- certbot