Refactor database path variables in Ansible and Terraform playbooks; add local database folder variable
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
- name: Set required facts
|
||||
ansible.builtin.set_fact:
|
||||
nextcloud_home: "{{ persistent_data | default('/var/lib') }}/nextcloud"
|
||||
nextcloud_mysql_home: "{{ persistent_data | default('/var/lib') }}/mysql.nextcloud"
|
||||
nextcloud_mysql_home: "{{ database_path | default('/var/lib') }}/mysql.nextcloud"
|
||||
nextcloud_user_id: 33
|
||||
nextcloud_group_id: 33
|
||||
mysql_user_id: 999
|
||||
|
||||
Reference in New Issue
Block a user