summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #11046v2_finalsysadmin752015-06-011-1/+1
|
* correctly identify ubuntu now in all casesBrian Coca2015-05-291-2/+5
| | | | made NA the last resort
* Add defaults and a link to os-client-config docsMonty Taylor2015-05-291-1/+5
|
* Remove unneeded required_one_of for openstackMonty Taylor2015-05-293-12/+7
| | | | | | We're being too strict - there is a third possibility, which is that a user will have defined the OS_* environment variables and expect them to pass through.
* Update v2 submodule refsToshio Kuratomi2015-05-292-8/+5
|
* Add -Compress to ConvertTo-Json calls in common powershell codeJon Hawkesworth2015-05-291-2/+2
|
* Fixing unit test for included file changesJames Cammarata2015-05-291-2/+5
|
* Moving included file stuff to a proper dedicated class and file (v2)James Cammarata2015-05-283-60/+98
|
* Removing errant debug printJames Cammarata2015-05-281-1/+0
|
* cowsay is back!Brian Coca2015-05-281-0/+50
|
* this fixes ansible on openbsd and freebsd systems. only tested on openbsd.Stefan Midjich2015-05-281-0/+37
|
* Make fetch_url check the server's certificate on https connectionsToshio Kuratomi2015-05-282-18/+53
|
* More module_utils/basic.py unit tests for v2James Cammarata2015-05-282-6/+447
|
* Started reworking module_utils/basic unit tests (v2)James Cammarata2015-05-272-287/+227
|
* Update submodule refs for v2Toshio Kuratomi2015-05-262-7/+7
|
* Fix syntaxerror in the required_if arg spec checkToshio Kuratomi2015-05-261-1/+1
|
* Add required_if to AnsibleModuleMonty Taylor2015-05-261-1/+17
| | | | | | | | | | | There is a common pattern in modules where some parameters are required only if another parameter is present AND set to a particular value. For instance, if a cloud server state is "present" it's important to indicate the image to be used, but if it's "absent", the image that was used to launch it is not necessary. Provide a check that takes as an input a list of 3-element tuples containing parameter to depend on, the value it should be set to, and a list of parameters which are required if the required parameter is set to the required value.
* added equivalent of #9636 to v2Brian Coca2015-05-262-2/+4
|
* removed duplicate retry config entriesBrian Coca2015-05-251-3/+0
|
* Adding unit tests for TaskExecutor (v2)James Cammarata2015-05-241-0/+324
|
* Fixing up the hacking module_formatter code for v2Florian Apolloner2015-05-231-7/+8
|
* Fix unit test for conn_info (v2)James Cammarata2015-05-221-1/+4
| | | | | The default user expected in the connection information is the current user, not root
* Adding unit tests for ConnectionInformation (v2)James Cammarata2015-05-222-9/+154
|
* Update v2 submodule refsToshio Kuratomi2015-05-212-7/+7
|
* Unit tests for base strategy class (v2)James Cammarata2015-05-212-60/+229
|
* Update submodule refs in v2Toshio Kuratomi2015-05-202-7/+7
|
* Update submodule refs for v2Toshio Kuratomi2015-05-192-7/+7
|
* basic: fix ValueError if value of a type='int' is not an intRene Moser2015-05-191-49/+52
| | | | | | | With this fix, we get a friendly error message: failed: [localhost] => {"failed": true} msg: value of argument start_port is not of type int and we were unable to automatically convert
* removed empty choices from filesBrian Coca2015-05-191-7/+0
|
* Reorganizing plugin unit tests and adding start of strategy tests (v2)James Cammarata2015-05-1814-5/+339
|
* Retry exec command via ssh_retryHugh Saunders2015-05-182-10/+57
| | | | | | | | | | | | | | | | | | This PR adds the option to retry failed ssh executions, if the failure is caused by ssh itself, not the remote command. This can be helpful if there are transient network issues. Retries are only implemented in the openssh connection plugin and are disabled by default. Retries are enabled by setting ssh_connection > retries to an integer greater than 0. Running a long series of playbooks, or a short playbook against a large cluster may result in transient ssh failures, some examples logged [here](https://trello.com/c/1yh6csEQ/13-ssh-errors). Ansible should be able to retry an ssh connection in order to survive transient failures. Ansible marks a host as failed the first time it fails to contact it.
* Update submodule refsToshio Kuratomi2015-05-182-7/+7
|
* Merge pull request #11018 from tyll/ed25519Brian Coca2015-05-181-20/+10
|\ | | | | facts: Add ed25519 ssh pubkey
| * facts: Simplify ssh key fetchingTill Maas2015-05-151-27/+10
| |
| * facts: Add ed25519 ssh pubkeyTill Maas2015-05-151-0/+7
| |
* | Update core and extras module refsToshio Kuratomi2015-05-172-7/+7
| |
* | Adding module_utils tests from v1 to v2James Cammarata2015-05-173-0/+494
| |
* | Cleaning up template test syntax a bitJames Cammarata2015-05-171-1/+12
| |
* | More template unit tests for v2James Cammarata2015-05-174-7/+33
| |
* | Starting to add v2 tests for templateJames Cammarata2015-05-164-0/+137
|/
* made special treatment of certain filesystem for selinux configurableBrian Coca2015-05-155-14/+31
|
* Update module refs in v2Toshio Kuratomi2015-05-152-7/+7
|
* Fixing broken set_extra_vars method after fixing unit tests (v2)James Cammarata2015-05-151-1/+1
|
* Cleaning up VariableManager tests (v2)James Cammarata2015-05-142-17/+33
|
* Fix test_role unit tests to use unique role names to avoid role caching errorsJames Cammarata2015-05-141-31/+31
|
* Go to next task when we get an error in linearToshio Kuratomi2015-05-131-0/+1
|
* Fix parsing tests so that they all runToshio Kuratomi2015-05-135-12/+28
|
* Fixing bugs related to parsing and fixing up parsing integration tests (v2)James Cammarata2015-05-134-20/+30
|
* slight changes to error handling to align with v1Brian Coca2015-05-132-5/+15
|
* Update module refs for v2Toshio Kuratomi2015-05-132-7/+7
|