From 219f9bf115c156ac7994b6d6c692c7266a84a215 Mon Sep 17 00:00:00 2001 From: Alexander Dietrich Date: Tue, 24 Mar 2020 16:51:52 +0100 Subject: [PATCH] Add additional auto-update sources, remove obsolete files --- inventory/group_vars/ffhh | 3 --- inventory/host_vars/jitsi | 3 +++ inventory/host_vars/srv01 | 2 ++ inventory/host_vars/srv04 | 2 -- 4 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 inventory/group_vars/ffhh delete mode 100644 inventory/host_vars/srv04 diff --git a/inventory/group_vars/ffhh b/inventory/group_vars/ffhh deleted file mode 100644 index 10c9f5a..0000000 --- a/inventory/group_vars/ffhh +++ /dev/null @@ -1,3 +0,0 @@ ---- -prefix4: 10.112.0.0/18 -prefix6: 2a03:2267::/64 diff --git a/inventory/host_vars/jitsi b/inventory/host_vars/jitsi index 724772d..886c099 100644 --- a/inventory/host_vars/jitsi +++ b/inventory/host_vars/jitsi @@ -1 +1,4 @@ +basics_autoupdate_origins: + - "o=jitsi.org,n=stable" + - "o=Node Source,n=${distro_codename}" nginx_worker_connections: 1024 diff --git a/inventory/host_vars/srv01 b/inventory/host_vars/srv01 index db05b9e..cc3511e 100644 --- a/inventory/host_vars/srv01 +++ b/inventory/host_vars/srv01 @@ -1,3 +1,5 @@ +basics_autoupdate_origins: + - "o=Node Source,n=${distro_codename}" basics_ssh_match_blocks: - match: User certsync options: diff --git a/inventory/host_vars/srv04 b/inventory/host_vars/srv04 deleted file mode 100644 index 827adbb..0000000 --- a/inventory/host_vars/srv04 +++ /dev/null @@ -1,2 +0,0 @@ -letsencrypt_webroot: /var/www/mail -nginx_resolver: 80.252.105.162 80.252.105.194