19 lines
657 B
YAML
19 lines
657 B
YAML
|
---
|
||
|
all: # keys must be unique, i.e. only one 'hosts' per group
|
||
|
hosts:
|
||
|
semyon-0x01.guaranteedstruggle.host:
|
||
|
semyon-0x02.guaranteedstruggle.host:
|
||
|
semyon-0x03.guaranteedstruggle.host:
|
||
|
semyon-0x04.guaranteedstruggle.host:
|
||
|
semyon-0x05.guaranteedstruggle.host:
|
||
|
|
||
|
samehost-zero.guaranteedstruggle.host:
|
||
|
|
||
|
puppets: # keys must be unique, i.e. only one 'hosts' per group
|
||
|
hosts:
|
||
|
semyon-0x01.guaranteedstruggle.host:
|
||
|
semyon-0x02.guaranteedstruggle.host:
|
||
|
semyon-0x03.guaranteedstruggle.host:
|
||
|
semyon-0x04.guaranteedstruggle.host:
|
||
|
semyon-0x05.guaranteedstruggle.host:
|