Add metal hosts
This commit is contained in:
parent
7b058f6304
commit
c3405a7063
|
@ -0,0 +1 @@
|
||||||
|
ansible_user: servant
|
|
@ -1,2 +1,14 @@
|
||||||
gerar:
|
all:
|
||||||
hosts: []
|
children:
|
||||||
|
gerar:
|
||||||
|
hosts:
|
||||||
|
matthew.gerar.jilits.se:
|
||||||
|
mark.gerar.jilits.se:
|
||||||
|
luke.gerar.jilits.se:
|
||||||
|
control_planes:
|
||||||
|
hosts:
|
||||||
|
matthew.gerar.jilits.se:
|
||||||
|
workers:
|
||||||
|
hosts:
|
||||||
|
mark.gerar.jilits.se:
|
||||||
|
luke.gerar.jilits.se:
|
||||||
|
|
Loading…
Reference in New Issue