a few setups cleanly initialized

This commit is contained in:
2023-06-26 11:02:01 +02:00
parent 11bda1cc7b
commit d9f97dd63a
21 changed files with 729 additions and 63 deletions

View File

@@ -1,20 +1,18 @@
[proxy]
klustermaster
fedora_server:
hosts:
fedora-node-1:
ansible_host: 192.168.1.186
ansible_user: ansible
fedora-node-2:
ansible_host: 192.168.1.187
ansible_user: ansible
remote_node:
hosts:
remote01:
ansible_host: 5.102.146.212
[raspberry]
localhost
192.168.1.124
[raspberry:vars]
ansible_ssh_common_args='-o ProxyCommand="ssh -W %h:%p -q klustermaster"'
[fedora-server]
localhost
192.168.1.124
[fedora-server:vars]
ansible_ssh_common_args='-o ProxyCommand="ssh -W %h:%p -q klustermaster"'
[proxmox]
proxmox:
hosts:
proxmox01:
ansible_host: 192.168.1.150