mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Debian9 (#91)
* do a special download and install of usbmount * misspelled iiab_download_url * misspell downloads_dir * diable php-sqlite * php version issues * fixes transferred from recognize branch * local_fact moved * remove preload * remove preload * spell ansible * debian9 sqlite3 * package needs name * remove prepped * use apt ratheer than ansible package for npm * monit disable chkconfig * moodle needs php-zip and php-mbstring * debian9 -> debian-9 * returen to os_ver nomenclature for OS.yml
This commit is contained in:
parent
842e617e42
commit
29b0b50885
13 changed files with 70 additions and 55 deletions
24
vars/debian-9.yml
Normal file
24
vars/debian-9.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
is_debian: True
|
||||
is_debuntu: True
|
||||
dns_service: bind9
|
||||
dns_user: bind
|
||||
proxy: squid
|
||||
proxy_user: proxy
|
||||
apache_service: apache2
|
||||
apache_config_dir: apache2/sites-available
|
||||
apache_user: www-data
|
||||
apache_log_dir: /var/log/apache2
|
||||
smb_service: smbd
|
||||
nmb_service: nmbd
|
||||
kalite_program: /usr/local/bin/kalite
|
||||
systemctl_program: /bin/systemctl
|
||||
mysql_service: mysql
|
||||
apache_log: /var/log/apache2/access.log
|
||||
# cups lp module not available in raspbian, causes systemd-modueles-load to fail
|
||||
# which in turn cause netfilter-persistent to fail, which is essential
|
||||
cups_install: True
|
||||
sshd_service: ssh
|
||||
php_version: 7.0
|
||||
postgresql_version: 9.6
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue