mirror of
https://github.com/inofix/example-inv.git
synced 2026-02-05 06:45:03 +01:00
12 lines
356 B
YAML
12 lines
356 B
YAML
---
|
|
classes:
|
|
- host.Host_net_example_kvm42 # this nodes host
|
|
- host.net_example_vm99 # this nodes ressources
|
|
- project.any # an example project
|
|
- app.nginx # a software reference
|
|
|
|
parameters:
|
|
# fqdn: ${hostname}.${hostdomain} see classes/projects/any.yml
|
|
hostname: 'vm99'
|
|
hostdomain: 'example.net'
|