mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-05 00:08:49 +00:00
9 lines
180 B
YAML
9 lines
180 B
YAML
|
---
|
||
|
portainer_enabled: false
|
||
|
portainer_available_externally: "false"
|
||
|
|
||
|
# directories
|
||
|
portainer_data_directory: "{{ docker_home }}/portainer/config"
|
||
|
|
||
|
# network
|
||
|
portainer_port: "9000"
|