Create playbook "fai"

This commit is contained in:
Tobias Stein 2022-05-01 20:37:50 +02:00
parent 81c1acef00
commit 4d9e4a4d80
1 changed files with 25 additions and 0 deletions

25
fai.yml Normal file
View File

@ -0,0 +1,25 @@
- hosts: hw4f-fai
become: true
vars:
# interface to the clients to install
dhcp_interface: ens19
# interface for a internet connection
wan_interface: ens18
# customized server name
server_name: hw4f-fai
# ip of the server of the installer network
server_ip: 192.168.33.9
ipxe_additional_entries:
pmagic:
name: Partition Magic
files: tools/pmagic
kernel: bzImage64
args: edd=on vga=normal
initrd:
- initrd.img
- fu.img
- m64.img
- files.cgz
roles:
- fai