init commit
This commit is contained in:
35
defaults/main.yaml
Normal file
35
defaults/main.yaml
Normal file
@ -0,0 +1,35 @@
|
||||
---
|
||||
|
||||
# packages needed for PXE
|
||||
pxe_packages:
|
||||
- tftpd-hpa
|
||||
- isc-dhcp-server
|
||||
- apache2
|
||||
- syslinux-common
|
||||
- iptables-persistent
|
||||
|
||||
iso_packages:
|
||||
- xorriso
|
||||
- rsync
|
||||
- syslinux
|
||||
- binutils
|
||||
- isolinux
|
||||
|
||||
deb13_src: "/opt/cosmos/deb13-source"
|
||||
|
||||
deb13_iso: "/opt/cosmos/deb13-iso"
|
||||
|
||||
iso_share: "/media/share/iso"
|
||||
|
||||
deb13_pxe: "/opt/cosmos/pxe"
|
||||
|
||||
archive_fresh: false
|
||||
|
||||
build_iso: false
|
||||
deploy_iso: false
|
||||
iso_only: false
|
||||
configure_routing: true
|
||||
cpu_architecture: "amd64"
|
||||
# this is true because it will always be set in jenkins
|
||||
refresh_only: true
|
||||
...
|
||||
Reference in New Issue
Block a user