mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 11:38:47 +00:00
23 lines
566 B
YAML
23 lines
566 B
YAML
---
|
|
netbootxyz_enabled: false
|
|
netbootxyz_available_externally: false
|
|
|
|
# directories
|
|
netbootxyz_config_directory: "{{ docker_home }}/netbootxyz/config"
|
|
netbootxyz_assets_directory: "{{ docker_home }}/netbootxyz/assets"
|
|
|
|
# network
|
|
netbootxyz_hostname: netbootxyz
|
|
netbootxyz_port_http: "3002"
|
|
netbootxyz_port_http2: "5803"
|
|
netbootxyz_port_tftp: "69"
|
|
|
|
# docker
|
|
netbootxyz_container_name: "netbootxyz"
|
|
netbootxyz_image_name: "linuxserver/netbootxyz"
|
|
netbootxyz_image_version: "latest"
|
|
netbootxyz_user_id: "1000"
|
|
netbootxyz_group_id: "1000"
|
|
|
|
# specs
|
|
netbootxyz_memory: 1g
|