From 20d105bbcac74da3f87e734ed33a015a23fbd2e4 Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Thu, 30 Jul 2026 18:03:35 +0200 Subject: [PATCH] hserve2 --- ansible/inventories/distributed.yaml | 2 +- ansible/inventories/host_vars/hserve2.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 ansible/inventories/host_vars/hserve2.yaml diff --git a/ansible/inventories/distributed.yaml b/ansible/inventories/distributed.yaml index 56ef2b6..d251e2b 100644 --- a/ansible/inventories/distributed.yaml +++ b/ansible/inventories/distributed.yaml @@ -20,7 +20,7 @@ distributed: nextcloud: hosts: hserve2: - ansible_host: 192.168.1.0 + ansible_host: 192.168.1.130 nginx: hosts: hserve1: diff --git a/ansible/inventories/host_vars/hserve2.yaml b/ansible/inventories/host_vars/hserve2.yaml new file mode 100644 index 0000000..e05715a --- /dev/null +++ b/ansible/inventories/host_vars/hserve2.yaml @@ -0,0 +1,4 @@ +--- +pangolin_site_id: 5hraslci7wl46nj +newt_secret: "{{ hserve2_crypted_site_secret }}" +nextcloud_docker_mastercontainer_volume_dir: "/home/{{ ansible_user }}/docker_data/nextcloud_aio_mastercontainer" \ No newline at end of file