summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | Add the start of an integration test structure using Ansible playbooks, also ↵Michael DeHaan2014-02-1420-2/+290
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added an assert action plugin to make writing those easier.
* | | | | | | | | | Merge pull request #6002 from chrishoffman/ec2_validateJames Cammarata2014-02-131-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Small fix for ec2 validate_certs option
| * | | | | | | | | | Small fix for ec2 validate_certs optionChris Hoffman2014-02-131-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #5998 from jimi-c/issue_3978_boto_ssl_cert_validationJames Cammarata2014-02-1312-3/+101
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Adding 'validate_certs' option to EC2 modules
| * | | | | | | | | | Updating CHANGELOG for the new validate_certs featureJames Cammarata2014-02-132-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also removing validate_cert option from the cloudformation module docs, as it does not use the standard ec2 connection.
| * | | | | | | | | | Adding 'validate_certs' option to EC2 modulesJames Cammarata2014-02-1312-3/+108
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When disabled, the boto connection will be instantiated without validating the SSL certificate from the target endpoint. This allows the modules to connect to Eucalyptus instances running with self-signed certs without errors. Fixes #3978
* | | | | | | | | | Merge pull request #5944 from sean-/develRichard Isaacson2014-02-131-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix broken behavior when removing all auxiliary groups from a user. See #5933 for more details. Tests by hand correct and passes "make clean tests".
| * | | | | | | | | Fix broken behavior when removing all auxiliary groups from a userSean Chittenden2014-02-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (e.g. 'groups=' in the user module).
* | | | | | | | | | Fix spec changelog date againJames Tanner2014-02-131-1/+1
| | | | | | | | | |
* | | | | | | | | | Fix rpm spec changelog dateJames Tanner2014-02-131-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge pull request #5988 from willthames/fix_ec2_state_not_absentjctanner2014-02-131-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | ec2 module fails when state is not absent
| * | | | | | | | | | ec2 module fails when state is not absentWill Thames2014-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tagged_instances is initialised in a scope not visible when state is not absent.
* | | | | | | | | | | Merge pull request #5993 from bcoca/md5_bsd_aix_compatMichael DeHaan2014-02-131-7/+8
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | directory detection should now work on BSDs, added AIX alternate path
| * | | | | | | | | | directory detection should now work on BSDs, added AIX alternate pathBrian Coca2014-02-131-7/+8
|/ / / / / / / / / /
* | | | | | | | | | Updated footer date and adding in misc. file generated by earlier doc updateJames Cammarata2014-02-122-5/+5
| | | | | | | | | |
* | | | | | | | | | Refactore unused codePavel Antonov2014-02-121-29/+0
| | | | | | | | | |
* | | | | | | | | | Added modules description and examplesPavel Antonov2014-02-122-116/+32
| | | | | | | | | |
* | | | | | | | | | Docker supports links and port binding. Added docker_image modulePavel Antonov2014-02-122-11/+376
| | | | | | | | | |
* | | | | | | | | | Updating documentation for release 1.4.5James Cammarata2014-02-125-1/+42
| | | | | | | | | |
* | | | | | | | | | Merge pull request #5981 from angstwad/docfixMichael DeHaan2014-02-122-3/+3
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Documentation updates to rax_files, rax_files_objects
| * | | | | | | | | | Doc updatesPaul Durivage2014-02-122-3/+3
| | | | | | | | | | |
* | | | | | | | | | | Modified cloudformation module to use common ec2 module functionsJames Cammarata2014-02-121-19/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #3688
* | | | | | | | | | | Merge pull request #5039 from bpennypacker/airbrakeMichael DeHaan2014-02-121-3/+11
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | airbrake: Made the reporting URL an optional parameter
| * | | | | | | | | | | use new airbrake API URLBruce Pennypacker2013-11-201-2/+2
| | | | | | | | | | | |
| * | | | | | | | | | | Made URL an optional parameterBruce Pennypacker2013-11-071-3/+11
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #5980 from risaacson/pull_5136_2Richard Isaacson2014-02-121-15/+17
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Reverting unarchive tests.
| * | | | | | | | | | | | Reverting unarchive tests.Richard C Isaacson2014-02-121-15/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We run into some problems because tar --diff will take into account the file ownership and fail if they don't match. The real-world implication of this is that we could be doing more unarchives then we need to be doing.
* | | | | | | | | | | | | Fix log handling of unicode output to syslog in modulesJames Cammarata2014-02-121-3/+6
| |_|/ / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #5889 from lvh/patch-1Michael DeHaan2014-02-121-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | Tell user to make inventory plugin executable
| * | | | | | | | | | | Tell user to make inventory plugin executableLaurens Van Houtven2014-02-051-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current version mentions nothing about chmod +x'ing the rax.py file, which means you get a really weird error message when you try to follow it: ``` raise ValueError, "No closing quotation" ``` ... from deep inside shlex.py. I'm sure that makes sense if you realized that meant that it was trying to parse `rax.py` as an ini file...
* | | | | | | | | | | | Merge pull request #5976 from mmoya/docfixMichael DeHaan2014-02-124-8/+12
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Update doc, irc and mailing list information in manpages input
| * | | | | | | | | | | | Update doc, irc and mailing list information in manpages inputMaykel Moya2014-02-124-8/+12
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #5979 from robinro/patch-1Michael DeHaan2014-02-121-7/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove check for version string
| * | | | | | | | | | | | | remove check for version stringRobin Roth2014-02-121-7/+0
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | this check does not get used anywhere and is not needed as zypper/rpm can handle version information directly
* | | | | | | | | | | | | Merge pull request #5969 from risaacson/pull_5136Richard Isaacson2014-02-127-373/+501
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates for the unarchive module and action_plugin.
| * | | | | | | | | | | | | Cleanup per notes.Richard C Isaacson2014-02-124-22/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some small changes to per notes from @mpdehann.
| * | | | | | | | | | | | | Updates for the unarchive module and action_plugin.Richard C Isaacson2014-02-127-359/+459
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is a bit going on with the changes here. Most of the changes are cleanup of files so that they line up with the standard files. PR #5136 was merged into the current devel and brought up to working order. A few bug fixes had to be done to get the code to test correctly. Thanks out to @pib! Issue #5431 was not able to be confirmed as it behaved as expected with a sudo user. Tests were added via a playbook with archive files to verify functionality. All tests fire clean including custom playbooks across multiple linux and solaris systems.
| * | | | | | | | | | | | | Merge remote-tracking branch 'pib/unarchive_remote' into pull_5136Richard C Isaacson2014-02-122-11/+27
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | If there is no tmp_src, don't modify the argsPaul Bonser2013-12-041-3/+6
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | properly convert arg into booleanPaul Bonser2013-12-041-1/+1
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Optionally unarchive a file already on the remote machinePaul Bonser2013-12-032-8/+21
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #5974 from jakubholynet/patch-1Michael DeHaan2014-02-121-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | mention that include works with addtional task files
| * | | | | | | | | | | | | | mention that include works with addtional task filesJakub Holy2014-02-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mention we can include roles/x/tasks/anothertasks.yml with `include anothertasks.yml` within the role's `main.yml` as this is not obvious from the documentation
* | | | | | | | | | | | | | | 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
| | | | | | | | | | | | | | | |