mirror of
https://github.com/krislamo/freecloud
synced 2024-11-10 01:40:35 +00:00
Small changes from production
Refined gitignore. Moved testing variables back to group_vars.
This commit is contained in:
parent
101267efda
commit
67a8d267aa
4
.gitignore
vendored
4
.gitignore
vendored
@ -6,9 +6,9 @@
|
|||||||
|
|
||||||
# Production files
|
# Production files
|
||||||
*.yml
|
*.yml
|
||||||
host_vars/**
|
host_vars
|
||||||
|
|
||||||
# Testing env exceptions
|
# Testing env exceptions
|
||||||
!testing.yml
|
!testing.yml
|
||||||
!./host_vars/all.yml
|
!all.yml
|
||||||
|
|
||||||
|
15
group_vars/all.yml
Normal file
15
group_vars/all.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
## Nextcloud Configuration ##
|
||||||
|
nc_version: 16.0.3
|
||||||
|
nc_sha256sum: a13f68ce47a1362318629ba5b118a59fa98358bb18f4afc371ea15104f2881f3
|
||||||
|
|
||||||
|
nc_domain: www.example.com
|
||||||
|
nc_docroot: /var/www/nextcloud
|
||||||
|
nc_data: /var/www/nextcloud/data
|
||||||
|
|
||||||
|
nc_db: nextcloud
|
||||||
|
nc_db_user: nextcloud
|
||||||
|
nc_db_pass: nc+password
|
||||||
|
|
||||||
|
nc_admin: admin
|
||||||
|
nc_admin_pass: ncadmin+password
|
||||||
|
|
Loading…
Reference in New Issue
Block a user