started new project. set up netboot_xyz server for test purposes.
This commit is contained in:
@@ -6,7 +6,12 @@ main_uid: "1000"
|
||||
main_gid: "{{ main_uid }}"
|
||||
|
||||
# weareinteractive.environment
|
||||
environment_config: { "PUID": "{{ main_gid }}", "PGID": "{{ main_gid }}" }
|
||||
environment_config:
|
||||
{
|
||||
"PUID": "{{ main_gid }}",
|
||||
"PGID": "{{ main_gid }}",
|
||||
"TZ": "{{ Europe/Berlin }}",
|
||||
}
|
||||
|
||||
# geerlingguy.ntp
|
||||
ntp_timezone: "Europe/Berlin"
|
||||
@@ -56,4 +61,4 @@ package_list:
|
||||
- make
|
||||
- psmisc
|
||||
- linux-headers-$(uname -r)
|
||||
- open-vpm-tools
|
||||
- open-vm-tools
|
||||
|
||||
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