Fix kerberox.
This commit is contained in:
parent
f3d2d5ca9b
commit
49d81c705d
7 changed files with 80 additions and 62 deletions
|
@ -83,7 +83,7 @@
|
|||
#MENU LABEL Debian daily (amd64) + preseed + kiosk.yml
|
||||
#kernel ::/d-i/n-a/daily/amd64/linux
|
||||
#append initrd=::/d-i/n-a/daily/amd64/initrd.gz auto=true priority=critical url=tftp://{{ ansible_hostname }} playbook=kiosk.yml ---
|
||||
marker: "# {mark} ANSIBLE MANAGED BLOCK kiosk"
|
||||
marker: "# {mark} ANSIBLE MANAGED BLOCK default"
|
||||
notify: "rebuild di-netboot-assistant menu"
|
||||
|
||||
- name: add efi boot entries to di-netboot-assistant
|
||||
|
@ -118,7 +118,7 @@
|
|||
# url=tftp://{{ ansible_hostname }} playbook=kiosk.yml ---
|
||||
# initrd /d-i/n-a/daily/amd64/initrd.gz
|
||||
#}
|
||||
marker: "# {mark} ANSIBLE MANAGED BLOCK kiosk"
|
||||
marker: "# {mark} ANSIBLE MANAGED BLOCK default"
|
||||
notify: "rebuild di-netboot-assistant menu"
|
||||
|
||||
######## kerberox-client #######
|
||||
|
@ -146,7 +146,9 @@
|
|||
insertbefore: EOF
|
||||
block: |
|
||||
menuentry 'Debian {{ di_version }} (amd64) + preseed + kerberox-client.yml' {
|
||||
regexp --set=1:oct4 --set=2:oct5 --set=3:oct6 "\:([[:xdigit:]]+)\:([[:xdigit:]]+)\:([[:xdigit:]]+)\$" $net_default_mac
|
||||
linux /d-i/n-pkg/images/{{ di_version }}/amd64/text/debian-installer/amd64/linux \
|
||||
hostname=${oct4}${oct5}${oct6} domain={{ ansible_domain }} \
|
||||
auto=true priority=critical url=tftp://{{ ansible_hostname }} playbook=kerberox-client.yml ---
|
||||
initrd /d-i/n-pkg/images/{{ di_version }}/amd64/text/debian-installer/amd64/initrd.gz
|
||||
}
|
||||
|
@ -222,6 +224,6 @@
|
|||
create: true
|
||||
mode: 0644
|
||||
block: |
|
||||
[kerberox-client]
|
||||
[kerberoxclient]
|
||||
{{ in_inventory }}
|
||||
when: krb5kdc.stat.exists or samba.stat.exists
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue