From 773fc1dc0cc67967958e00eb39b6f1fda14bd74a Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 20 Aug 2020 12:42:51 -0400 Subject: [PATCH] Create linuxmint-20.yml --- vars/linuxmint-20.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 vars/linuxmint-20.yml diff --git a/vars/linuxmint-20.yml b/vars/linuxmint-20.yml new file mode 100644 index 000000000..f58ba79ed --- /dev/null +++ b/vars/linuxmint-20.yml @@ -0,0 +1,29 @@ +is_debuntu: True +is_ubuntu: True +is_ubuntu_20: True + +# 2019-03-23: 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 +dns_user: bind +dhcp_service: isc-dhcp-server + +proxy: squid +proxy_user: proxy +apache_service: apache2 +apache_user: www-data +apache_conf_dir: apache2/sites-available +apache_config_dir: "{{ apache_conf_dir }}" # for iiab-admin-console/roles/console/tasks/main.yml Line 150 +apache_log_dir: /var/log/apache2 +smb_service: smbd +nmb_service: nmbd +systemctl_program: /bin/systemctl +# issue raised +mysql_service: mariadb +apache_log: /var/log/apache2/access.log +sshd_package: openssh-server +sshd_service: ssh +php_version: 7.4 +# "postgresql_version: 11.2" failed (too detailed for /etc/systemd/system/postgresql-iiab.service on Ubuntu 19.04) +postgresql_version: 12 +systemd_location: /lib/systemd/system