- hosts: faiserver become: true vars: # interface to the clients to install dhcp_interface: eth1 # interface for a internet connection wan_interface: eth0 # customized server name server_name: faiserver # ip of the server of the installer network server_ip: 192.168.33.1 roles: - fai