1
0
mirror of https://github.com/inofix/example-inv.git synced 2026-02-05 15:45:42 +01:00

Default Project

Add a default class for projects.
This commit is contained in:
Michael Lustenberger
2018-06-25 16:52:40 +02:00
parent 5eb70322a8
commit ca0c97043d
3 changed files with 5 additions and 2 deletions

3
classes/project/any.yml Normal file
View File

@@ -0,0 +1,3 @@
---
parameters:
fqdn: ${hostname}.${hostdomain}

View File

@@ -4,7 +4,7 @@ classes:
- host.net_example_vm99
# the current node last
- host.net_example_kvm42
- projects.any
- project.any
parameters:
# fqdn: ${hostname}.${hostdomain} see classes/projects/any.yml

View File

@@ -1,7 +1,7 @@
---
classes:
- host.net_example_vm99
- projects.any
- project.any
- app.nginx
parameters: