ansible-playbooks/inventory.yaml

26 lines
474 B
YAML
Raw Normal View History

2024-11-23 20:58:45 +01:00
myhosts:
hosts:
golden-image:
ansible_host: 10.0.1.11
ansible_user: root
2024-12-22 17:55:26 +01:00
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