Update Nextcloud role to include Hiddenservice tasks
This commit is contained in:
parent
7f42bc9fd2
commit
63eb7d74f7
23 changed files with 282 additions and 244 deletions
|
@ -1,18 +1,6 @@
|
|||
---
|
||||
- name: "packages: Fakten sammeln"
|
||||
package_facts:
|
||||
manager: apt
|
||||
|
||||
- name: "packages: Datenbank-Pakete installieren"
|
||||
apt:
|
||||
pkg:
|
||||
- python3-pymysql
|
||||
update_cache: yes
|
||||
cache_valid_time: 3600
|
||||
delegate_to: "{{ database_host }}"
|
||||
|
||||
- name: "packages: Pakete installieren"
|
||||
apt:
|
||||
- name: "Packages | Installiere Pakete"
|
||||
ansible.builtin.apt:
|
||||
pkg:
|
||||
- php-apcu
|
||||
- php-bcmath
|
||||
|
@ -27,5 +15,5 @@
|
|||
- php-zip
|
||||
- redis
|
||||
- libmagickcore-6.q16-6-extra
|
||||
update_cache: yes
|
||||
update_cache: true
|
||||
cache_valid_time: 3600
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue