I created an issue upstream as there is no possibility to remove modules from cli. The main dev will do is tomorrow normally. So I keep this as WIP at the moment. Reviewed-on: #21 Reviewed-by: muppeth <muppeth@no-reply@disroot.org> Co-authored-by: meaz <meaz@disroot.org> Co-committed-by: meaz <meaz@disroot.org>
28 lines
496 B
YAML
28 lines
496 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: config
|
|
|
|
- name: Use abiword
|
|
include_tasks: abiword.yml
|
|
when: etherpad_abiword != 'null'
|
|
|
|
- name: Install etherpad
|
|
include_tasks: install.yml
|
|
|
|
- name: Install Modules
|
|
include_tasks: modules.yml
|
|
tags: modules
|
|
|
|
- name: Systemd
|
|
include_tasks: systemd.yml
|