Move variables to inventory

This commit is contained in:
Tobias Stein 2022-05-02 07:52:20 +02:00
parent a97f593e30
commit 4de55e734b
2 changed files with 13 additions and 9 deletions

10
fai.yml
View File

@ -1,15 +1,7 @@
- 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
# Additional entries in iPXE menu
ipxe_additional_entries:
pmagic:
name: Partition Magic

12
inventory/dezentrale.yml Normal file
View File

@ -0,0 +1,12 @@
all:
hosts:
hw4f-fai:
use_apt_cache_for_server: true
# interface for a internet connection
wan_interface: ens18
# interface to the clients to install
dhcp_interface: ens19
# customized server name
server_name: hw4f-fai
# ip of the server of the installer network
server_ip: 192.168.33.9