2024-11/inventory-scripts/hosts.json.sh
2024-11-29 14:16:39 +01:00

7 lines
130 B
Bash
Executable file

#!/bin/sh
cat <<EOF
{ "gruppe1": { "hosts": ["host1", "host2"] }, "gruppe2": { "hosts": ["host3", "host4"] }, "_meta": {} }
EOF