summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for SNI and TLS-1.1 and TLS-1.2 to the fetch_url() helperget_url-sni-tls-fixToshio Kuratomi2015-07-143-18/+98
* fixed var file loadingBrian Coca2015-07-141-1/+1
* added empty include testBrian Coca2015-07-142-1/+1
* fixed bad parsing testsBrian Coca2015-07-142-6/+6
* Updating base strategy unit test regarding bad file loads based on earlier ch...James Cammarata2015-07-141-1/+2
* fixed missing self in self.action on rekey in vaultBrian Coca2015-07-141-1/+1
* fragments can now be a listBrian Coca2015-07-141-9/+11
* fixed backup and validate fragmentsBrian Coca2015-07-142-7/+9
* Fix group/host var loading relative to playbook basedirJames Cammarata2015-07-142-8/+14
* Allow empty include files againJames Cammarata2015-07-141-0/+2
* enabled good parsing tests in parsing targetBrian Coca2015-07-142-1/+4
* made md5 into generic checksum function that uses sha nowBrian Coca2015-07-141-3/+3
* clarified v1/ purpose and relationships with tags and branchesBrian Coca2015-07-141-0/+2
* Fixing up some output stuffJames Cammarata2015-07-144-29/+11
* Properly catch AnsibleError and not all errorsJames Cammarata2015-07-131-1/+1
* added missing re importBrian Coca2015-07-131-0/+2
* fixing become success stringBrian Coca2015-07-131-2/+2
* added sts_assume_roleBrian Coca2015-07-131-0/+1
* now callback errors are not silent but warningsBrian Coca2015-07-131-1/+4
* Merge pull request #11577 from srvg/yaml_file_extensionsBrian Coca2015-07-131-3/+3
|\
| * Use YAML_FILENAME_EXTENSIONS for vars files.Serge van Ginderachter2015-07-141-3/+3
* | Merge pull request #11576 from srvg/combine_empty_vars_fileBrian Coca2015-07-131-1/+2
|\ \
| * | Do not combine group_vars with an empty fileSerge van Ginderachter2015-07-141-1/+2
| |/
* | fixed executable for raw moduleBrian Coca2015-07-131-8/+4
|/
* added skipped to onelineBrian Coca2015-07-131-0/+3
* Fix removal of .git from modules directoriesJames Cammarata2015-07-132-1/+3
* readded oneline output feature to adhocBrian Coca2015-07-133-2/+64
* removed unused methods, these now live in base classBrian Coca2015-07-131-56/+1
* Re-implement "conditional imports" for vars_filesJames Cammarata2015-07-131-6/+19
* Merge pull request #11570 from objectified/docfix_plugins_linksBrian Coca2015-07-131-7/+7
|\
| * fixed Github links to plugin sourcesobjectified2015-07-131-7/+7
|/
* Fixing up fact_cache use in VariableManagerJames Cammarata2015-07-132-6/+11
* Removing stray debugging printJames Cammarata2015-07-131-1/+0
* Moving jsonfile cache plugin over and fixing #10883James Cammarata2015-07-131-0/+159
* now assemble skips during checkmodeBrian Coca2015-07-131-1/+4
* added readme to v1Brian Coca2015-07-131-0/+6
* Make sure the basedir is unicodeJames Cammarata2015-07-123-3/+5
* fix for when invocation data is missingBrian Coca2015-07-121-1/+4
* Removing tags/when from role param hash calculationJames Cammarata2015-07-111-2/+0
* removed dict comprehension as 2.6 does not likeBrian Coca2015-07-112-2/+7
* fix read_vault_password_file refBrian Coca2015-07-111-1/+1
* added cyan back to ignoring messageBrian Coca2015-07-111-1/+1
* now actually continues play on ignore errorsBrian Coca2015-07-111-1/+1
* moved read_vault_file to CLI from utils and renamed to clearer read_vault_pas...Brian Coca2015-07-116-63/+34
* simplified ansible errors, moved md5 hash import with notes to be more prominentBrian Coca2015-07-111-24/+27
* changed github and galaxy to always be httpsBrian Coca2015-07-118-15/+15
* added result sanitation to registered var and to callbacksBrian Coca2015-07-117-19/+31
* now default shows time taken when -vv or aboveBrian Coca2015-07-111-0/+2
* added verbose option to show callback loaded infoBrian Coca2015-07-1010-5/+22
* removed trailing newlineBrian Coca2015-07-101-2/+2