summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version bump for 1.6.1 releasev1.6.1release1.6.1James Cammarata2014-05-076-4/+21
|
* Add integration tests for group_by module. Fixed bug introduced by ↵Chris Church2014-05-074-2/+133
| | | | ansible/ansible#7273 while also fixing issue described in ansible/ansible#6953
* Close fds when running commands from the accelerate daemonJames Cammarata2014-05-071-1/+1
| | | | Fixes #7307
* Make sure distro variable is set if python-apt is installedJames Cammarata2014-05-071-11/+19
| | | | Fixes #7295
* made enabled/disabled checks of apache2_module workableChristian Berendt2014-05-071-23/+14
|
* Updating changlog and releases for 1.6release1.6.0James Cammarata2014-05-052-12/+3
|
* Update packaging dates for the 1.6.0 releasev1.6.0James Cammarata2014-05-052-4/+4
|
* Make sure amazon test doesn't check host keysJames Cammarata2014-05-051-1/+1
|
* Merge pull request #7282 from ephur/gitignore_egginfoJames Cammarata2014-05-051-0/+1
|\ | | | | ignore remnants from doing a setup.py install
| * ignore remnants from doing a setup.py installRichard Maynard2014-05-051-0/+1
| |
* | Fixing two bugs in the ec2_elb_lb moduleJames Cammarata2014-05-052-17/+34
| | | | | | | | | | | | * the current state of the ELB was not reflected properly when checking the status after a change was made. * invalid zones caused a traceback when enabling/disabling zones
* | Removing zone choices that overly-limit available zones for gceJames Cammarata2014-05-052-5/+1
| | | | | | | | Fixes #7270
* | Merge pull request #7280 from angstwad/docker_inv_fixJames Cammarata2014-05-051-1/+1
|\ \ | |/ |/| Docker inventory bugfix for potential traceback
| * Docker client occasionally returns a NoneType, so we have to catch the TypeErrorPaul Durivage2014-05-051-1/+1
|/
* Merge branch 'devel' of https://github.com/denisphillips/ansible into ↵James Cammarata2014-05-051-1/+1
|\ | | | | | | denisphillips-devel
| * Used module_args passed to function instead of from runnerDenis Phillips2014-05-041-1/+1
| |
* | Fix error handling on missing dest with unarchiveVeeti Paananen2014-05-041-3/+4
|/ | | | fixes #7107
* Merge pull request #7267 from berendt/retfMichael DeHaan2014-05-0312-15/+15
|\ | | | | fixed typos found by RETF rules in RST files
| * fixed typos found by RETF rules in RST filesChristian Berendt2014-05-0312-15/+15
|/ | | | rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos
* Refuse to convert a non-empty directory into a link with the file moduleJames Cammarata2014-05-022-3/+51
| | | | | | Also adds an integration test for the above. Fixes #7254
* Remove OrderedDict references from runnerJames Cammarata2014-05-021-5/+5
| | | | Fixes #7256
* Merge pull request #7243 from jimi-c/issue_7060_lang_cJames Cammarata2014-05-013-15/+14
|\ | | | | Modify the way we set the localization environment
| * Modify the way we set the localization environmentJames Cammarata2014-05-013-15/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, we set the LANG (and LC_CTYPE) environment variables directly in the module code and applied them with os.environ(). Instead, we are now pre-pending those variables to the environment string used to execute the command which allows the user to override the localization values by setting the environment values directly (even on a per-task basis): - subversion: repo=file:///path/to/repos/svn_über dest=/tmp/svntest environment: LANG: "C" LC_CTYPE: "en_US.UTF-8" So if a user wishes to default their LANG back to C, they can still avoid unicode issues by doing the above. Fixes #7060
* | Merge branch 'fix-copy-recursive-issue' of https://github.com/tksmd/ansible ↵James Cammarata2014-05-013-2/+24
|\ \ | | | | | | | | | into tksmd-fix-copy-recursive-issue
| * | fix #7244 recursive copy fails when setting directory attributessomeda2014-05-023-2/+24
| | | | | | | | | | | | - reverse the order of new_directory_list returned from split_pre_existing_dir in copy module
* | | Fixing a documentation error in the new stackdriver moduleJames Cammarata2014-05-011-1/+1
| | |
* | | Minor fix to imports in new stackdriver moduleJames Cammarata2014-05-011-3/+2
|/ /
* | Merge branch 'stackdriver' of https://github.com/bwhaley/ansible into ↵James Cammarata2014-05-011-0/+197
|\ \ | |/ |/| | | bwhaley-stackdriver
| * Updated to use fetch_urlBen Whaley2014-04-231-12/+13
| |
| * Stackdriver code deploy and annotation moduleBen Whaley2014-04-121-0/+196
| |
* | Merge pull request #7236 from jcassee/robust-ssl-cert-concatJames Cammarata2014-04-301-0/+1
|\ \ | | | | | | Make concatenating certs robust in urls.py
| * | Make concatenating certs robust in urls.pyJoost Cassee2014-04-301-0/+1
| | | | | | | | | | | | | | | Add a newline after each certificate file explicitly to avoid problems with files that do not end with a newline themselves.
* | | Moving display-related functions to new module in utilsJames Cammarata2014-04-302-41/+71
| | |
* | | Adding a new system_warnings config option to supress warningsJames Cammarata2014-04-304-3/+34
| | |
* | | Adding an ec2_elb test to re-add an instance that had been removedJames Cammarata2014-04-301-19/+21
| | |
* | | Fixing a bad merge commit in packaging/debian/changelogJames Cammarata2014-04-301-4/+0
|/ /
* | Merge pull request #7225 from ciupicri/devel-rpm-changelogJames Cammarata2014-04-301-3/+3
|\ \ | | | | | | Fix dates from RPM SPEC changelog
| * | Fix dates from RPM SPEC changelogCristian Ciupitu2014-04-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `make rpm` gives these warnings: warning: bogus date in %changelog: Thu Feb 28 2014 Michael DeHaan <michael.dehaan@g.c> - 1.5-0 warning: bogus date in %changelog: Thu Jul 05 2013 Michael DeHaan <michael.dehaan@g.c> - 1.2-2 warning: bogus date in %changelog: Thu Aug 6 2012 Michael DeHaan <michael.dehaan@g.c> - 0.7-0 RPM build errors: bogus date in %changelog: Thu Feb 28 2014 Michael DeHaan <michael.dehaan@g.c> - 1.5-0 bogus date in %changelog: Thu Jul 05 2013 Michael DeHaan <michael.dehaan@g.c> - 1.2-2 bogus date in %changelog: Thu Aug 6 2012 Michael DeHaan <michael.dehaan@g.c> - 0.7-0
* | | Merge pull request #7230 from binarytemple/fix_for_issue_7228James Cammarata2014-04-301-3/+3
|\ \ \ | | | | | | | | fix issue #7228 ec2_vol crash
| * | | fix issue #7228 ec2_vol crashbryan hunt2014-04-301-3/+3
| | | |
* | | | Adding BuildRequires lines for python-setuptoolsJames Cammarata2014-04-301-0/+3
| |/ / |/| |
* | | Updating Makefile for setuptools changeJames Cammarata2014-04-291-1/+1
| | | | | | | | | | | | Fixes #7224
* | | Merge pull request #7215 from lorin/doc-ec2-nocacheJames Cammarata2014-04-291-0/+1
|\ \ \ | | | | | | | | Document how to turn off ec2 cache
| * | | Document how to turn off ec2 cacheLorin Hochstein2014-04-291-0/+1
| | | | | | | | | | | | | | | | Document how to disable cache lookup with the ec2 inventory script
* | | | added exampleAtlas Health2014-04-291-1/+10
| | | |
* | | | updated docs to include snapshot_tags optionAtlas Health2014-04-291-0/+21
| | | | | | | | | | | | | | | | added version
* | | | Merge pull request #7208 from jf/copy-moduleJames Cammarata2014-04-291-0/+4
|\ \ \ \ | | | | | | | | | | Fix "no_log=True" option for copy module (fixes #7193)
| * | | | Fix "no_log=True" option for copy module (fixes #7193)Jeffrey 'jf' Lim2014-04-301-0/+4
| | |/ / | |/| |
* | | | Merge branch 'budlight-patch-2' into develJames Cammarata2014-04-291-3/+11
|\ \ \ \
| * \ \ \ Merge branch 'patch-2' of https://github.com/budlight/ansible into ↵James Cammarata2014-04-291-3/+11
| |\ \ \ \ | | | | | | | | | | | | | | | | | | budlight-patch-2