24 lines
727 B
Plaintext
Raw Permalink Normal View History

2024-10-24 15:36:01 +02:00
all:
children:
planos_control:
hosts:
p_nodo:
ansible_ssh_host: 192.168.56.10
2024-10-25 03:25:58 +02:00
ansible_ssh_user: vagrant
ansible_ssh_private_key_file: ../.vagrant/machines/plano-control/virtualbox/private_key
2024-10-24 15:36:01 +02:00
trabajadores:
hosts:
nodo1:
ansible_ssh_host: 192.168.56.20
2024-10-25 03:25:58 +02:00
ansible_ssh_user: vagrant
ansible_ssh_private_key_file: ../.vagrant/machines/nodo1/virtualbox/private_key
2024-10-24 15:36:01 +02:00
nodo2:
ansible_ssh_host: 192.168.56.30
2024-10-25 03:25:58 +02:00
ansible_ssh_user: vagrant
ansible_ssh_private_key_file: ../.vagrant/machines/nodo2/virtualbox/private_key
2024-10-25 03:25:58 +02:00
vars:
token_k3s: ""
token_k3s_base64: ""
2024-10-30 08:05:02 +01:00
ip_pcontrol: "192.168.56.10"