Update..
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user