a few setups cleanly initialized
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user