40 lines
724 B
YAML
40 lines
724 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: {}
|
|
all:
|
|
children:
|
|
local:
|
|
hosts:
|
|
localhost:
|
|
servers:
|
|
hosts:
|
|
herbydev:
|
|
herbylab-nas:
|
|
pbs-site:
|
|
pbs-staging-site:
|