started new project. set up netboot_xyz server for test purposes.
This commit is contained in:
17
group_vars/netbootxyz.yml
Normal file
17
group_vars/netbootxyz.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
main_uid: "1000"
|
||||
main_gid: "{{ main_uid }}"
|
||||
docker_compose_generator_output_path: "/home/sbxadmin/netboot_xyz"
|
||||
containers:
|
||||
- service_name: netboot
|
||||
active: true
|
||||
image: lscr.io/linuxserver/netbootxyz
|
||||
ports:
|
||||
- 3000:3000
|
||||
- 69:69/udp
|
||||
- 3001:80
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- ./assets:/assets #optional
|
||||
include_global_env_vars: true
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user