mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 03:38:41 +00:00
13 lines
243 B
YAML
13 lines
243 B
YAML
---
|
|
portainer_enabled: false
|
|
portainer_available_externally: "false"
|
|
|
|
# directories
|
|
portainer_data_directory: "{{ docker_home }}/portainer/config"
|
|
|
|
# network
|
|
portainer_port: "9000"
|
|
portainer_hostname: "portainer"
|
|
|
|
# specs
|
|
portainer_memory: 1g
|