From b7bccaf7ff75fd2234b9232f595cbc8e226b80e9 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 26 Nov 2018 22:33:54 +0100 Subject: o Importing bitraf-base, packages and postfix-satellite from Bitraf. o Configuring nextcloud. --- ansible/host_vars/birgitte/lxc.yml | 8 ++++++++ ansible/host_vars/birgitte/users.yml | 5 +++++ ansible/host_vars/nextcloud/packages.yml | 4 ++++ ansible/host_vars/nextcloud/postfix.yml | 5 +++++ ansible/host_vars/nextcloud/users.yml | 5 +++++ 5 files changed, 27 insertions(+) create mode 100644 ansible/host_vars/birgitte/lxc.yml create mode 100644 ansible/host_vars/birgitte/users.yml create mode 100644 ansible/host_vars/nextcloud/packages.yml create mode 100644 ansible/host_vars/nextcloud/postfix.yml create mode 100644 ansible/host_vars/nextcloud/users.yml (limited to 'ansible/host_vars') 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 -- cgit v1.2.3