Refactoring and vmdb2 improvements
This commit is contained in:
parent
e94c68854d
commit
f61468fff5
28 changed files with 1257 additions and 0 deletions
14
ansible/group_vars/all.yml
Normal file
14
ansible/group_vars/all.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
butter_language: en
|
||||
butter_name: butter-box
|
||||
go_version: "1.24.6"
|
||||
go_arch_map:
|
||||
x86_64: "amd64"
|
||||
aarch64: "arm64"
|
||||
script_base_url: "https://gitlab.com/likebutter/butterbox-rpi/-/raw/main/scripts"
|
||||
config_base_url: "https://gitlab.com/likebutter/butterbox-rpi/-/raw/main/configs"
|
||||
|
||||
vmdb2_script_base_dir: "butterbox-rpi/scripts"
|
||||
vmdb2_config_base_dir: "butterbox-rpi/configs"
|
||||
is_vmdb2: "true"
|
||||
butter_user: "pi"
|
||||
ap_mode_supported: "true"
|
||||
Loading…
Add table
Add a link
Reference in a new issue