1
0
mirror of https://github.com/inofix/example-inv.git synced 2026-02-05 06:45:03 +01:00
Files
example-inv/nodes/net_example/vm99.example.net.yml
Michael Lustenberger 4d6b79e608 Refactoring
Mirror the changes in the common-inv repo.
2020-04-13 17:42:12 +02:00

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'