Updates and fixes for buster.
This commit is contained in:
parent
f6471d8556
commit
d7a1a146dd
6 changed files with 21 additions and 42 deletions
|
@ -14,6 +14,7 @@
|
|||
sshpubkey: "{{ sshpubkey['content'] | b64decode | replace('\n', '') }}"
|
||||
|
||||
- name: set debian mirror in preseed file
|
||||
when: deb_mirror != "deb.debian.org"
|
||||
replace:
|
||||
dest: "{{ tftp_root }}/d-i/{{ di_dist }}/preseed.cfg"
|
||||
regexp: '^(d-i mirror/http/hostname string deb.debian.org)$'
|
||||
|
@ -31,7 +32,7 @@
|
|||
regexp: '^(tasksel tasksel/first multiselect standard, ssh-server)$'
|
||||
replace: '#\1\ntasksel tasksel/first multiselect standard, ssh-server, gnome-desktop, print-server'
|
||||
|
||||
- name: preseed client - add firmware-linux, ansible/stretch-backports, git
|
||||
- name: preseed client - add firmware-linux, ansible and git
|
||||
replace:
|
||||
dest: "{{ tftp_root }}/d-i/{{ di_dist }}/preseed.cfg"
|
||||
regexp: '^(d-i pkgsel/include string firmware-linux)$'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue