cli-standardization/inventory.yml

29 lines
542 B
YAML

---
# CLI Standardization inventory
# Add target hosts here. Group by OS family for role routing.
#
# Example:
#
# all:
# children:
# arch:
# hosts:
# manjaro-dev:
# ansible_host: 192.168.1.100
# ansible_user: herby
# debian:
# hosts:
# proxmox-01:
# ansible_host: 192.168.1.10
# ansible_user: root
# ubuntu-nas:
# ansible_host: 192.168.1.20
# ansible_user: herby
all:
children:
arch:
hosts: {}
debian:
hosts: {}