2020-12-03 15:52:14 +01:00
|
|
|
---
|
2021-06-26 11:42:17 +02:00
|
|
|
- import_tasks: version.yml
|
2021-10-13 13:54:38 +02:00
|
|
|
tags: version
|
2021-12-21 22:47:24 +01:00
|
|
|
|
2021-06-26 11:42:17 +02:00
|
|
|
- import_tasks: gateway.yml
|
2021-10-14 16:09:47 +02:00
|
|
|
tags: gateway
|
2021-12-21 22:47:24 +01:00
|
|
|
|
2021-06-26 11:42:17 +02:00
|
|
|
- import_tasks: database.yml
|
2021-10-14 16:09:47 +02:00
|
|
|
tags: database
|
2021-12-21 22:47:24 +01:00
|
|
|
|
2022-07-26 16:44:42 +02:00
|
|
|
- import_tasks: user.yml
|
|
|
|
tags: user
|
|
|
|
|
2021-06-26 11:42:17 +02:00
|
|
|
- import_tasks: php.yml
|
2021-10-14 16:09:47 +02:00
|
|
|
tags: php
|
2021-12-21 22:47:24 +01:00
|
|
|
|
2023-05-21 16:01:21 +02:00
|
|
|
- name: Configure hiddenservices
|
|
|
|
ansible.builtin.import_role:
|
|
|
|
name: configure-hiddenservice
|
|
|
|
tags: hiddenservice
|
|
|
|
delegate_to: "{{ onion_host }}"
|
|
|
|
when: item.config.hiddenservice is defined and item.config.hiddenservice
|
|
|
|
|
|
|
|
- import_tasks: user.yml
|
|
|
|
tags: user
|
|
|
|
|
2021-06-26 11:42:17 +02:00
|
|
|
- import_tasks: apache.yml
|
2021-10-14 16:09:47 +02:00
|
|
|
tags: apache
|
2021-06-26 01:45:06 +02:00
|
|
|
|
2021-08-07 16:46:17 +02:00
|
|
|
- name: "Nextcloud installieren"
|
2021-06-26 01:45:06 +02:00
|
|
|
include_tasks: nextcloud.yml
|
|
|
|
when: nc_is_installed.stat.exists == False
|
2021-10-14 16:09:47 +02:00
|
|
|
tags: nextcloud
|
2021-06-26 01:45:06 +02:00
|
|
|
|
2022-10-08 21:34:08 +02:00
|
|
|
- import_tasks: configuration.yml
|
2021-08-07 16:46:17 +02:00
|
|
|
tags: configuration
|
2021-12-21 22:47:24 +01:00
|
|
|
|
2021-06-26 11:42:17 +02:00
|
|
|
- import_tasks: fixes.yml
|
2022-07-26 16:44:42 +02:00
|
|
|
tags: fixes
|
2022-07-26 17:32:31 +02:00
|
|
|
|
|
|
|
- import_tasks: fail2ban.yml
|
|
|
|
tags: fail2ban
|