common/defaults/main.yaml

31 lines
678 B
YAML

---
# automatic reboot
apt_automatic_reboot_time: "04:00"
apt_automatic_reboot: true
# ubuntu package repositories
apt_enable_multiverse: false
apt_enable_universe: true
# ubuntu repositories urls
apt_repository: "https://archive.ubuntu.com/ubuntu"
apt_repository_main: "https://archive.ubuntu.com/ubuntu"
apt_repository_security: "https://archive.ubuntu.com/ubuntu"
# firewall
firewall_enable: true
firewall_basic_rules:
- name: "anti-lockout rule"
from_ip: "any"
to_port: "22"
proto: "tcp"
firewall_host_rules:
- name: "anti-lockout rule"
from_ip: "any"
to_port: "22"
proto: "tcp"
# ntp
ntp_server: "pool.ntp.org"
timezone: "Europe/Amsterdam"