summaryrefslogtreecommitdiffstats
path: root/hiera
diff options
context:
space:
mode:
Diffstat (limited to 'hiera')
-rw-r--r--hiera/data/common.yaml2
-rw-r--r--hiera/data/node/mail.yaml2
-rw-r--r--hiera/data/node/partofme.yaml2
-rw-r--r--hiera/data/node/tozt.yaml2
-rw-r--r--hiera/hiera.yaml7
5 files changed, 15 insertions, 0 deletions
diff --git a/hiera/data/common.yaml b/hiera/data/common.yaml
new file mode 100644
index 0000000..d9e1a25
--- /dev/null
+++ b/hiera/data/common.yaml
@@ -0,0 +1,2 @@
+---
+{}
diff --git a/hiera/data/node/mail.yaml b/hiera/data/node/mail.yaml
new file mode 100644
index 0000000..d9e1a25
--- /dev/null
+++ b/hiera/data/node/mail.yaml
@@ -0,0 +1,2 @@
+---
+{}
diff --git a/hiera/data/node/partofme.yaml b/hiera/data/node/partofme.yaml
new file mode 100644
index 0000000..d9e1a25
--- /dev/null
+++ b/hiera/data/node/partofme.yaml
@@ -0,0 +1,2 @@
+---
+{}
diff --git a/hiera/data/node/tozt.yaml b/hiera/data/node/tozt.yaml
new file mode 100644
index 0000000..d9e1a25
--- /dev/null
+++ b/hiera/data/node/tozt.yaml
@@ -0,0 +1,2 @@
+---
+{}
diff --git a/hiera/hiera.yaml b/hiera/hiera.yaml
new file mode 100644
index 0000000..7434a25
--- /dev/null
+++ b/hiera/hiera.yaml
@@ -0,0 +1,7 @@
+---
+version: 5
+hierarchy:
+ - name: Node
+ path: node/%{facts.networking.hostname}.yaml
+ - name: Common
+ path: common.yaml