2025-06-26-16-10-01: Cronjob
This commit is contained in:
parent
69bd5f543a
commit
f0807bae71
1 changed files with 6 additions and 5 deletions
|
|
@ -3,16 +3,17 @@
|
||||||
# edit to your needs
|
# edit to your needs
|
||||||
set default=1
|
set default=1
|
||||||
# seconds until autostart of menuentry...
|
# seconds until autostart of menuentry...
|
||||||
set timeout=10
|
set timeout=5
|
||||||
|
|
||||||
menuentry 'Installer Debian bookworm (amd64) + preseed + ansible inventory' {
|
menuentry 'Installer Debian bookworm (amd64) + preseed + ansible inventory' {
|
||||||
# echo -n "Enter domain join password: "
|
# echo -n "Enter domain join password: "
|
||||||
# read adpw
|
# read adpw
|
||||||
|
set adpw="dummy"
|
||||||
set vaultpw="dummy"
|
set vaultpw="dummy"
|
||||||
# echo -n "Enter vault password"
|
# echo -n "Enter vault password"
|
||||||
# read vaultpw
|
# read vaultpw
|
||||||
linux (http,git.wvs.schule)/wvss/lmn-client/misc/debian-netinstaller/linux auto=true priority=critical \
|
linux (http,halde.wvss-mannheim.de)/ansible/linux auto=true priority=critical \
|
||||||
url=http://git.wvs.schule/wvss/lmn-client/misc/debian-netinstaller/preseed.cfg interface=auto \
|
url=https://git.wvs.schule/wvss/lmn-client/raw/branch/master/misc/debian-netinstaller/preseed.cfg interface=auto \
|
||||||
playbook=lmn-client.yml adpw="${adpw}" vaultpw="${vaultpw}" ---
|
playbook=lmn-client.yml adpw="${adpw}" vaultpw="${vaultpw}" ---
|
||||||
initrd (http,git.wvs.schule)/wvss/lmn-client/misc/debian-netinstaller/initrd.gz
|
initrd (http,halde.wvss-mannheim.de)/ansible/initrd.gz
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue