Re: [ansible-devel] Ansible-2.8.0 delay

2019-04-04 Thread Martin Perina
Hi Toshio, I haven't see any announcement, but I've just noticed that 2.8 ROADMAP has been updated: 2019-04-04 Alpha 1 Core freeze No new features to support:core code. Includes no new options to existing Core modules 2019-04-11 Beta 1 Feature freeze No new functionality (including

[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 =

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] New Ansible release 2.7.10 and 2.6.16

2019-04-04 Thread Toshio Kuratomi
Hi all- we're happy to announce that the general release of Ansible 2.7.10 and 2.6.16 is now available! How do you get it? -- $ pip install ansible==2.7.10 --user or $ pip install ansible==2.6.16 --user The tar.gz of the release can be found here: * 2.7.10

Re: [ansible-devel] Ansible-2.8.0 delay

2019-04-04 Thread Toshio Kuratomi
I'm crossing my fingers but it looks like Alpha1 is clear to be released today. We are presently working to fix some issues that are being exposed with newer platform images for our CI. We do not think that these will be blockers for the alpha release but would like to get them applied so that