adding bastion installation script, should be more used as reference I guess since it needs variables depending on the one you're trying to install
This commit is contained in:
parent
b14d332c82
commit
f0abd2a441
|
@ -0,0 +1,9 @@
|
|||
serial 1 115200
|
||||
prompt 1
|
||||
timeout 100
|
||||
default installbastion
|
||||
|
||||
|
||||
label installbastion
|
||||
kernel wit-pxeboot/vmlinuz
|
||||
append initrd=wit-pxeboot/initramfs.gz acpi=off console=tty0 console=ttyS1,115200n8 size=5000 execstartup='sleep 60; export LANG=C; export DEBIAN_FRONTEND=noninteractive; export ANSIBLEPULL="--extra-vars=bastion_bootstrap=true --accept-host-key --key-file=/tmp/id_rsa --url=git@git.wit.com:netops/ansible.git bastion-usw3-temp.yaml"; export INSTALLEXTRA="git ansible"; apt-get update && apt-get install -y wit-localinstaller && /usr/bin/create_local_install.sh || exit 1' ---
|
Loading…
Reference in New Issue