From cc533015e4a66f89789002704c7c131fb56539ba Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 12 Oct 2019 19:51:56 +0200 Subject: nextcloud role ~50% done --- inventory/host_vars/sk-cloudia/vars.yml | 53 +++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 inventory/host_vars/sk-cloudia/vars.yml (limited to 'inventory/host_vars/sk-cloudia/vars.yml') diff --git a/inventory/host_vars/sk-cloudia/vars.yml b/inventory/host_vars/sk-cloudia/vars.yml new file mode 100644 index 00000000..9b7e0306 --- /dev/null +++ b/inventory/host_vars/sk-cloudia/vars.yml @@ -0,0 +1,53 @@ +--- +install: + cloud: + credentials: "{{ vault_hroot_robot_account }}" + server_name: "{{ host_name }}" + disks: + layout: nvme_raid + root_lvm_size: 15G + +network: {} + +zfs_zpools: + storage: + mountpoint: /srv/storage + create_vdevs: mirror nvme0n1p3 nvme1n1p3 + +zfs_arc_size: + min: "{{ 2 * 1024 * 1024 * 1024 }}" + max: "{{ 16 * 1024 * 1024 * 1024 }}" + + +containerd_zfs: + pool: storage + name: containerd + size: 40G + +kubelet_zfs: + pool: storage + name: kubelet + size: 20G + +kubernetes_container_runtime: containerd +kubernetes_standalone_max_pods: 42 +kubernetes_standalone_resolv_conf: /var/run/systemd/resolve/resolv.conf + +acmetool_directory_server: "{{ acmetool_directory_server_le_live }}" + + + +nginx_vhosts: + wolke.elevate.at: + template: generic-proxy-no-buffering-with-acme + acme: true + hostnames: + - wolke.elev8.at + # - wolke.elevate.at + proxy_pass: "http://127.0.0.1:8100" + # insomnia.skillz.biz: + # template: generic-proxy-no-buffering-with-acme + # acme: true + # hostnames: + # - insomnia.skillz.biz + # proxy_pass: "http://127.0.0.1:8101" -- cgit v1.2.3