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