summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update doc, irc and mailing list information in manpages inputMaykel Moya2014-02-124-8/+12
|
* Merge pull request #5972 from mmoya/docfixMichael DeHaan2014-02-124-5/+5
|\ | | | | Minor grammar fix in manpages and update docs url.
| * Fix documentation urlMaykel Moya2014-02-111-1/+1
| |
| * Minor grammar fix in manpagesMaykel Moya2014-02-114-4/+4
| |
* | Merge pull request #5967 from willthames/env_setup_libraryMichael DeHaan2014-02-122-1/+31
|\ \ | | | | | | Allow hacking/env-setup module path to use config file library path
| * | Allow hacking/env-setup module path to use config file library pathwillthames2014-02-122-1/+31
|/ / | | | | | | | | | | | | | | hacking/env-setup now adds the configured library path in ANSIBLE_CONFIG to the ANSIBLE_LIBRARY environment variable in addition to the previous default of ANSIBLE_HOME/library. This replaces #5950.
* | Merge pull request #5962 from sivel/rax-facts-docs-updateMichael DeHaan2014-02-112-26/+86
|\ \ | | | | | | rax_facts and rax_keypair modules: update docs
| * | The OpenStack auth attributes apply to rax_keypair alsoMatt Martz2014-02-111-11/+41
| | |
| * | Update docs for rax_facts to include parameters added for other OpenStack cloudsMatt Martz2014-01-301-15/+45
| | |
* | | When using jsonify in modules, try several unicode encoding for dumps()James Cammarata2014-02-111-1/+6
| | | | | | | | | | | | Fixes #4821
* | | Fixing tests for gitJames Cammarata2014-02-111-1/+1
| | |
* | | Merge pull request #5957 from sivel/rax-no-default-disk-configjctanner2014-02-111-2/+4
|\ \ \ | | | | | | | | rax module: Don't set a default for disk_config
| * | | Don't set a default disk_config. Defaulting to 'auto', causes issues with ↵Matt Martz2014-02-101-2/+4
| | | | | | | | | | | | | | | | new images
* | | | Update bug reporting instructions to refer to the issue templateJames Tanner2014-02-111-8/+1
| |_|/ |/| |
* | | Merge pull request #5945 from swills/patch-1Michael DeHaan2014-02-111-0/+15
|\ \ \ | | | | | | | | Add some notes on installing on FreeBSD
| * | | Add some notes on installing on FreeBSDSteve Wills2014-02-101-0/+15
| | | | | | | | | | | | Could perhaps be expanded with more prose, but this will do for a start.
* | | | Re-add synchronize unit testsJames Tanner2014-02-111-0/+132
| | | |
* | | | Refactor the synchronize action plugin and add unit testsJames Tanner2014-02-111-8/+41
| | | |
* | | | Merge pull request #5948 from bob-smith/spelling_and_typosMichael DeHaan2014-02-113-6/+6
|\ \ \ \ | | | | | | | | | | Fix various typos in markdown documentation
| * | | | Fix various typos in markdown documentationJohn Barker2014-02-114-7/+7
| |/ / /
* | | | Merge pull request #5946 from bob-smith/patch-1jctanner2014-02-101-2/+2
|\ \ \ \ | | | | | | | | | | Fix typos in ISSUE_TEMPLATE.md
| * | | | Fix typos in ISSUE_TEMPLATE.mdJohn Barker2014-02-101-2/+2
| |/ / /
* / / / Open LOG_LOCK file with FD_CLOEXEC to prevent file descriptor leakageJames Cammarata2014-02-101-3/+10
|/ / / | | | | | | | | | Fixes #5399
* | | Merge branch 'issue_4812' into develJames Cammarata2014-02-101-1/+9
|\ \ \
| * | | Use finalize method in jinja2 to convert None values to empty stringsJames Cammarata2014-02-061-1/+9
| | | | | | | | | | | | | | | | Fixes #4812
* | | | Specify mode in the makedirs call for fireball/accelerate keysJames Cammarata2014-02-101-1/+1
| | | |
* | | | Merge branch 'devel' of https://github.com/xyrix/ansible into xyrix-develJames Cammarata2014-02-102-3/+16
|\ \ \ \
| * | | | fixed thinkoesxyrix2014-02-061-2/+2
| | | | |
| * | | | fixed file perms checkingxyrix2014-02-061-1/+7
| | | | |
| * | | | made accelerate keys directory configurable, and permissions for the file ↵xyrix2014-02-062-3/+10
| |/ / / | | | | | | | | | | | | and dir configurable, and gave them a safe default
* | | | Merge pull request #5931 from suzaku/fix_typoMichael DeHaan2014-02-101-2/+2
|\ \ \ \ | | | | | | | | | | Fix typo in CODING_GUIDELINES.md
| * | | | Fix typosatoru2014-02-101-2/+2
|/ / / /
* | | | Merge pull request #5883 from amirhhz/improve-ec2-module-docsMichael DeHaan2014-02-091-12/+12
|\ \ \ \ | | | | | | | | | | Improve ec2 module docs
| * | | | Neaten up example YAML with 2-space indentingAmir H. Hajizamani2014-02-051-11/+11
| | | | |
| * | | | Example should put instance_ids list in quotes for avoid YAML errorAmir H. Hajizamani2014-02-051-1/+1
| | | | |
* | | | | Merge pull request #5920 from geerlingguy/patch-1Michael DeHaan2014-02-091-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Change reference to open 'intranet' to 'internet'
| * | | | | Change reference to open 'intranet' to 'internet'Jeff Geerling2014-02-091-1/+1
| | | | | | | | | | | | | | | | | | The Internet is being referred to, but the documentation uses the word 'intranet'.
* | | | | | Merge pull request #5924 from Barthalion/develMichael DeHaan2014-02-091-8/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Include all man pages in Arch Linux package.
| * | | | | | Include all man pages in Arch Linux package.Bartłomiej Piotrowski2014-02-091-8/+5
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While we're on it, change $pkgdesc to follow its counterpart from official repositories. Additionally don't install RELEASES.txt and CONTRIBUTING.md; there is little use for them from the user's perspective.
* | | | | | Merge pull request #5926 from riceo/develMichael DeHaan2014-02-091-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fix Linode inventory plugin causing a Chube exception when attempting to obtain information on a specific Linode host
| * | | | | Save api id to index as an int instead of a listAaron Rice2014-02-091-2/+2
|/ / / / /
* | | | | Merge pull request #5911 from fly/fix_linode_typoMichael DeHaan2014-02-081-1/+1
|\ \ \ \ \ | | | | | | | | | | | | add missing ' in Linode documentation
| * | | | | fix linode typoJon Chen2014-02-081-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #5912 from risaacson/issue5739_5Richard Isaacson2014-02-081-5/+24
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Refining the fix made in #5885. Merging this quickly after PR as further testing of of earlier fix demonstrated flaws. Those flaws are now removed and tested to be removed.
| * | | | Refining the fix made in #5885.Richard C Isaacson2014-02-081-5/+24
|/ / / / | | | | | | | | | | | | It turns out that some of the assumptions in #5885 were slightly off. The previous fix relied on a call to the module to creat a tmp_path. This is insufficent as there are few cases that we need to have the tmp directory before we make the module call. If we don't have a tmp_path before we do a recursive call or when we find a file that does not match the remote md5 hash we need to create a tmp directory. Also we are not more percise when we will need to clean up the remote tmp_path.
* | | | Revert "Revert "Revert "Add the fork manager code (related to previous ↵Michael DeHaan2014-02-081-134/+0
| | | | | | | | | | | | | | | | | | | | | | | | patch).""" This reverts commit 60d3611b702898e64f4f132d7dc7a6d3691c54e0.
* | | | Revert "Revert "Revert "This patch makes Ansible reuse fork allocation ↵Michael DeHaan2014-02-081-21/+47
| | | | | | | | | | | | | | | | | | | | | | | | between seperate instantations of the runner API, therefore the overhead of recreating forks""" This reverts commit 73ca1a173c8ede76f19ebce5d6a018fd41e30c68.
* | | | Revert "While the previous work on the foon class can't be quite recycled, ↵Michael DeHaan2014-02-082-8/+20
| | | | | | | | | | | | | | | | | | | | | | | | it's still a nice abstraction." This reverts commit caab52aee25e8163d0cb8add4df3d49a803f52d1.
* | | | While the previous work on the foon class can't be quite recycled, it's ↵Michael DeHaan2014-02-082-20/+8
| | | | | | | | | | | | | | | | still a nice abstraction.
* | | | Revert "Revert "This patch makes Ansible reuse fork allocation between ↵Michael DeHaan2014-02-081-47/+21
| | | | | | | | | | | | | | | | | | | | | | | | seperate instantations of the runner API, therefore the overhead of recreating forks"" This reverts commit 6685b4989e0763793e7b87170027af40f634ce46.