25 lines
474 B
YAML
25 lines
474 B
YAML
myhosts:
|
|
hosts:
|
|
golden-image:
|
|
ansible_host: 10.0.1.11
|
|
ansible_user: root
|
|
forgejo:
|
|
ansible_host: 10.0.1.5
|
|
ansible_user: root
|
|
office:
|
|
ansible_host: 10.0.1.3
|
|
ansible_user: root
|
|
synapse:
|
|
ansible_host: 10.0.1.2
|
|
ansible_user: root
|
|
remotehosts:
|
|
hosts:
|
|
VPS:
|
|
ansible_host: 31.220.42.40
|
|
ansible_user: root
|
|
|
|
inferencehosts:
|
|
hosts:
|
|
laptop:
|
|
ansible_host: 10.20.40.2
|
|
ansible_user: root
|