21 lines
301 B
INI
21 lines
301 B
INI
[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]
|
|
|