Software aufgeteilt v1

This commit is contained in:
Frank Schiebel 2026-08-05 14:06:02 +02:00
parent 0ccf139311
commit 0d2c927d37
22 changed files with 384 additions and 365 deletions

12
qg-run-playbook Executable file
View file

@ -0,0 +1,12 @@
#!/bin/bash
filter=$1
if [ x$filter == "x" ]; then
echo "Filter angeben für -l"
exit 1
fi
ansible-playbook qgm_create_inventory.yml
ansible-playbook --vault-password-file vault.pwdclear -i devices.ini -l $filter lmn-client.yml