mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-13 12:08:53 +00:00
23 lines
492 B
YAML
23 lines
492 B
YAML
---
|
|
nextcloud_enabled: false
|
|
nextcloud_available_externally: false
|
|
|
|
# directories
|
|
nextcloud_data_directory: "{{ docker_home }}/nextcloud"
|
|
|
|
# images
|
|
nextcloud_image: "nextcloud:stable"
|
|
nextcloud_mysql_image: "mysql:5.7"
|
|
|
|
# network
|
|
nextcloud_port: "8080"
|
|
nextcloud_hostname: "nextcloud"
|
|
|
|
# username / passwords
|
|
nextcloud_sql_user: "nextcloud-user"
|
|
nextcloud_sql_password: "nextcloud-pass"
|
|
nextcloud_sql_root_password: "nextcloud-secret"
|
|
|
|
# specs
|
|
nextcloud_memory: 1g
|
|
nextcloud_mysql_memory: 1g
|