Commit Graph

23931 Commits (7e65315d9207f03990ff53902276b4c28c8edcf6)
 

Author SHA1 Message Date
Toshio Kuratomi 8ba0af5df3 Be sure to import urllib.parse from somewhere 8 years ago
chouseknecht fc486824b8 Fix issue #3866 8 years ago
Mike Mars 097f57d327 Missed umask octal conversion. 8 years ago
Mike Mars f592e92177 Corrected string of text... 8 years ago
Mike Mars 7af767f435 1) Modified error handling to work with Python 2.4. 2) Fixed octal codes to fall in line with the ansible guide, "Porting Modules to Python 3" 3) updated the requirements. All changes have been verified against Python 2.4, 2.6, & 3.5. 8 years ago
nitzmahone 570defc6d8 correct gs_storage docs to match reality 8 years ago
Mike Mars b30f6e02f6 Fixing compile time errors irt exception handling for Python 3. This particular diff fixes problems with Exception handling and the use/misues IRT Python 3 of octal numbers (InvalidToken exceptions). 8 years ago
Elena Washington cf31b4d8b5 Add support for PostgreSQL 9.5 in rds_param_group (fix for #3846) 8 years ago
Gilles Gagniard bbfea348df better error message if libcloud is not recent enough to use gce subnetworks 8 years ago
Jonathan A. Sternberg 97917121a6 Paginate the results from `boto.iam`
The default pagination is every 100 items with a maximum of 1000 from
Amazon. This properly uses the marker returned by Amazon to concatenate
the various pages from the results.

This fixes #2440.
8 years ago
Gilles Gagniard 152a713fd3 fix documentation to reflect subnetwork option is new in ansible 2.2 8 years ago
Gilles Gagniard 3404c0891b Initial support for specifying in which subnetwork a gce instance should be created. This is required for non-legacy networks. 8 years ago
pic 8494b0af4b fix #3528 : dns type 8 years ago
Michael Pappas 585003c546 Prevent ec2group from deleting sgs during check_mode runs 8 years ago
@ 7e4b1ebff5 Fixing Rackspace compile time errors irt exception handling for Python 3 (#3849) 8 years ago
@ 7960e99310 Fixing open stack compile time errors irt exception handling for Python 3 (#3848) 8 years ago
@ 13bebda244 Fixing gce compile time errors irt exception handling for Python 3 (#3845) 8 years ago
chouseknecht 950931144f Fix 3857 name regex 8 years ago
chouseknecht 9549c66a56 Fix #147 automatically expose published ports 8 years ago
chouseknecht 17fc0f11db Remove unused method in ContainerManager 8 years ago
@ c3aab8ddcf Fixing compile time error exception handling for python 3. (#3843) 8 years ago
Mike Mars e2dbd0f445 Fixing Docker compile time errors irt exception handling for Python 3 8 years ago
@ 3fa745eef9 Fixing error exception handling for python3. Does not need to be compa… (#3840)
* Fixing error exception handling for python. Does not need to be compatible with Python2.4 b/c boto is Python 2.6 and above.

* Fixing error exception handling for python. Does not need to be compatible with Python2.4 b/c boto is Python 2.6 and above.

* Fixing compile time errors IRT error exception handling for Python 3.5.
This does not need to be compatible with Python2.4 b/c Boto is Python 2.6 and above.
8 years ago
@ 1573066ec1 Fixing error exception handling for python. Does not need to be compatible with Python2.4 b/c boto is Python 2.6 and above. (#3839) 8 years ago
chouseknecht ec9f56d8e0 Fix #3822 stop container 8 years ago
chouseknecht c9e4955d38 Remove registery option per #3824. 8 years ago
chouseknecht be2d32f04d Fix upate typo and expected volume compare. 8 years ago
René Moser b7265d7b28 apt: fix deb=file with --diff does not show diff on upgrades (#3826) 8 years ago
René Moser a85d9930c5 apt: fix KeyError for deb=file (#3816)
Fix KeyError: 'prepared' while installing dependencies using deb=<file>.deb
This error shows up when --diff was not passed by and the deb files has dependencies not yet installed.
Closes #3752.
8 years ago
Brian Coca 73bc9fd0e0 Revert "Add prefixing and suffixing fuctionality to assemble"
This reverts commit 4c386dba56.
keeping in sync with main repo revert
8 years ago
Brian Coca cffe358260 fixed enabled state 8 years ago
Brian Coca df1b03d0c6 fixed reported state 8 years ago
chouseknecht 9dd95efe76 Fixed binds and volumes. Now recognizes bound vs unbound as well as named volumes. 8 years ago
chouseknecht abbddbde49 Fix missing ansible_facts. 8 years ago
Matthias Frey d5fc44610b Fixed error in assemble module when validation failed. (#3814)
Error was: TypeError: fail_json() takes exactly 1 argument (2 given)
8 years ago
Jirayut 'Dear' Nimsaeng d373e0a7c4 Fix volume to support not binding volumes to host 8 years ago
Anton Simernia 1aa1b617f5 Update gc_storage.py (#3802) 8 years ago
chouseknecht 96192ead02 Remove debug/register from examples. 8 years ago
chouseknecht 3d0d14c5ff Fix network comparison. Fix handling of links. Updated doc strings. Added more examples. 8 years ago
chouseknecht a4bd558240 Set version added to 2.2 so that tests pass 8 years ago
chouseknecht e398efb04f For new options move vesion_added to 2.1.1 8 years ago
chouseknecht c8f63e867a Fixed bug in _get_network_id 8 years ago
chouseknecht a9ddb5023d Fix doc strings. 8 years ago
chouseknecht 1d327a23cd Fixed issues post testing. 8 years ago
chouseknecht 39bfb136a7 First pass at implementing networks parameter. Also added purge_networks option to remove container from networks not included in networks param. 8 years ago
chouseknecht f3c33ee35f Fix for 3768 - adding support for env_file 8 years ago
Jan Fader 3afbe28b8a fix for #3706 (#3778) 8 years ago
chouseknecht 2016911e64 Check self.parameters.env exists. 8 years ago
chouseknecht bc665fca9c Fix for issue #3775 - env config comparison 8 years ago
chouseknecht 65e71d8960 Update restart_policy doc strings. 8 years ago