zopar

Results 5 comments of zopar

Try to replace kubernetes_pod_name with pod_name in your queries and it should works

It is strange how the plugin set the ansible command. If you select to use password and set an user, the command will use --ask-password and the ansible-playbook command hangs...

Ok I confirm the issue: you pass extra vars in your command, this take precedence over ansible_ssh_user and password set in hosts.ini. For example if you set gather fact this...

I also confirm the bug with mysql Database Error: SQLSTATE[22004]: Null value not allowed: 1138 Invalid use of NULL value SQL: ALTER TABLE `anchor_comments` CHANGE `date` `date` datetime NOT NULL...