mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-21 19:43:59 -07:00
Add credential parameters to the GCE modules.
In order to simplify the workflow with the GCE modules, it's now possible to add the parameters and project name as arguments to the various GCE modules. The inventory plugin also returns the IP of the host in `ansible_ssh_host` so that you don't have to specify IPs into the inventory file. Some update to the documentation are also added. Closes #5583.
This commit is contained in:
parent
e79d859dfb
commit
6294264dc4
7 changed files with 185 additions and 130 deletions
|
@ -197,6 +197,7 @@ In addition to Cobbler and EC2, inventory scripts are also available for::
|
|||
|
||||
BSD Jails
|
||||
Digital Ocean
|
||||
Google Compute Engine
|
||||
Linode
|
||||
OpenShift
|
||||
OpenStack Nova
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue