From bbacb43aa43f46d4c78787d91fb596087c7da768 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 27 May 2020 02:03:24 +0200 Subject: add simple postfix to sk-tomnext-nc --- inventory/host_vars/sk-tomnext-nc.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'inventory/host_vars/sk-tomnext-nc.yml') diff --git a/inventory/host_vars/sk-tomnext-nc.yml b/inventory/host_vars/sk-tomnext-nc.yml index 296a9e28..89138b1b 100644 --- a/inventory/host_vars/sk-tomnext-nc.yml +++ b/inventory/host_vars/sk-tomnext-nc.yml @@ -77,6 +77,16 @@ kubernetes_standalone_cni_variant: with-portmap acmetool_directory_server: "{{ acmetool_directory_server_le_live_v2 }}" nginx_server_names_hash_bucket_size: 64 +postfix_simple_mynetworks: + - "127.0.0.0/8" + - "[::ffff:127.0.0.0]/104" + - "[::1]/128" + - "{{ kubernetes_standalone_pod_cidr }}" +postfix_simple_inet_interfaces: + - "127.0.0.1" + - "{{ kubernetes_standalone_pod_cidr | ipaddr('1') | ipaddr('address') }}" + + nextcloud_zfs: pool: storage name: nextcloud -- cgit v1.2.3