mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
parent
22f3b7bd5d
commit
3734984d3b
3 changed files with 4 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
depth=1
|
||||
version="0.13.x"
|
||||
ignore_errors: yes
|
||||
when: internet_available and kalite.stat.exists is defined an not kalite.stat.exists
|
||||
when: internet_available and kalite.stat.exists is defined and not kalite.stat.exists
|
||||
|
||||
- name: Create iiab-kalite user and password F18
|
||||
user: name={{ kalite_user }}
|
||||
|
|
|
@ -14,3 +14,5 @@ systemctl_program: /usr/bin/systemctl
|
|||
mysql_service: mariadb
|
||||
apache_log: /var/log/httpd/access_log
|
||||
apache_log_dir: /var/log/httpd
|
||||
php_version: 5
|
||||
sshd_service: sshd
|
||||
|
|
|
@ -25,7 +25,7 @@ owncloud_install: False
|
|||
wordpress_install: False
|
||||
# 7-edu-aps
|
||||
pathagar_install: False
|
||||
moodle_install: alse
|
||||
moodle_install: False
|
||||
# 8-mgmat-tools
|
||||
sugar_stats_install: False
|
||||
ajenti_install: False
|
||||
|
|
Loading…
Reference in a new issue