Software aufgeteilt v1
This commit is contained in:
parent
0ccf139311
commit
0d2c927d37
22 changed files with 384 additions and 365 deletions
12
qg-run-playbook
Executable file
12
qg-run-playbook
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue