common/defaults/main.yaml

14 lines
370 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"