18 lines
339 B
YAML
18 lines
339 B
YAML
---
|
|
all:
|
|
children:
|
|
linux:
|
|
hosts: {}
|
|
network:
|
|
hosts: {}
|
|
virtualization:
|
|
hosts: {}
|
|
nixos:
|
|
hosts: {}
|
|
examples:
|
|
hosts:
|
|
example-managed-host:
|
|
ansible_host: example-host.local
|
|
ansible_connection: ssh
|
|
# Example only: replace/remove before real operations.
|