ansible-nas/roles/netbootxyz/defaults/main.yml

24 lines
566 B
YAML
Raw Normal View History

2021-02-23 21:49:05 +00:00
---
netbootxyz_enabled: false
netbootxyz_available_externally: false
2021-02-23 21:49:05 +00:00
# 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"
2023-03-09 20:47:42 +00:00
# docker
netbootxyz_container_name: "netbootxyz"
netbootxyz_image_name: "linuxserver/netbootxyz"
netbootxyz_image_version: "latest"
2021-02-23 21:49:05 +00:00
netbootxyz_user_id: "1000"
netbootxyz_group_id: "1000"
# specs
netbootxyz_memory: 1g