24 lines
756 B
INI
24 lines
756 B
INI
all:
|
|
children:
|
|
planos_control:
|
|
hosts:
|
|
p_nodo:
|
|
ansible_ssh_host: 192.168.121.234
|
|
ansible_ssh_user: vagrant
|
|
ansible_ssh_private_key_file: ../.vagrant/machines/plano-control/libvirt/private_key
|
|
trabajadores:
|
|
hosts:
|
|
nodo1:
|
|
ansible_ssh_host: 192.168.121.157
|
|
ansible_ssh_user: vagrant
|
|
ansible_ssh_private_key_file: ../.vagrant/machines/nodo1/libvirt/private_key
|
|
nodo2:
|
|
ansible_ssh_host: 192.168.121.33
|
|
ansible_ssh_user: vagrant
|
|
ansible_ssh_private_key_file: ../.vagrant/machines/nodo2/libvirt/private_key
|
|
|
|
vars:
|
|
fichero: "/home/vagrant/k3s.sh"
|
|
token_k3s: ""
|
|
token_k3s_base64: ""
|
|
ip_pcontrol: "10.10.10.10" |