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
|
|
|
|
2023-06-27 20:46:27 +02: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
|
2024-04-16 15:08:00 +02:00
|
|
|
tags: config
|
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'
|
|
|
|
|
2024-04-16 15:08:00 +02:00
|
|
|
- name: Install etherpad
|
|
|
|
include_tasks: install.yml
|
|
|
|
|
|
|
|
- name: Install Modules
|
|
|
|
include_tasks: modules.yml
|
|
|
|
tags: modules
|
|
|
|
|
2021-03-14 17:53:38 +01:00
|
|
|
- name: Systemd
|
2023-01-08 20:28:24 +01:00
|
|
|
include_tasks: systemd.yml
|