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
|
||||
|
||||
Reference in New Issue
Block a user