1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00
iiab/vars/centos-7.yml.unused

27 lines
667 B
Text
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
2020-01-30 09:00:00 +00:00
apache_conf_dir: httpd/conf.d
2017-05-27 18:09:50 +00:00
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