summaryrefslogtreecommitdiff
path: root/ansible/host_vars
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-11-26 22:33:54 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2018-11-26 22:33:54 +0100
commitb7bccaf7ff75fd2234b9232f595cbc8e226b80e9 (patch)
tree3e2822166b9be455f7589e56ca28a685bbccd2d8 /ansible/host_vars
parent6fe44ad6366232314d45502d387ccbc671e84d9f (diff)
downloadinfra-b7bccaf7ff75fd2234b9232f595cbc8e226b80e9.tar.gz
infra-b7bccaf7ff75fd2234b9232f595cbc8e226b80e9.tar.bz2
infra-b7bccaf7ff75fd2234b9232f595cbc8e226b80e9.tar.xz
infra-b7bccaf7ff75fd2234b9232f595cbc8e226b80e9.zip
o Importing bitraf-base, packages and postfix-satellite from Bitraf.
o Configuring nextcloud.
Diffstat (limited to 'ansible/host_vars')
-rw-r--r--ansible/host_vars/birgitte/lxc.yml8
-rw-r--r--ansible/host_vars/birgitte/users.yml5
-rw-r--r--ansible/host_vars/nextcloud/packages.yml4
-rw-r--r--ansible/host_vars/nextcloud/postfix.yml5
-rw-r--r--ansible/host_vars/nextcloud/users.yml5
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