mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
new files
This commit is contained in:
parent
6a1cd439cd
commit
810950ceaa
3 changed files with 56 additions and 0 deletions
1
roles/owncloud/templates/owncloud.list
Normal file
1
roles/owncloud/templates/owncloud.list
Normal file
|
@ -0,0 +1 @@
|
|||
deb https://download.owncloud.org/download/repositories/stable/Ubuntu_16.04/ /
|
26
vars/Ubuntu.yml
Normal file
26
vars/Ubuntu.yml
Normal file
|
@ -0,0 +1,26 @@
|
|||
is_debuntu: true
|
||||
is_ubuntu: true
|
||||
is_debian: false
|
||||
is_redhat: false
|
||||
is_fedora: false
|
||||
dns_service: bind9
|
||||
dns_user: bind
|
||||
proxy: squid
|
||||
proxy_user: proxy
|
||||
apache_service: apache2
|
||||
apache_user: apache
|
||||
apache_config_dir: apache2/sites-available
|
||||
apache_data: 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.5
|
29
vars/centos.localvars
Normal file
29
vars/centos.localvars
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Put variables for your installation that override defaults here
|
||||
# Better still, put this file in a branch of https://github.com/XSCE/xsce-local for your deployment
|
||||
|
||||
#xsce_admin_user: xsce-admin
|
||||
|
||||
# obtain a password hash with - python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")'
|
||||
#xsce_admin_passw_hash:
|
||||
varible: value
|
||||
# 4-server-options
|
||||
authserver_install: False
|
||||
authserver_enabled: False
|
||||
# 5-xoservices
|
||||
xo_services_install: True
|
||||
ejabberd_install: False
|
||||
ejabberd_enabled: False
|
||||
idmgr_install: True
|
||||
debian_schooltool_install: False
|
||||
# 6-generic-aps
|
||||
# 7-edu-aps
|
||||
pathagar_install: True
|
||||
# 8-mgmat-tools
|
||||
sugar_stats_install: False
|
||||
ajenti_install: False
|
||||
monit_install: True
|
||||
xovis_install: False
|
||||
teamviewer_install: False
|
||||
activity_server_enabled: True
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue