mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 19:43:11 +00:00
11 lines
No EOL
225 B
YAML
11 lines
No EOL
225 B
YAML
---
|
|
gitea_enabled: false
|
|
gitea_available_externally: "false"
|
|
|
|
# directories
|
|
gitea_data_directory: "{{ docker_home }}/gitea"
|
|
|
|
# network
|
|
gitea_hostname: "{{ ansible_nas_hostname }}"
|
|
gitea_port_http: "3001"
|
|
gitea_port_ssh: "222" |