Weitere Einrichtungsschritte
This commit is contained in:
parent
db196d0567
commit
78307df9e0
10 changed files with 107 additions and 29 deletions
20
tasks/packages.yml
Normal file
20
tasks/packages.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
- name: "Pakete Fakten sammeln"
|
||||
package_facts:
|
||||
manager: apt
|
||||
|
||||
- name: "Pakete Datenbank installieren"
|
||||
apt:
|
||||
pkg:
|
||||
- python-pymysql
|
||||
update_cache: yes
|
||||
cache_valid_time: 3600
|
||||
# nur für db_gast ausführen
|
||||
|
||||
- name: "Pakete installieren"
|
||||
apt:
|
||||
pkg:
|
||||
- php-redis
|
||||
- redis
|
||||
update_cache: yes
|
||||
cache_valid_time: 3600
|
Loading…
Add table
Add a link
Reference in a new issue