mirror of
https://github.com/Noratrieb/vmlab.git
synced 2026-01-14 08:35:11 +01:00
7 lines
88 B
Bash
Executable file
7 lines
88 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
mkdir -p vm-state
|
|
|
|
cat >vm-state/inventory.ini <<EOF
|
|
[myhosts]
|
|
EOF
|