common/defaults/main.yaml
2025-04-02 16:54:08 +02:00

18 lines
433 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"
# ntp
ntp_server: "pool.ntp.org"
timezone: "Europe/Amsterdam"