Added setup vars for misc parameters
This commit is contained in:
parent
990114e28b
commit
ac805d4af9
2 changed files with 14 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue