Added setup vars for misc parameters

This commit is contained in:
Frank Schiebel 2023-09-05 16:45:17 +02:00
parent 990114e28b
commit ac805d4af9
2 changed files with 14 additions and 3 deletions

View file

@ -51,7 +51,7 @@ d-i mirror/http/directory string /debian
d-i mirror/http/proxy string http://10.16.1.2:3142/
# NTP server to use.
d-i clock-setup/ntp-server string server.qgm.lan
d-i clock-setup/ntp-server string {{ ntp_server }}
### Backports:
#apt-setup-udeb apt-setup/services-select multiselect security, updates, backports
@ -60,8 +60,8 @@ apt-setup-udeb apt-setup/services-select multiselect security, updates
### Ansible User
d-i passwd/user-fullname string Ansible User
d-i passwd/username string ansible
d-i passwd/user-password password insecure
d-i passwd/user-password-again password insecure
d-i passwd/user-password password {{ ansible_client_pw }}
d-i passwd/user-password-again password {{ ansible_client_pw }}
#d-i passwd/user-password-crypted password [crypt(3) hash]
### Do not ask about support for non-efi systems: