summaryrefslogtreecommitdiff
path: root/roles/etherpad-lite/tasks
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-10-17 21:19:05 +0200
committerChristian Pointner <equinox@spreadspace.org>2019-10-17 21:19:05 +0200
commit15f73c910e8f400035a4de6a28cebd5ae0655aae (patch)
tree0b445afd529637038e2571c49838e8f8b154bf68 /roles/etherpad-lite/tasks
parentbasic etherpad installation works now (diff)
etherpad is still a mess but we will keep it at this state for now
Diffstat (limited to 'roles/etherpad-lite/tasks')
-rw-r--r--roles/etherpad-lite/tasks/main.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/roles/etherpad-lite/tasks/main.yml b/roles/etherpad-lite/tasks/main.yml
index 05bf32ce..6d4551db 100644
--- a/roles/etherpad-lite/tasks/main.yml
+++ b/roles/etherpad-lite/tasks/main.yml
@@ -90,17 +90,6 @@
copy:
content: "{{ item.value.settings | combine({'ip': '0.0.0.0', 'port': 9001}) | to_nice_json }}"
dest: "{{ etherpad_lite_base_path }}/{{ item.key }}/config/settings.json"
- mode: 0644
- owner: "{{ etherpad_lite_app_uid }}"
- group: "{{ etherpad_lite_app_gid }}"
-
-- name: create db credentials json
- loop: "{{ etherpad_lite_instances | dict2items }}"
- loop_control:
- label: "{{ item.key }}"
- copy:
- content: "{{ item.value.credentials | to_nice_json }}"
- dest: "{{ etherpad_lite_base_path }}/{{ item.key }}/config/credentials.json"
mode: 0600
owner: "{{ etherpad_lite_app_uid }}"
group: "{{ etherpad_lite_app_gid }}"