mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-10 11:11:29 -07:00
* 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. |
||
---|---|---|
.. | ||
cli | ||
compat | ||
config | ||
errors | ||
executor | ||
galaxy | ||
inventory | ||
module_utils | ||
modules | ||
parsing | ||
playbook | ||
plugins | ||
template | ||
utils | ||
vars | ||
__init__.py | ||
constants.py | ||
release.py |