mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-13 12:08:53 +00:00
7002b4378a
Now I need to add all the administrative bits for ansible-nas. I would also like to set it up to pre-populate the configuration information for the database like gitea does. I'll have to read a few more docs for that. But the important part is this is up now.
24 lines
458 B
YAML
24 lines
458 B
YAML
---
|
|
piwigo_enabled: false
|
|
piwigo_available_externally: "false"
|
|
|
|
# directories
|
|
piwigo_config_directory: "{{ docker_home }}/piwigo/config"
|
|
piwigo_data_directory: "{{ docker_home }}/piwigo/data"
|
|
piwigo_photos: "{{ photos_root }}"
|
|
|
|
# uid / gid
|
|
piwigo_user_id: "1000"
|
|
piwigo_group_id: "1000"
|
|
|
|
piwigo_photos_permission: "rw"
|
|
|
|
# network
|
|
piwigo_hostname: "piwigo"
|
|
piwigo_port: "16923"
|
|
|
|
# specs
|
|
piwigo_memory: "1g"
|
|
piwigo_mysql_memory: "1g"
|
|
|
|
piwigo_version: "docker"
|