community.general/lib/ansible/modules/cloud/google
GwenaelPellenArkeup 17a4a655a3 [cloud] New module: gce_template (#20918)
* add gce_template.py

gce template manage GCE Instance Templates in Google Cloud Plateform.

* change gce_template on style/formating

Apply change on style/formating from reviewer request.

* change gce_template on style/formating again.

* Rename gce_template.py to gce_instance_template.py

* update gce_instance_template.py to pass CI

Oops :)
ERROR: Import found before documentation variables. 
All imports must appear below DOCUMENTATION/EXAMPLES/RETURN/ANSIBLE_METADATA.

* Update gce_instance_template.py

change documentation replace gce_template by gce_instance_template

* Update gce_instance_template.py

Sorry for the typography fault. The day begins badly.

* Update gce_instance_template.py

apply text change
  s/Compte/Compute/
  s/Plateform/Platform/
  s/forword/forward/
change documentation for subnetwork, subnetwork is name.
add mutually_exclusive in AnsibleModule arguments.
change disk_type as an option type.

* Update gce_instance_template.py

change the documentation.

* Update gce_instance_template.py

RETURN is required for all new modules. Is empty because no new return variable returned.

* Update gce_instance_template.py

Ansible will verify that only present/absent are passed as the state. This else is not needed.
2017-03-01 16:50:07 -05:00
..
__init__.py added __init__.py to new cloud subcategories so builds work again 2016-12-08 11:22:25 -05:00
gc_storage.py Removes expanduser in favor of type 'path' 2017-02-14 15:43:53 -05:00
gcdns_record.py PEP 8 W291 whitespace cleanup. 2017-01-27 17:08:02 -08:00
gcdns_zone.py PEP 8 whitespace cleanup. (#20783) 2017-01-27 15:45:23 -08:00
gce.py [GCE] Doc fixes for gce_net (#21524) 2017-02-16 16:39:00 -05:00
gce_eip.py [GCE] External IP Address Module. (#20779) 2017-02-01 10:08:02 -05:00
gce_img.py PEP 8 E111 cleanup. 2017-01-30 20:33:31 -08:00
gce_instance_template.py [cloud] New module: gce_template (#20918) 2017-03-01 16:50:07 -05:00
gce_lb.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
gce_mig.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
gce_net.py [GCE] Doc fixes for gce_net (#21524) 2017-02-16 16:39:00 -05:00
gce_pd.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
gce_snapshot.py Update validate-modules (#20932) 2017-02-02 11:45:22 -08:00
gce_tag.py PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
gcpubsub.py Validate EXAMPLES as YAML 2017-02-15 13:01:43 -08:00
gcpubsub_facts.py Update validate-modules (#20932) 2017-02-02 11:45:22 -08:00
gcspanner.py [GCE] New module: Google Cloud Spanner (#21731) 2017-03-01 14:26:07 -05:00