groups/server-v, lists/network: Update network software

This commit is contained in:
Алексей Шабалин 2019-07-24 17:15:55 +03:00 committed by Anton Midyukov
parent 7caa879c18
commit 3c215f524a
9 changed files with 53 additions and 1 deletions

View File

@ -33,7 +33,7 @@ distro/server-v: container = $(addprefix server-v/,\
docker kubernetes rkt podman lxd)
distro/server-v: network = $(addprefix server-v/,\
bird haproxy keepalived openvswitch freeipa-client)
apache2 nginx bird dhcp dns haproxy keepalived openvswitch freeipa-client)
distro/server-v: monitoring = $(addprefix server-v/,\
zabbix-agent telegraf prometheus-node_exporter monit collectd nagios-nrpe)

View File

@ -0,0 +1,9 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Apache Web Server
Name[ru_RU]=Web-сервер Apache 2
X-Alterator-PackageList=network/apache2
X-Alterator-Required=no
X-Alterator-Conflicts=network/nginx
X-Alterator-Parent=server-v/500-network

View File

@ -0,0 +1,8 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=DHCP Server
Name[ru_RU]=Сервер DHCP
X-Alterator-PackageList=network/dhcp
X-Alterator-Required=no
X-Alterator-Parent=server-v/500-network

View File

@ -0,0 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=DNS Server
Name[ru_RU]=Сервер DNS
X-Alterator-PackageList=network/dns
X-Alterator-Required=no
X-Alterator-Parent=server-v/500-network

View File

@ -0,0 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=NGINX Web Server
Name[ru_RU]=Web-сервер NGINX
X-Alterator-PackageList=network/nginx
X-Alterator-Required=no
X-Alterator-Conflicts=network/apache2
X-Alterator-Parent=server-v/500-network

View File

@ -0,0 +1,7 @@
apache2
apache2-httpd-prefork
apache2-mod_http2
apache2-mod_auth_gssapi
apache2-mod_ssl
apache2-mod_ldap
apache2-mod_wsgi-py3

View File

@ -0,0 +1 @@
dhcp-server

3
pkg.in/lists/network/dns Normal file
View File

@ -0,0 +1,3 @@
bind
bind-control
bind-utils

View File

@ -0,0 +1,4 @@
nginx
nginx-webapps
nginx-webapps-ssl
nginx-spnego