good start
This commit is contained in:
20
inventory/hosts
Normal file
20
inventory/hosts
Normal 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]
|
||||
|
||||
Reference in New Issue
Block a user