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: token_k3s: "" token_k3s_base64: "" ip_pcontrol: "192.168.56.10"