34 lines
600 B
YAML
34 lines
600 B
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/inventory.json
|
|
---
|
|
# inventory/static_groups.yml
|
|
all:
|
|
children:
|
|
root_hosts:
|
|
hosts:
|
|
grafana:
|
|
gitea:
|
|
prometheus:
|
|
prometheus-pve-exporter:
|
|
gitea-runner:
|
|
openbao:
|
|
pve01:
|
|
|
|
debian_hosts:
|
|
hosts:
|
|
proxy:
|
|
|
|
damien_hosts:
|
|
hosts:
|
|
komodo:
|
|
|
|
managed:
|
|
children:
|
|
root_hosts:
|
|
debian_hosts:
|
|
damien_hosts:
|
|
|
|
excluded:
|
|
hosts:
|
|
pve01:
|
|
ipfabric:
|