|
|
@ -100,6 +100,10 @@ raspbian_repository_use_sources: yes
|
|
|
|
|
|
|
|
|
|
|
|
global_fstab_file: "/etc/fstab"
|
|
|
|
global_fstab_file: "/etc/fstab"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
global_proc_hidepid_service_whitelist:
|
|
|
|
|
|
|
|
- "{{ global_systemd_login_service_name }}"
|
|
|
|
|
|
|
|
- "{{ global_systemd_user_service_name }}"
|
|
|
|
|
|
|
|
|
|
|
|
global_users_directory: "/home"
|
|
|
|
global_users_directory: "/home"
|
|
|
|
|
|
|
|
|
|
|
|
# Application configurations
|
|
|
|
# Application configurations
|
|
|
@ -193,6 +197,7 @@ global_systemd_login_service_name: "systemd-logind.service"
|
|
|
|
global_systemd_network_directory: "/etc/systemd/network"
|
|
|
|
global_systemd_network_directory: "/etc/systemd/network"
|
|
|
|
global_systemd_network_service_name: "systemd-networkd.service"
|
|
|
|
global_systemd_network_service_name: "systemd-networkd.service"
|
|
|
|
global_systemd_network_system_user: "systemd-network"
|
|
|
|
global_systemd_network_system_user: "systemd-network"
|
|
|
|
|
|
|
|
global_systemd_user_service_name: "user@.service"
|
|
|
|
|
|
|
|
|
|
|
|
global_zsh_antigen_source: "/usr/share/zsh-antigen/antigen.zsh"
|
|
|
|
global_zsh_antigen_source: "/usr/share/zsh-antigen/antigen.zsh"
|
|
|
|
|
|
|
|
|
|
|
|