summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version bump for 1.6.4v1.6.4release1.6.4James Cammarata2014-06-256-2/+16
* Assert the MOCK_CFG exists for the mock-rpm build targetJames Laska2014-06-251-1/+1
* Add support for rpm builds through mockJames Laska2014-06-251-1/+19
* Correct Makefile variable usageJames Laska2014-06-251-1/+1
* Updated DEB build workflowJames Laska2014-06-254-40/+101
* Change safe_eval to a strict white listJames Cammarata2014-06-252-15/+28
* Version bump and CHANGELOG/RELEASES update for 1.6.3v1.6.3release1.6.3James Cammarata2014-06-096-5/+24
* Cleaning up svr4pkg commit fix for #7645James Cammarata2014-06-091-8/+8
* fix for svr4pkg module failure reporting, issue #7645Casey Fitzpatrick2014-06-091-3/+11
* Fixing mysql master replication booleanJames Cammarata2014-06-091-2/+2
* Fix issue with symlink path detectionJames Cammarata2014-06-091-1/+2
* Fix linking issue to directories in file moduleJames Cammarata2014-06-091-1/+1
* Fix error passing play vars to an included playbook with empty varsJames Cammarata2014-06-091-0/+4
* Fix order of merging variables for the combined cacheJames Cammarata2014-06-091-2/+2
* Removing cruft leftover from the deprecation of include+with_itemsJames Cammarata2014-06-095-26/+16
* fixing problem where ansible would error out because Amazon was saying the gr...evanccopengeo2014-06-091-0/+4
* Fix error when using os.getlogin() without a ttyJames Cammarata2014-06-091-1/+12
* Fix typo in CHANGE MASTER TO syntaxJosef Špak2014-06-091-1/+1
* Ensure there are no duplicates in the merged/intersected listsMarc Pujol2014-06-091-7/+10
* Merge and intersect lists without using sets.Marc Pujol2014-06-091-12/+10
* dont mutate inventory varsIsao Jonas2014-06-091-1/+1
* Check groupnames for None as well as an empty string in add_hostJames Cammarata2014-06-091-1/+1
* Correctly examine path for relative links in file moduleBrian Coca2014-06-091-4/+5
* Support checking for su user to atomic_moveJames Cammarata2014-06-091-2/+3
* Correct issue of handlers running on all hosts incorrectlyJames Cammarata2014-06-094-9/+24
* now module searches for update-alternatives vs hardcoding itBrian Coca2014-06-091-1/+2
* Don't use listify_ function, when all we want to do is template variablesJames Cammarata2014-06-091-1/+5
* Merge pull request #7527 from hlieberman/release1.6.2release1.6.2Michael DeHaan2014-05-251-1/+1
|\
| * Remove colon which breaks installation of 1.6.2.Harlan Lieberman-Berg2014-05-231-1/+1
|/
* Version bump for 1.6.2v1.6.2James Cammarata2014-05-236-3/+26
* Don't re-query inventory when trimming failed/dark hostsJames Cammarata2014-05-231-1/+1
* Adding the capability to proxy the ssl cert checkJames Cammarata2014-05-231-3/+89
* Make sure dwim'd relative path ends in a "/" if the original doesJames Cammarata2014-05-231-0/+1
* Ensure the validation string has %s in itjjshoe2014-05-213-0/+6
* Fixing absolute path calculation for file module when linkingJames Cammarata2014-05-211-1/+1
* Also set the environment variables when resetting the locale to CJames Cammarata2014-05-211-0/+2
* Default use_proxy to True for fetch_url()James Cammarata2014-05-212-1/+3
* Reset locale to 'C' if the specified one is invalidJames Cammarata2014-05-211-0/+21
* Remove erroneous set of status_code causing a traceback in module uriJames Cammarata2014-05-211-1/+0
* docker: fix targetting images by nameMatt Bray2014-05-211-1/+1
* Fixed extension filtering in InventoryDirectoryKevin Bell2014-05-211-4/+3
* Check module_path permissions when creating ssh_wrapper for gitJames Cammarata2014-05-212-2/+22
* During vsphere config check attempt cast before marking values missingJames Cammarata2014-05-211-1/+9
* Fix env splitting in docker moduleKonstantin Shabanov2014-05-211-1/+1
* Add missing basedir to Runner in _do_setup_stepAllard Hoeve2014-05-211-0/+1
* Properly merge role conditionals in with pre-existing conditionalsJames Cammarata2014-05-211-20/+21
* Fix to unescape * was discarded by unescape of @napkindrawing2014-05-211-1/+1
* Use the existing module_vars during the templating of module_varsJames Cammarata2014-05-212-1/+3
* Evaluate changed_when only if task is not skippedJames Cammarata2014-05-211-1/+1
* Only chown on atomic move if the uid/gid don't match the src/tmp fileJames Cammarata2014-05-211-1/+2