1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Move 19 roles into roles/0-DEPRECATED-ROLES

This commit is contained in:
root 2020-01-24 02:27:21 -05:00
parent 0e39c42bbd
commit 2218d2334b
124 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1,19 @@
owncloud_install: True
owncloud_enabled: False
owncloud_url: /owncloud
owncloud_prefix: /opt
owncloud_data_dir: /library/owncloud/data
owncloud_dl_url: https://download.owncloud.org/community/
owncloud_src_file: owncloud-9.0.2.tar.bz2
# we install on mysql with these setting or those from default_vars, etc.
owncloud_dbname: owncloud
owncloud_dbhost: localhost
owncloud_dbuser: owncloud
owncloud_dbpassword: owncloudmysql
owncloud_admin_user: 'Admin'
owncloud_admin_password: 'changeme'
owncloud_required_ip: 10.0.0.0/8 192.168.0.0/16