2024-10-24 15:36:01 +02:00
|
|
|
all:
|
|
|
|
children:
|
|
|
|
planos_control:
|
|
|
|
hosts:
|
|
|
|
p_nodo:
|
2024-10-28 13:12:46 +01:00
|
|
|
ansible_ssh_host: 192.168.56.10
|
2024-10-25 03:25:58 +02:00
|
|
|
ansible_ssh_user: vagrant
|
2024-10-28 13:12:46 +01:00
|
|
|
ansible_ssh_private_key_file: ../.vagrant/machines/plano-control/virtualbox/private_key
|
2024-10-24 15:36:01 +02:00
|
|
|
trabajadores:
|
|
|
|
hosts:
|
|
|
|
nodo1:
|
2024-10-28 13:12:46 +01:00
|
|
|
ansible_ssh_host: 192.168.56.20
|
2024-10-25 03:25:58 +02:00
|
|
|
ansible_ssh_user: vagrant
|
2024-10-28 13:12:46 +01:00
|
|
|
ansible_ssh_private_key_file: ../.vagrant/machines/nodo1/virtualbox/private_key
|
2024-10-24 15:36:01 +02:00
|
|
|
nodo2:
|
2024-10-28 13:12:46 +01:00
|
|
|
ansible_ssh_host: 192.168.56.30
|
2024-10-25 03:25:58 +02:00
|
|
|
ansible_ssh_user: vagrant
|
2024-10-28 13:12:46 +01:00
|
|
|
ansible_ssh_private_key_file: ../.vagrant/machines/nodo2/virtualbox/private_key
|
2024-10-25 03:25:58 +02:00
|
|
|
|
|
|
|
vars:
|
|
|
|
fichero: "/home/vagrant/k3s.sh"
|
|
|
|
token_k3s: ""
|
|
|
|
token_k3s_base64: ""
|
2024-10-28 13:12:46 +01:00
|
|
|
ip_pcontrol: "10.10.10.10"
|