1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00
iiab/vars/fedora-22.yml
2020-01-30 04:00:00 -05:00

27 lines
808 B
YAML

is_redhat: True
is_fedora: True
is_fedora_22: 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: named
dns_user: named
proxy: squid
proxy_user: squid
apache_service: httpd
apache_user: apache
apache_conf_dir: httpd/conf.d
apache_config_dir: "{{ apache_conf_dir }}" # for iiab-admin-console/roles/console/tasks/main.yml Line 150
apache_log_dir: /var/log/httpd
smb_service: smb
nmb_service: nmb
systemctl_program: /usr/bin/systemctl
mysql_service: mariadb
apache_log: /var/log/httpd/access_log
sshd_package: openssh-server
sshd_service: sshd
systemd_location: /usr/lib/systemd/system
# Upgrade OS's own Calibre to very latest:
calibre_via_debs: False
calibre_via_python: True