good start

This commit is contained in:
2023-04-26 15:34:45 +02:00
parent 73f7d667bf
commit 11bda1cc7b
12 changed files with 110 additions and 0 deletions

20
inventory/hosts Normal file
View File

@@ -0,0 +1,20 @@
[proxy]
klustermaster
[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]