diff options
author | Christian Pointner <equinox@spreadspace.org> | 2020-05-23 09:11:45 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2020-05-23 09:11:45 +0200 |
commit | 9baa81d9b82750ae7015ed6e999946d4157de977 (patch) | |
tree | df90f5391fbef17288387def142b66c65f05b281 | |
parent | revamp dellos6 roles (diff) |
remove nextcloud instance next.skillz.biz
-rw-r--r-- | inventory/host_vars/sk-cloudia/nextcloud.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/inventory/host_vars/sk-cloudia/nextcloud.yml b/inventory/host_vars/sk-cloudia/nextcloud.yml index b395931d..74022d63 100644 --- a/inventory/host_vars/sk-cloudia/nextcloud.yml +++ b/inventory/host_vars/sk-cloudia/nextcloud.yml @@ -49,14 +49,3 @@ nextcloud_instances: type: mariadb version: 10.4.13 password: "{{ vault_nextcloud_database_passwords['wae.elevate.at'] }}" - next.skillz.biz: - # new: true - version: 18.0.4 - port: 8105 - hostnames: - - next.skillz.biz - quota: 100G - database: - type: mariadb - version: 10.5.3 - password: "{{ vault_nextcloud_database_passwords['nc.skillz.biz'] }}" |