1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/nextcloud/defaults/main.yml

22 lines
627 B
YAML
Raw Normal View History

2017-05-29 22:02:55 +00:00
nextcloud_install: True
nextcloud_enabled: False
nextcloud_url: /nextcloud
nextcloud_prefix: /opt
nextcloud_data_dir: /library/nextcloud/data
nextcloud_dl_url: https://download.nextcloud.com/server/releases/
2017-05-30 02:37:12 +00:00
nextcloud_src_file: latest-12.tar.bz2
2017-05-29 22:02:55 +00:00
# we install on mysql with these setting or those from default_vars, etc.
nextcloud_dbname: nextcloud
nextcloud_dbhost: localhost
nextcloud_dbuser: nextcloud
nextcloud_dbpassword: nextcloudmysql
2017-06-19 13:56:54 +00:00
nextcloud_user: nextcloud
nextcloud_user_password: nextcloudmysql
2017-05-29 22:02:55 +00:00
nextcloud_admin_user: 'Admin'
nextcloud_admin_password: 'changeme'
2017-05-29 22:02:55 +00:00
nextcloud_required_ip: 10.0.0.0/8 192.168.0.0/16