diff --git a/.lmn-client.yml.swp b/.lmn-client.yml.swp new file mode 100644 index 0000000..fa7606d Binary files /dev/null and b/.lmn-client.yml.swp differ diff --git a/inventory-sample.yml b/inventory-sample.yml index e12857e..1fc07ff 100644 --- a/inventory-sample.yml +++ b/inventory-sample.yml @@ -14,9 +14,11 @@ all: ## Configure additional apt options. E.g. Apt-cacher? # apt_conf: "Acquire::http::Proxy \"http://aptcache.{{ domain }}:3142/\";" + apt_conf: "Acquire::http::Proxy \"http://halde.{{ domain }}:3142/\";" ## Configure NTP-Server # ntp_serv: "server.{{ domain }}" + ntp_serv: "server.lml.{{ domain }}" ## NFS-Server for additional mount. Comment out or leave empty to use no additional NFS-Server: # nfs_server: "files.{{ domain }}"