mirror of
https://github.com/Noratrieb/vmlab.git
synced 2026-01-14 08:35:11 +01:00
5 lines
111 B
Bash
Executable file
5 lines
111 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
ansible-playbook -u chef -i vm-state/inventory.ini ansible/debian.yml
|