25 lines
761 B
INI

all:
children:
planos_control:
hosts:
p_nodo:
ansible_ssh_host: 192.168.56.10
ansible_ssh_user: vagrant
ansible_ssh_private_key_file: ../.vagrant/machines/plano-control/virtualbox/private_key
trabajadores:
hosts:
nodo1:
ansible_ssh_host: 192.168.56.20
ansible_ssh_user: vagrant
ansible_ssh_private_key_file: ../.vagrant/machines/nodo1/virtualbox/private_key
nodo2:
ansible_ssh_host: 192.168.56.30
ansible_ssh_user: vagrant
ansible_ssh_private_key_file: ../.vagrant/machines/nodo2/virtualbox/private_key
vars:
fichero: "/home/vagrant/k3s.sh"
token_k3s: ""
token_k3s_base64: ""
ip_pcontrol: "10.10.10.10"