Add NTP server config

This commit is contained in:
Daniel A. Maierhofer
2018-10-08 17:54:13 +02:00
parent 5290b88126
commit 44a8617c12
2 changed files with 6 additions and 1 deletions

View File

@@ -19,6 +19,11 @@ common_hostname: True
common_rsyslog: True common_rsyslog: True
common_openssh_permit_root_login: "yes" common_openssh_permit_root_login: "yes"
common_ntp_servers:
- tutimea.tuwien.ac.at
- tutimeb.tuwien.ac.at
- tutimec.tuwien.ac.at
common_resolvconf: True common_resolvconf: True
common_resolvconf_nameservers: ["192.168.86.1"] common_resolvconf_nameservers: ["192.168.86.1"]
common_resolvconf_search: ["fet.htu.tuwien.ac.at"] common_resolvconf_search: ["fet.htu.tuwien.ac.at"]