This commit is contained in:
2020-04-23 16:31:14 +02:00
parent 010e8d2f52
commit bd44e1968d
4 changed files with 228 additions and 3 deletions

View File

@ -19,6 +19,7 @@ apt_ansible_dependencies:
- ca-certificates
- openssl
- mc
- software-properties-common
# ---
@ -915,6 +916,11 @@ git_lxc_guest_repositories:
repo: https://git.codecoop.org/so36intern/dehydrated-cron.git
dest: /usr/local/src/dehydrated-cron
# Monitoring
- name: monitoring
repo: https://git.oopen.de/script/monitoring
dest: /root/bin/monitoring
# ---
# group [gateway_server]
# ---
@ -954,6 +960,10 @@ git_nginx_repositories:
repo: https://git.oopen.de/install/nginx
dest: /usr/local/src/nginx
- name: php
repo: https://git.oopen.de/install/php
dest: /usr/local/src/php
# ---
# group [mysql_server]