community.general/lib/ansible/modules
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
..
cloud [cloud] New module: gce_template (#20918) 2017-03-01 16:50:07 -05:00
clustering use safe load instead 2017-02-21 17:45:46 -05:00
commands YAML fixes for examples in additional modules 2017-02-15 13:01:43 -08:00
crypto Update validate-modules (#20932) 2017-02-02 11:45:22 -08:00
database PEP8 E712 fixes (#21916) 2017-02-24 16:49:43 -06:00
files Fix #22130 (ini_file crash when destination file don't exists or is e… (#22132) 2017-03-01 08:20:51 -08:00
identity IPA: Remove duplicated code and fix a bug that occurs if empty lists were passed and IPA didn't know the value before (#19210) 2017-02-08 14:16:44 +00:00
inventory Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
messaging no log passwords (#21229) 2017-02-10 15:13:59 -05:00
monitoring PEP8 E712 fixes (#21916) 2017-02-24 16:49:43 -06:00
network catches exception in nxos_command and returns failed message (#22151) 2017-03-01 12:41:31 -05:00
notification Fix doc s/Slack/Mattermost/ (#22017) 2017-02-27 21:54:12 +00:00
packaging Adds latest to portage module (#21918) 2017-02-27 10:19:26 -05:00
remote_management hpilo_facts: Get facts from HP iLO mgmt board (#21673) 2017-03-01 16:02:50 +00:00
source_control fix unquoted dict key (#22105) 2017-03-01 11:42:56 +00:00
storage Remove unnecessary shebangs and execute bits. 2017-02-22 18:13:46 -08:00
system Added parted module (#20399) 2017-03-01 22:31:04 +01:00
utilities wait_for_connection: Wait for system to become reachable (#20011) 2017-03-01 11:00:49 -08:00
web_infrastructure Ansible Tower job_launch module (#22148) 2017-03-01 19:57:35 +00:00
windows Add win_msg module (#22008) 2017-03-01 14:16:33 +00:00
__init__.py Re-adding the init py for modules 2016-12-08 11:35:20 -05:00