From f97ec1816c41b9a15a37f69ef7a5a16a1c01627e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 22 Nov 2022 21:43:47 +0100 Subject: rename postfix/simple to postfix/base --- inventory/host_vars/sk-cloudio/nextcloud.yml | 10 +++++----- inventory/host_vars/sk-cloudio/vars.yml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'inventory/host_vars/sk-cloudio') diff --git a/inventory/host_vars/sk-cloudio/nextcloud.yml b/inventory/host_vars/sk-cloudio/nextcloud.yml index 5e3b633a..c0efab24 100644 --- a/inventory/host_vars/sk-cloudio/nextcloud.yml +++ b/inventory/host_vars/sk-cloudio/nextcloud.yml @@ -8,7 +8,7 @@ nextcloud_zfs: nextcloud_instances: wolke.elevate.at: # new: true - version: 24.0.5 + version: 25.0.1 port: 8100 hostnames: - wolke.elevate.at @@ -20,19 +20,19 @@ nextcloud_instances: password: "{{ vault_nextcloud_database_passwords['wolke.elevate.at'] }}" insomnia.skillz.biz: # new: true - version: 24.0.5 + version: 25.0.1 port: 8101 hostnames: - insomnia.skillz.biz zfs_properties: - quota: 200G + quota: 300G database: type: mariadb version: 10.5.13 password: "{{ vault_nextcloud_database_passwords['insomnia.skillz.biz'] }}" nc.skillz.biz: # new: true - version: 24.0.5 + version: 25.0.1 port: 8102 hostnames: - nc.skillz.biz @@ -44,7 +44,7 @@ nextcloud_instances: password: "{{ vault_nextcloud_database_passwords['nc.skillz.biz'] }}" wae.elevate.at: # new: true - version: 24.0.5 + version: 25.0.1 port: 8104 hostnames: - wae.elevate.at diff --git a/inventory/host_vars/sk-cloudio/vars.yml b/inventory/host_vars/sk-cloudio/vars.yml index 25796113..1ba308a6 100644 --- a/inventory/host_vars/sk-cloudio/vars.yml +++ b/inventory/host_vars/sk-cloudio/vars.yml @@ -76,12 +76,12 @@ kubernetes_standalone_cni_variant: with-portmap kubernetes_standalone_local_services_tcp: - 25 -postfix_simple_mynetworks: +postfix_base_mynetworks: - "127.0.0.0/8" - "[::ffff:127.0.0.0]/104" - "[::1]/128" - "{{ kubernetes_standalone_pod_cidr }}" -postfix_simple_inet_protocols: +postfix_base_inet_protocols: - "ipv4" -- cgit v1.2.3