Re: [ansible-devel] Running tasks on GCP hosts using service account

2019-04-04 Thread Brian Coca
You probably need to set the remote user to an account that allows login, one way would be `ansbile_user: the account` -- -- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop

[ansible-devel] Running tasks on GCP hosts using service account

2019-04-04 Thread Jan D
I have been playing with the GCP Inventory plugin and can now succesfully view/list my GCE VM instances with my dynamic inventory file. It looks like this: --- > plugin: gcp_compute > projects: > - my-project > filters: > - >- > ( name = "project-instance-1" ) OR > ( name =