From e5b48e5af445097b346b8fc78b0c9c74fa48e9d5 Mon Sep 17 00:00:00 2001 From: intern Date: Thu, 26 Jun 2025 14:20:01 +0200 Subject: [PATCH] 2025-06-26-14-20-01: Cronjob --- .lmn-client.yml.swp | Bin 0 -> 1024 bytes inventory-sample.yml | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 .lmn-client.yml.swp diff --git a/.lmn-client.yml.swp b/.lmn-client.yml.swp new file mode 100644 index 0000000000000000000000000000000000000000..fa7606d9a48494db4c32e5e7815f32f87b3933dc GIT binary patch literal 1024 zcmYc?$V<%2S1{KzVn6{|(-|3x^7Bhj1aWXO^GZ^S@{CMyNW+D5a`SYPb23x&O7tpo UbKt_GjL{Gn4FURuKq$I300E{BdH?_b literal 0 HcmV?d00001 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 }}"