1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/vars/centos-7.yml

30 lines
761 B
YAML
Raw Normal View History

is_redhat: True
2019-01-13 08:34:48 +00:00
is_centos: True
2019-01-13 11:33:55 +00:00
is_centos_7: True
2019-01-13 08:34:48 +00:00
2019-02-01 01:33:53 +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:33:53 +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
2017-10-17 14:22:06 +00:00
dhcp_service: dhcpd
2017-05-27 18:09:50 +00:00
apache_log: /var/log/httpd/access_log
2019-01-02 02:50:57 +00:00
sshd_package: openssh-server
2017-05-27 18:09:50 +00:00
sshd_service: sshd
php_version: 7.0
postgresql_version: 9.5
2017-09-20 14:24:49 +00:00
systemd_location: /usr/lib/systemd/system
2018-05-11 03:07:18 +00:00
# Upgrade OS's own Calibre to very latest:
2018-05-11 02:55:39 +00:00
calibre_via_debs: False
calibre_via_python: True