Added cryptpad role
This commit is contained in:
11
roles/cryptpad/tasks/main.yml
Normal file
11
roles/cryptpad/tasks/main.yml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
- include: download.yml
|
||||
- include: npm.yml
|
||||
- include: config.yml
|
||||
- include: service.yml
|
||||
- name: list web backends
|
||||
command: uberspace web backend list
|
||||
register: web_backends
|
||||
- name: set up web backend
|
||||
command: uberspace web backend set / --http --port 3000
|
||||
when: web_backends.stdout.find('http:3000') == -1
|
||||
Reference in New Issue
Block a user