mirror of
https://codeberg.org/hyperreal/ansible-homelab
synced 2024-11-01 16:43:09 +01:00
23 lines
521 B
YAML
23 lines
521 B
YAML
---
|
|
homelab:
|
|
hosts:
|
|
pi0:
|
|
ansible_user: jas
|
|
ansible_host: 10.0.0.10
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
pi1:
|
|
ansible_user: jas
|
|
ansible_host: 10.0.0.11
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
pi2:
|
|
ansible_user: jas
|
|
ansible_host: 10.0.0.12
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
|
|
remotes:
|
|
hosts:
|
|
bsky.hyperreal.coffee:
|
|
ansible_user: root
|
|
ansible_host: 172.234.24.234
|
|
ansible_python_interpreter: /usr/bin/python3
|