k3s-ansible/ansible/hosts_kvm

25 lines
757 B
Plaintext
Raw Normal View History

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"