X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=ansible%2Fapply-role.sh;h=3d39f3454a7f33412a058503db38da876280e5ff;hb=3a49eb17a290395084211597a614e8fe4f6f8938;hp=75db31663abf0f0a0eda91aa48834601c999859a;hpb=48446c37050a0a1257d0ceb7506caf50d821c269;p=noc.git diff --git a/ansible/apply-role.sh b/ansible/apply-role.sh index 75db316..3d39f34 100755 --- a/ansible/apply-role.sh +++ b/ansible/apply-role.sh @@ -10,4 +10,4 @@ role="$1" shift echo "######## applying the role '$role' to host(s) '$hosts' ########" -exec ansible-playbook -e "hosts=$hosts" -e "role=$role" $@ generic.yaml +exec ansible-playbook -e "myhosts=$hosts" -e "myrole=$role" $@ generic.yaml