summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixing up performanceperf_improvementsJames Cammarata2015-11-0410-26/+67
|
* added ipify_facts to changelogBrian Coca2015-11-021-0/+1
|
* switched clean_data from hardcoded delimiters to actual currently set jinja2 ↵Brian Coca2015-11-021-4/+4
| | | | environment delimiters
* show task path on 2 vsBrian Coca2015-11-012-2/+2
|
* Change the dict attribute collision warning to recommend using bracket notationToshio Kuratomi2015-11-011-3/+19
|
* made condition not simplifiable to 'in'Brian Coca2015-11-011-3/+3
|
* Merge pull request #12998 from abuduba/develBrian Coca2015-11-011-1/+1
|\ | | | | Ensure english dates are generated in debian/changelog placeholder
| * [Makefile] Ensure english dates are generated in debian/changelog ↵=2015-11-011-1/+1
| | | | | | | | | | | | placeholder when building deb package. It
* | Merge pull request #12993 from ↵Brian Coca2015-11-011-1/+4
|\ \ | | | | | | | | | | | | ypid/avoid-python-object-name-in-complex-datatypes Avoid key names which are valid attributes for data types in Python.
| * | Avoid key names which are valid attributes for data types in Python.Robin Schneider2015-10-311-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #12990. Alternative to #12992 This PR excludes all attributes of the following data types: lists, tuples, dicts, sets, integers, floats, strings and Unicode objects. It is expected that only the attributes of dicts and sets would cause an problem like in #12990.
* | | Merge pull request #12994 from resmo/for_ansibleBrian Coca2015-11-011-39/+38
|\ \ \ | |_|/ |/| | doc: cloudstack guide fix up
| * | doc: cloudstack guide fix upRene Moser2015-10-311-39/+38
| | |
* | | Merge pull request #12995 from resmo/fix/cloudstack-utilsMatt Martz2015-11-011-2/+2
|\ \ \ | | | | | | | | cloudstack: clean up unneeded ";"
| * | | cloudstack: clean up unneeded ";"Rene Moser2015-11-011-2/+2
|/ / /
* | | added xbps pkg mgr to factsBrian Coca2015-10-311-0/+1
| | |
* | | commented out all settings in exampmle ansible.cfg as we really only want to ↵Brian Coca2015-10-311-17/+17
| | | | | | | | | | | | set when diff from defaults
* | | changelog updates:Brian Coca2015-10-311-40/+40
| | | | | | | | | | | | | | | | | | | | | | | | - corrected inventory pattern info to match latest update - arranged new headers for the release - documented them band change - added some missing changes - rearranged and clarified some existing changes
* | | fixed documentation for host patterns separatorsBrian Coca2015-10-311-2/+5
| | |
* | | remove deprecation for :, add ; functionality (its deprecated but it should ↵Brian Coca2015-10-311-5/+2
| | | | | | | | | | | | work)
* | | Revert "Document , instead of : in intro_patterns, update changelog"Brian Coca2015-10-312-7/+9
|/ / | | | | | | | | | | due to , being broken in 1.9 This reverts commit b47bc343ea64cbee77c0a499fbc3293427fa8838.
* | Merge pull request #12989 from resmo/patch-2Brian Coca2015-10-311-1/+1
|\ \ | | | | | | doc: add cloudstack guide to the guides
| * | doc: add cloudstack guide to the guidesRené Moser2015-10-311-1/+1
|/ /
* | fixed rekey password handlingBrian Coca2015-10-312-10/+7
| |
* | vault noe preserves permissions on edit and rekey and sets a restricitve ↵Brian Coca2015-10-312-5/+20
| | | | | | | | default umask for all other cases
* | Merge pull request #12988 from resmo/cloudstack-guideBrian Coca2015-10-311-0/+293
|\ \ | | | | | | doc: cloudstack guide
| * | Create guide_cloudstack.rstRené Moser2015-10-311-0/+293
| |/
* | removed invocation from tests as it is only available on very very verbose modeBrian Coca2015-10-314-16/+9
|/
* removed action plugin as service facts and separate modules don't work yet ↵Brian Coca2015-10-301-64/+0
| | | | and this forces gathering facts
* properly sanitize registered varsBrian Coca2015-10-301-1/+6
|
* removed key striping as they are read up the chainBrian Coca2015-10-301-2/+1
|
* remove commented out printsBrian Coca2015-10-301-2/+0
|
* removed no_log redundant codeBrian Coca2015-10-301-5/+1
|
* simplified invocation removal, added no_log awarenessBrian Coca2015-10-301-10/+7
|
* Merge pull request #12975 from larsks/bug/12963Brian Coca2015-10-301-8/+19
|\ | | | | add missing configuration examples
| * add missing configuration examplesLars Kellogg-Stedman2015-10-301-8/+19
| | | | | | | | | | | | adds configuration examples missing from intro_configuration.rst. Closes #12963.
* | Merge pull request #12962 from bcoca/pull_fixesJames Cammarata2015-10-302-7/+4
|\ \ | | | | | | fixes options for ansible pull
| * | removed debug printBrian Coca2015-10-291-1/+0
| | |
| * | removed requirement of destination and set documented defaultBrian Coca2015-10-292-6/+4
| | |
| * | fixes options for ansible pullBrian Coca2015-10-291-4/+4
| | | | | | | | | | | | | | | | | | | | | * remove requirement for host patterns, use the defaults * require destination directory (None in cwd is not a good default) * fixed usage messages * updated default inventory to use , and not deprecated :
* | | Make handlers obey run_once (or BYPASS_HOST_LOOP)James Cammarata2015-10-302-1/+12
| |/ |/| | | | | Fixes #12972
* | Merge branch 'Yannig-devel_fix_debug_var' into develJames Cammarata2015-10-301-9/+0
|\ \
| * \ Merge branch 'devel_fix_debug_var' of https://github.com/Yannig/ansible into ↵James Cammarata2015-10-301-9/+0
| |\ \ |/ / / | | | | | | Yannig-devel_fix_debug_var
| * | Fix for issue #12952: this code interfere with debug+var and seems to be ↵Yannig Perré2015-10-281-9/+0
| | | | | | | | | | | | unnecessary.
* | | Merge pull request #12973 from bastianharren/patch-1Brian Coca2015-10-301-1/+1
|\ \ \ | | | | | | | | stdout_callback instead of callback_stdout
| * | | stdout_callback instead of callback_stdoutbastianharren2015-10-301-1/+1
| | | |
* | | | Merge pull request #12974 from jaamiller/patch-1Brian Coca2015-10-301-0/+2
|\ \ \ \ | |/ / / |/| | | Update playbooks_lookups.rst
| * | | Update playbooks_lookups.rstjaamiller2015-10-301-0/+2
|/ / / | | | | | | | | | | | | | | | I was caught out by the different behaviour of lookups & local tasks, and could not find the difference documented anywhere at all, so I took the liberty of proposing this change. Lookups are always relative to the role or play. Local tasks are relative to the cwd from which you execute.
* | | Don't immediately fail on PlayContext setupJames Cammarata2015-10-291-11/+22
| |/ |/| | | | | | | | | As we may end up skipping the task due to conditionals. Fixes #12774
* | updated submodule refsBrian Coca2015-10-291-9/+7
| |
* | Merge pull request #12965 from matburt/fix_ec2_nested_groupsJames Cammarata2015-10-291-1/+3
|\ \ | | | | | | Fix ec2 infinitely nested groups