forked from saratov/infra
35 lines
714 B
YAML
35 lines
714 B
YAML
---
|
|
ansible_pkg_mgr: apt_rpm
|
|
|
|
bind_packages:
|
|
- python-module-netaddr
|
|
- bind
|
|
- bind-utils
|
|
|
|
bind_service: bind
|
|
|
|
# Main config file
|
|
bind_config: /etc/bind/named.conf
|
|
|
|
# Localhost zone
|
|
bind_default_zone_files:
|
|
- /etc/bind/rndc.conf
|
|
# - /etc/bind/local.conf
|
|
|
|
# Directory with run-time stuff
|
|
bind_chroot: /var/lib/bind
|
|
bind_zone_dir: /etc/bind/zone
|
|
bind_dir: /var/run
|
|
|
|
bind_owner: named
|
|
bind_group: named
|
|
|
|
root_group: root
|
|
__nginx_user: _nginx
|
|
nginx_conf_path: /etc/nginx/conf-enabled.d
|
|
nginx_conf_file_path: /etc/nginx/nginx.conf
|
|
nginx_mime_file_path: /etc/nginx/mime.types
|
|
nginx_pidfile: /run/nginx.pid
|
|
nginx_vhost_path: /etc/nginx/sites-enabled.d
|
|
nginx_default_vhost_path: /etc/nginx/sites-enabled.d/default
|