diff options
Diffstat (limited to 'ansible/host_vars/nextcloud')
-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 |
3 files changed, 14 insertions, 0 deletions
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 |