etherpad/tasks/main.yml

26 lines
448 B
YAML

---
- name: Install dependencies
include_tasks: installdeps.yml
- name: Add user
include_tasks: user.yml
- name: Clone / Update GIT
include_tasks: git.yml
- name: Deploy configuration
include_tasks: configure.yml
tags: configuration
- name: Install Modules
include_tasks: modules.yml
tags: modules
- name: Use abiword
include_tasks: abiword.yml
when: etherpad_abiword != 'null'
- name: Systemd
include_tasks: systemd.yml