From 34c68a4a86013838e0887a0a05b42216d6281769 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 21 Oct 2020 12:48:30 -0400 Subject: [PATCH] Create vars/debian-11.yml --- vars/debian-11.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 vars/debian-11.yml diff --git a/vars/debian-11.yml b/vars/debian-11.yml new file mode 100644 index 000000000..2c15c540b --- /dev/null +++ b/vars/debian-11.yml @@ -0,0 +1,27 @@ +is_debuntu: True +is_debian: True +is_debian_11: True + +# 2019-01-31: These apply if-only-if named_install and/or dhcpd_install are True +# (This is quite rare now that vars/default_vars.yml sets dnsmasq_install: True) +dns_service: bind9 +dhcp_service: isc-dhcp-server +dns_user: bind + +proxy: squid +proxy_user: proxy +apache_service: apache2 +apache_conf_dir: apache2/sites-available +apache_config_dir: "{{ apache_conf_dir }}" # for iiab-admin-console/roles/console/tasks/main.yml Line 150 +apache_user: www-data +apache_log_dir: /var/log/apache2 +smb_service: smbd +nmb_service: nmbd +systemctl_program: /bin/systemctl +mysql_service: mariadb +apache_log: /var/log/apache2/access.log +sshd_package: openssh-server +sshd_service: ssh +php_version: 7.4 +postgresql_version: 13 +systemd_location: /lib/systemd/system