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

16 lines
382 B
YAML

---
classes:
# the virtualized guests first
- host.net_example_vm99 # ressources to provide for a guest
- host.KVM_host
# the current node last
- host.net_example_kvm42 # this hosts ressources
- project.any # an example project
parameters:
# fqdn: ${hostname}.${hostdomain} see classes/projects/any.yml
hostname: "kvm42"
hostdomain: 'example.net'