This commit is contained in:
2024-02-11 14:49:37 +01:00
parent 67f771e2bf
commit 04c420458c
6 changed files with 217 additions and 28 deletions

View File

@ -1526,9 +1526,11 @@ apt_kvm_host_pkgs:
- lvm2
- bridge-utils
- ntfs-3g
- qemu-system
- qemu-kvm
- libvirt-clients
- libvirt-daemon-system
- libosinfo-bin
- virtinst
- libguestfs-tools
- kpartx
@ -2299,6 +2301,11 @@ git_default_repositories:
repo: https://git.oopen.de/install/mailsystem
dest: /usr/local/src/mailsystem
# Monitoring
- name: monitoring
repo: https://git.oopen.de/script/monitoring
dest: /root/bin/monitoring
# ---
# group [oopen_server]
# ---
@ -2323,11 +2330,6 @@ git_warenform_server_repositories:
# group [lxc_host]
# ---
git_lxc_host_repositories:
# Monitoring
- name: monitoring
repo: https://git.oopen.de/script/monitoring
dest: /root/bin/monitoring
# LXC
- name: LXC
@ -2344,11 +2346,6 @@ git_lxc_guest_repositories:
repo: https://git.oopen.de/certificates/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]
# ---
@ -2366,12 +2363,6 @@ git_gateway_repositories:
repo: https://git.oopen.de/firewall/ipt-gateway
dest: /usr/local/src/ipt-gateway
# script repositories (destination /root/bin/)
# Monitoring
- name: monitoring
repo: https://git.oopen.de/script/monitoring
dest: /root/bin/monitoring
- name: manage-gw-config
repo: https://git.oopen.de/script/manage-gw-config
dest: /root/bin/manage-gw-config
@ -2386,11 +2377,6 @@ git_apache2_repositories:
repo: https://git.oopen.de/script/apache2
dest: /root/bin/apache2
# Monitoring
- name: monitoring
repo: https://git.oopen.de/script/monitoring
dest: /root/bin/monitoring
# install repositories (destination: /usr/local/src/)
- name: apache2
repo: https://git.oopen.de/install/apache2
@ -2509,10 +2495,6 @@ git_mailserver_repositories:
repo: https://git.oopen.de/script/postfix
dest: /root/bin/postfix
- name: monitoring
repo: https://git.oopen.de/script/monitoring
dest: /root/bin/monitoring
# install repositories (destination: /usr/local/src/)
- name: apache2
repo: https://git.oopen.de/install/apache2