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/vm99.example.net.yml

12 lines
356 B
YAML
Raw Permalink Normal View History

2018-06-25 16:47:46 +02:00
---
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
2018-06-25 16:47:46 +02:00
parameters:
# fqdn: ${hostname}.${hostdomain} see classes/projects/any.yml
hostname: 'vm99'
hostdomain: 'example.net'