Skip to content

Commit 434f3ae

Browse files
committed
PMM-7: Change pmm client setup
1 parent 0597a51 commit 434f3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pmm_psmdb_diffauth_setup/test-auth.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ EOF
5555
echo "PMM Server IP is: $PMM_SERVER_IP"
5656
echo "PMM Client version is: $PMM_CLIENT_VERSION"
5757
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)
58+
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)
5959

6060
if [ $? -ne 0 ]; then
6161
echo "Ansible failed for: psmdb-server"

0 commit comments

Comments
 (0)