diff options
Diffstat (limited to 'ansible/host_vars')
-rw-r--r-- | ansible/host_vars/birgitte/lxc.yml | 8 | ||||
-rw-r--r-- | ansible/host_vars/birgitte/users.yml | 5 | ||||
-rw-r--r-- | ansible/host_vars/nextcloud/packages.yml | 4 | ||||
-rw-r--r-- | ansible/host_vars/nextcloud/postfix.yml | 5 | ||||
-rw-r--r-- | ansible/host_vars/nextcloud/users.yml | 5 |
5 files changed, 27 insertions, 0 deletions
diff --git a/ansible/host_vars/birgitte/lxc.yml b/ansible/host_vars/birgitte/lxc.yml new file mode 100644 index 0000000..9233b4b --- /dev/null +++ b/ansible/host_vars/birgitte/lxc.yml @@ -0,0 +1,8 @@ +lxc_host_containers: + nextcloud: + state: started + +lxc_host__enable_network_cfg: yes +lxc_host__hardware_if: wlx00e01d0808b2 +lxc_host__br_if: br0 +lxc_host__internal_if: int0 diff --git a/ansible/host_vars/birgitte/users.yml b/ansible/host_vars/birgitte/users.yml new file mode 100644 index 0000000..d0d4852 --- /dev/null +++ b/ansible/host_vars/birgitte/users.yml @@ -0,0 +1,5 @@ +lusers: + - trygvis + +superusers: + - trygvis diff --git a/ansible/host_vars/nextcloud/packages.yml b/ansible/host_vars/nextcloud/packages.yml new file mode 100644 index 0000000..a37731d --- /dev/null +++ b/ansible/host_vars/nextcloud/packages.yml @@ -0,0 +1,4 @@ +packages_packages: + - less + - git + - vim diff --git a/ansible/host_vars/nextcloud/postfix.yml b/ansible/host_vars/nextcloud/postfix.yml new file mode 100644 index 0000000..83974e9 --- /dev/null +++ b/ansible/host_vars/nextcloud/postfix.yml @@ -0,0 +1,5 @@ +postfix: + sasl_password: + - host: "[trygvis.io]:587" + username: nextcloud.trygvis.io + password: gWC8uPCT90 diff --git a/ansible/host_vars/nextcloud/users.yml b/ansible/host_vars/nextcloud/users.yml new file mode 100644 index 0000000..d0d4852 --- /dev/null +++ b/ansible/host_vars/nextcloud/users.yml @@ -0,0 +1,5 @@ +lusers: + - trygvis + +superusers: + - trygvis |