mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
ubuntu-18
This commit is contained in:
parent
3510641b41
commit
dce759473c
2 changed files with 23 additions and 0 deletions
|
@ -14,6 +14,7 @@ case $OS_VER in
|
|||
"debian-9" | \
|
||||
"ubuntu-16" | \
|
||||
"ubuntu-17" | \
|
||||
"ubuntu-18" | \
|
||||
"centos-7" | \
|
||||
"raspbian-8"| \
|
||||
"raspbian-9")
|
||||
|
|
22
vars/ubuntu-18.yml
Normal file
22
vars/ubuntu-18.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
is_debuntu: True
|
||||
is_ubuntu: True
|
||||
has_NM: 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_config_dir: apache2/sites-available
|
||||
apache_log_dir: /var/log/apache2
|
||||
smb_service: smbd
|
||||
nmb_service: nmbd
|
||||
systemctl_program: /bin/systemctl
|
||||
# issue raised
|
||||
mysql_service: mysql
|
||||
apache_log: /var/log/apache2/access.log
|
||||
sshd_service: ssh
|
||||
php_version: 7.1
|
||||
postgresql_version: 9.6
|
||||
systemd_location: /lib/systemd/system
|
Loading…
Reference in a new issue