summaryrefslogtreecommitdiff
path: root/examples/rake/config.toml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-01 20:15:44 +0200
committerPaul Buetow <paul@buetow.org>2026-03-01 20:15:44 +0200
commit876a5959cedd3699b2c3eccc71ed78badc3bad55 (patch)
tree2596099f3061fbabecef5704052db9bda3587ea0 /examples/rake/config.toml
parent84cf996536b62abe91fa881cdf46b72eb44ee24c (diff)
add quickstart examples directory and link from README
Diffstat (limited to 'examples/rake/config.toml')
-rw-r--r--examples/rake/config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/rake/config.toml b/examples/rake/config.toml
new file mode 100644
index 0000000..5a21958
--- /dev/null
+++ b/examples/rake/config.toml
@@ -0,0 +1,4 @@
+[hostgroups]
+
+# Define groups of hosts that share configuration
+webservers = ["earth", "mars"]