2024-09/inventory-scripts/hosts.json.sh
2024-09-20 15:57:42 +02:00

7 lines
130 B
Bash
Executable file

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