We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0597a51 commit 434f3aeCopy full SHA for 434f3ae
pmm_psmdb_diffauth_setup/test-auth.sh
@@ -55,7 +55,7 @@ EOF
55
echo "PMM Server IP is: $PMM_SERVER_IP"
56
echo "PMM Client version is: $PMM_CLIENT_VERSION"
57
echo "Admin Password is: $ADMIN_PASSWORD"
58
-ansible_out=$(ansible-playbook install_pmm_client.yml -i localhost -vv --connection=local -e "container_name=psmdb-server pmm_server_ip=$PMM_SERVER_IP client_version=$PMM_CLIENT_VERSION admin_password=$ADMIN_PASSWORD" 2>&1)
+ansible_out=$(ansible-playbook install_pmm_client.yml --connection=local --inventory 127.0.0.1, --limit 127.0.0.1 -e "container_name=psmdb-server pmm_server_ip=$PMM_SERVER_IP client_version=$PMM_CLIENT_VERSION admin_password=$ADMIN_PASSWORD" 2>&1)
59
60
if [ $? -ne 0 ]; then
61
echo "Ansible failed for: psmdb-server"
0 commit comments