ansible/roles/common/defaults/main.yaml
2024-06-01 23:30:09 +02:00

17 lines
407 B
YAML

ssh_port: "22"
is_vm: false
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: yes