Provide a local guest user.

This commit is contained in:
Andreas B. Mundt 2023-10-19 21:27:48 +02:00
parent ee85c41483
commit e48c761935
7 changed files with 151 additions and 97 deletions

View file

@ -45,9 +45,12 @@
mirror_dvdcss: "{{ vault_mirror_dvdcss }}" ## http://livebox.example.org/libdvdcss/
rsyncsecret: "{{ vault_rsyncsecret }}"
keys2deploy: "{{ vault_keys2deploy }}" ## ['ssh-ed25519 AAAAC…uYlnS0', 'ssh-ed25519 AAAA…KTM']
ssid: "{{ vault_ssid }}"
wifipasswd: "{{ vault_wifipasswd }}"
keys2deploy: "{{ vault_keys2deploy }}" ## ['ssh-ed25519 AAAAC…uYlnS0', 'ssh-ed25519 AAAA…KTM']
localuser: "{{ vault_localuser }}"
localuser_pwd: "{{ vault_localuser_pwd }}"
## Use grub-mkpasswd-pbkdf2 to calculate the password hash:
grub_pwd: "{{ vault_grub_pwd }}"
@ -72,6 +75,7 @@
- lmn_printer
- kerberize
- lmn_wlan
- lmn_localuser
- lmn_security
tasks: