mirror of
https://codeberg.org/hyperreal/ansible-homelab
synced 2025-01-18 17:23:43 +01:00
34 lines
909 B
YAML
34 lines
909 B
YAML
---
|
|
servers:
|
|
hosts:
|
|
hyperreal.coffee:
|
|
ansible_user: jas
|
|
ansible_host: hyperreal.coffee
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
auxnc-8g:
|
|
ansible_user: jas
|
|
ansible_host: 152.53.39.153
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
nas-local:
|
|
ansible_user: jas
|
|
ansible_host: nas-local.lyrebird-marlin.ts.net
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
nas-remote:
|
|
ansible_user: jas
|
|
ansible_host: nas-remote.lyrebird-marlin.ts.net
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
|
|
prometheus-clients:
|
|
hosts:
|
|
nas-local:
|
|
ansible_user: jas
|
|
ansible_host: nas-local.lyrebird-marlin.ts.net
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
|
|
grafana-server:
|
|
hosts:
|
|
nas-local:
|
|
ansible_user: jas
|
|
ansible_host: nas-local.lyrebird-marlin.ts.net
|
|
ansible_python_interpreter: /usr/bin/python3
|