1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00
iiab/vars/fedora-22.yml

27 lines
701 B
YAML
Raw Normal View History

is_redhat: True
2019-01-13 11:08:54 +00:00
is_fedora: True
2019-01-13 08:36:02 +00:00
is_fedora_22: True
2019-02-01 01:34:35 +00:00
# 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)
2017-05-27 18:09:50 +00:00
dns_service: named
dns_user: named
2019-02-01 01:34:35 +00:00
2017-05-27 18:09:50 +00:00
proxy: squid
proxy_user: squid
apache_service: httpd
apache_user: apache
apache_config_dir: httpd/conf.d
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
2019-01-02 02:50:11 +00:00
sshd_package: openssh-server
2017-05-27 18:09:50 +00:00
sshd_service: sshd
2017-09-20 14:24:49 +00:00
systemd_location: /usr/lib/systemd/system
2018-05-11 03:08:15 +00:00
# Upgrade OS's own Calibre to very latest:
2018-05-11 02:55:55 +00:00
calibre_via_debs: False
calibre_via_python: True