mirror of
https://git.libreschool.org/paspo/brasatore.git
synced 2025-11-05 12:56:56 +00:00
playbook ansible WIP
This commit is contained in:
15
hosts.ini.example
Normal file
15
hosts.ini.example
Normal file
@@ -0,0 +1,15 @@
|
||||
[all:vars]
|
||||
ansible_connection=ssh
|
||||
ansible_user=root
|
||||
hostname=brasatore
|
||||
lan_iface=eth0
|
||||
wan_iface=wlan0
|
||||
dhcp_start=172.16.77.50
|
||||
dhcp_end=172.16.77.150
|
||||
lan_ip=172.16.77.1
|
||||
lan_subnet=255.255.255.0
|
||||
ssh_key=https://github.com/paspo.keys
|
||||
|
||||
|
||||
[default]
|
||||
192.168.1.22 hostname=brasatore-test LAN_IFACE=ens224 WAN_IFACE=ens192
|
||||
Reference in New Issue
Block a user