diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-01 20:15:44 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-01 20:15:44 +0200 |
| commit | 876a5959cedd3699b2c3eccc71ed78badc3bad55 (patch) | |
| tree | 2596099f3061fbabecef5704052db9bda3587ea0 /examples/rake/config.toml | |
| parent | 84cf996536b62abe91fa881cdf46b72eb44ee24c (diff) | |
add quickstart examples directory and link from README
Diffstat (limited to 'examples/rake/config.toml')
| -rw-r--r-- | examples/rake/config.toml | 4 |
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"] |
