This website requires JavaScript.
Explore
Help
Register
Sign In
internet
/
community.general
Watch
3
Star
0
Fork
0
You've already forked community.general
mirror of
https://github.com/ansible-collections/community.general.git
synced
2026-04-10 19:01:14 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2af105bcbc8d649d13311d583368617e5ac4cf98
community.general
/
lib
/
ansible
/
modules
/
cloud
/
google
History
Pedro Romano
bcae9a2b5e
GCE libcloud 0.15 support and code cleanup * Code formatting (indentation and white space) fixes for improved PEP8 conformity. * Remove redundant backslashes inside parentheses. * Test for object identity should be 'is not None'. * Test for membership should be 'not in'. * Fit docstring to the PEP8 79 character limit. * Use forward compatible Python 2.6+ 'except .. as' syntax for exception handling. * Support libcloud > 0.15 'metadata' argument format.
2016-12-08 11:23:53 -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
Delete dead and broken code
2016-12-08 11:23:33 -05:00
gce_lb.py
Updating cloud modules with proper github author information
2016-12-08 11:23:07 -05:00
gce_net.py
Add explanation in case that ipv4_range is required
2016-12-08 11:23:51 -05:00
gce_pd.py
Updating cloud modules with proper github author information
2016-12-08 11:23:07 -05:00
gce.py
GCE libcloud 0.15 support and code cleanup * Code formatting (indentation and white space) fixes for improved PEP8 conformity. * Remove redundant backslashes inside parentheses. * Test for object identity should be 'is not None'. * Test for membership should be 'not in'. * Fit docstring to the PEP8 79 character limit. * Use forward compatible Python 2.6+ 'except .. as' syntax for exception handling. * Support libcloud > 0.15 'metadata' argument format.
2016-12-08 11:23:53 -05:00