groups/server-v, lists/network: Update network software
This commit is contained in:
parent
7caa879c18
commit
3c215f524a
@ -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)
|
||||
|
9
pkg.in/groups/server-v/apache2.directory
Normal file
9
pkg.in/groups/server-v/apache2.directory
Normal 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
|
8
pkg.in/groups/server-v/dhcp.directory
Normal file
8
pkg.in/groups/server-v/dhcp.directory
Normal 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
|
10
pkg.in/groups/server-v/dns.directory
Normal file
10
pkg.in/groups/server-v/dns.directory
Normal 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
|
||||
|
||||
|
10
pkg.in/groups/server-v/nginx.directory
Normal file
10
pkg.in/groups/server-v/nginx.directory
Normal 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
|
||||
|
7
pkg.in/lists/network/apache2
Normal file
7
pkg.in/lists/network/apache2
Normal 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
|
1
pkg.in/lists/network/dhcp
Normal file
1
pkg.in/lists/network/dhcp
Normal file
@ -0,0 +1 @@
|
||||
dhcp-server
|
3
pkg.in/lists/network/dns
Normal file
3
pkg.in/lists/network/dns
Normal file
@ -0,0 +1,3 @@
|
||||
bind
|
||||
bind-control
|
||||
bind-utils
|
4
pkg.in/lists/network/nginx
Normal file
4
pkg.in/lists/network/nginx
Normal file
@ -0,0 +1,4 @@
|
||||
nginx
|
||||
nginx-webapps
|
||||
nginx-webapps-ssl
|
||||
nginx-spnego
|
Loading…
Reference in New Issue
Block a user