infra/vars/ALT.yml
Sergey Bubnov (omg) 8dc65328a3 new nginx role
2019-06-29 01:27:16 +04:00

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