etherpad/tasks/main.yml

26 lines
448 B
YAML
Raw Normal View History

2021-03-14 17:53:38 +01:00
---
- name: Install dependencies
2023-01-08 20:28:24 +01:00
include_tasks: installdeps.yml
2021-03-14 17:53:38 +01:00
- name: Add user
2023-01-08 20:28:24 +01:00
include_tasks: user.yml
2021-03-14 17:53:38 +01:00
- name: Clone / Update GIT
include_tasks: git.yml
2021-03-14 17:53:38 +01:00
- name: Deploy configuration
2023-01-08 20:28:24 +01:00
include_tasks: configure.yml
tags: configuration
2021-03-14 17:53:38 +01:00
- name: Install Modules
2023-01-08 20:28:24 +01:00
include_tasks: modules.yml
tags: modules
2021-03-14 17:53:38 +01:00
- name: Use abiword
2023-01-08 20:28:24 +01:00
include_tasks: abiword.yml
2021-03-14 17:53:38 +01:00
when: etherpad_abiword != 'null'
- name: Systemd
2023-01-08 20:28:24 +01:00
include_tasks: systemd.yml