mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 21:11:52 +07:00
Split metal group into masters and workers
This commit is contained in:
parent
7667254d7b
commit
7ffb711f03
@ -1,9 +1,13 @@
|
|||||||
metal:
|
metal:
|
||||||
hosts:
|
children:
|
||||||
# metal0: {ansible_host: 192.168.1.110, mac: '00:23:24:d1:f3:f0'}
|
masters:
|
||||||
metal1: {ansible_host: 192.168.1.111, mac: '00:23:24:d1:f4:d6'}
|
hosts:
|
||||||
metal2: {ansible_host: 192.168.1.112, mac: '00:23:24:e7:04:60'}
|
# metal0: {ansible_host: 192.168.1.110, mac: '00:23:24:d1:f3:f0'}
|
||||||
metal3: {ansible_host: 192.168.1.113, mac: '00:23:24:d1:f5:69'}
|
metal1: {ansible_host: 192.168.1.111, mac: '00:23:24:d1:f4:d6'}
|
||||||
|
metal2: {ansible_host: 192.168.1.112, mac: '00:23:24:e7:04:60'}
|
||||||
|
workers:
|
||||||
|
hosts:
|
||||||
|
metal3: {ansible_host: 192.168.1.113, mac: '00:23:24:d1:f5:69'}
|
||||||
vars:
|
vars:
|
||||||
ansible_user: root
|
ansible_user: root
|
||||||
ansible_ssh_private_key_file: ~/.ssh/id_ed25519
|
ansible_ssh_private_key_file: ~/.ssh/id_ed25519
|
||||||
|
Loading…
Reference in New Issue
Block a user