--- # 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: "allow ssh from bastion.siempie.internal" to_port: "22" from_ip: "192.168.10.55" firewall_host_rules: - name: "allow ssh from bastion.siempie.internal" to_port: "22" from_ip: "192.168.10.55" # ntp ntp_server: "pool.ntp.org" timezone: "Europe/Amsterdam" # swap swap: false