summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-media.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-01-12 01:39:33 +0100
committerChristian Pointner <equinox@spreadspace.org>2019-01-12 01:39:33 +0100
commit0084d5a915a75d3113ae2a3865a6ec0fc7f8c4d6 (patch)
treec3b78acf002c7abf7fb1ee5ea36abd79cab4d82f /inventory/host_vars/ele-media.yml
parentproof-of-concept nextcloud install (diff)
basic nextcloud install works now
Diffstat (limited to 'inventory/host_vars/ele-media.yml')
-rw-r--r--inventory/host_vars/ele-media.yml33
1 files changed, 33 insertions, 0 deletions
diff --git a/inventory/host_vars/ele-media.yml b/inventory/host_vars/ele-media.yml
index 4b509097..0adac6a7 100644
--- a/inventory/host_vars/ele-media.yml
+++ b/inventory/host_vars/ele-media.yml
@@ -12,6 +12,13 @@ install:
disks:
primary: /dev/disk/by-id/ata-Samsung_SSD_840_Series_S14GNEACC92243K
+
+admin_user_host:
+- "{{ equinox_user }}"
+
+ssh_allowusers_host: "{{ admin_user_host | map(attribute='name') | list }}"
+
+
mysql_root_password: "{{ vault_ele_media.mysql_root_password }}"
docker_lvm:
@@ -19,3 +26,29 @@ docker_lvm:
lv: docker
size: 20G
fs: ext4
+
+
+nextcloud_hostnames:
+ - media.elevate.at
+ - elevate-media.spreadspace.org
+
+nextcloud_db:
+ db: nextcloud
+ user: nextcloud
+ password: "{{ vault_ele_media.nextcloud_db.password }}"
+
+nextcloud_admin:
+ username: admin
+ password: "{{ vault_ele_media.nextcloud_admin.password }}"
+
+nextcloud_lvm:
+ system:
+ vg: "{{ host_name }}"
+ lv: nextcloud
+ size: 20G
+ fs: ext4
+ data:
+ vg: "{{ host_name }}"
+ lv: ncdata
+ size: 150G
+ fs: ext4