summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* New release v2.0.0.2-1v2.0.0.2-1James Cammarata2016-01-146-2/+12
|
* Fix typo in 0b86aa6James Cammarata2016-01-141-1/+1
|
* Hack to work around callback API change for v2_playbook_on_startJames Cammarata2016-01-141-1/+14
|
* Add python-setuptools to the requirements for running ansible asToshio Kuratomi2016-01-141-1/+1
| | | | | python-setuptools contains the egginfo needed to make pkg_resources work.
* New release v2.0.0.1-1v2.0.0.1-1James Cammarata2016-01-126-2/+12
|
* Update extras submodule ref. taiga_issue being left out was a packagigng bugToshio Kuratomi2016-01-121-0/+0
|
* added galaxy datasebastianneubauer2016-01-121-0/+1
| | | not tested, but something like this seems to be missing in the Manifest.in
* re-adding the dummy debian changlog entry for packagingJames Cammarata2016-01-121-0/+6
|
* New release v2.0.0.0-1James Cammarata2016-01-127-6/+10
|
* Split up comma-separated tags properlyJames Cammarata2016-01-121-1/+5
| | | | Fixes #13795
* bugfix in nxos shared module for including defaultsPeter Sprygada2016-01-111-1/+1
|
* bugfix in ios shared module for including defaultsPeter Sprygada2016-01-111-1/+1
|
* bugfix in eos shared module for including defaultsPeter Sprygada2016-01-111-2/+2
|
* updated new windows module list in changelognitzmahone2016-01-111-2/+7
|
* deletes nxapi from shared modulesPeter Sprygada2016-01-101-155/+0
| | | The nxapi module has been superseded by the nxos shared module and is not longer needed. This commit removes (deletes) nxapi from module_utils. All custom modules that have used nxapi should be using nxos instead.
* adds network config file parser to shared modulesPeter Sprygada2016-01-101-0/+85
| | | | | | This commit adds a new shared module that parses network device configuration files. It is used to build modules that work with the various supported network device operating systems
* adds shared module shell for creating cli based transportsPeter Sprygada2016-01-101-86/+85
| | | | | | This commit add a new shared module shell that is used to build connections to network devices that operate in a CLI environment. This commit supercedes the issh.py and cli.py commits and removes them from module_utils.
* initial add of openswitch shared modulePeter Sprygada2016-01-102-0/+312
| | | | | | | This commit adds a new shared module openswitch for building modules that work with OpenSwitch. This shared module supports connectivity to OpenSwitch devices over SSH, CLI or REST. It also adds an openswitch documentation fragment for use in modules
* adds shared module nxos for building cisco nxos modulesPeter Sprygada2016-01-102-0/+285
| | | | | | | This commit refactors the nxapi into a new shared module nxos that supports connectivity over both ssh (cli) and nxapi. It supercedes the nxapi shared module and removes it from module_utils. This commit also adds a documentation fragement supporting the nxos shared module
* adds new iosxr shared module for developing modules that work with IOS XR ↵Peter Sprygada2016-01-102-0/+173
| | | | | | | | devices This commit adds a new shared module for working with Cisco IOS XR devices over CLI (SSH). It also provides a documentation fragement for the commmon arguments provided by the iosxr module.
* updates the ios shared module with new shellPeter Sprygada2016-01-102-130/+150
| | | | | | This update refactor the ios shared module to use the new shell shared library instead of issh and cli. It also adds the ios documentation fragment to be used when building ios based modules.
* initial add of eos shared modulePeter Sprygada2016-01-103-174/+299
| | | | | | | This adds a shared module for communicating with Arista EOS devices over SSH (cli) or JSON-RPC (eapi). This modules replaces the eapi.py module previously added to module_utils. This commit includes a documentation fragment that describes the eos common arguments
* restructure vars_prompt and fix regressionBrian Coca2016-01-082-52/+49
| | | | | | | pushed it to use the existing propmpt from display and moved the vars prompt code there also for uniformity changed vars_prompt to check extra vars vs the empty play.vars to restore 1.9 behaviour sipmlified the code as it didn't need to check for syntax again (tqm is made none prior based on that) fixes #13770
* Restore ability for a module to specify WANT_JSONMatt Martz2016-01-081-1/+3
|
* noted that regex_escape was added in 2.0Brian Coca2016-01-071-2/+4
| | | | fixes #13759
* New release v2.0.0-0.9.rc4v2.0.0-0.9.rc4James Cammarata2016-01-073-1/+1
|
* Fix typoToshio Kuratomi2016-01-071-5/+2
|
* More fixes for unicode handling in the connection plugins.Toshio Kuratomi2016-01-077-29/+62
| | | | | Tested that ssh, docker, local, lxc-libvirt, chroot all work with the updated unicode integration test.
* Revert "Show version without supplying a dummy action"Brian Coca2016-01-072-8/+2
| | | | | | This reverts commit 21775d7866c7953d4d953c271c0a18e227e4bc66. Parsing before action will fail if one of the action specific options is used As per issue #13743
* Merge branch 'ktosiek-fix-playbook-hanging' into stable-2.0James Cammarata2016-01-061-10/+17
|\
| * Don't drop noops from task counting code in linear strategyJames Cammarata2016-01-061-6/+0
| |
| * linear strategy: don't look at tasks from the next blockTomasz Kontusz2016-01-051-10/+23
| |
* | Show version without supplying a dummy actionmuffl0n2016-01-062-2/+8
| | | | | | | | | | fixes #12004 parsing x2 does not seem to break anything
* | Strip string terms before templatingAbhijit Menon-Sen2016-01-061-2/+1
|/ | | | | The earlier code did call terms.strip(), but ignored the return value instead of passing that in to templar.template(). Clearly an oversight.
* Fix exception catching to be importable on python3Toshio Kuratomi2016-01-051-1/+2
|
* move hostvars.vars to varsBrian Coca2016-01-051-2/+2
| | | | | this fixes duplication under hostvars and exposes all vars in the vars dict which makes dynamic reference possible on 'non hostvars'
* simplified diff handling in callbackBrian Coca2016-01-051-5/+2
| | | | no need for the copy or other complexity
* now handles 'non file diffs'Brian Coca2016-01-051-0/+4
| | | | this allows modules to pass back a 'diff' dict and it will still show using the file interface
* Update extras submodule refToshio Kuratomi2016-01-051-0/+0
|
* Fix problems with non-ascii values passed as part of the command to ↵Toshio Kuratomi2016-01-0510-13/+97
| | | | | | | connection plugins @drybjed discovered this with non-ascii environment variables and command line arguments to script and raw module.
* Clean up debug logging around _low_level_execute_commandAbhijit Menon-Sen2016-01-052-20/+7
| | | | | | | | | | We were logging the command to be executed many times, which made debug logs very hard to read. Now we do it only once. Also makes the logged ssh command line cut-and-paste-able (the lack of which has confused a number of people by now; the problem being that we pass the command as a single argument to execve(), so it doesn't need an extra level of quoting as it does when you try to run it by hand).
* move core submodule pointernitzmahone2016-01-041-0/+0
|
* Do not set 'changed' to True when using group_byMichael Scherer2016-01-041-1/+1
| | | | | | Since group_by is not changing in any way to the remote system, there is no change. This also make things more consistent with the set_fact plugin.
* Replace to_string by to_unicode.Yannig Perré2016-01-011-1/+1
| | | | Fix https://github.com/ansible/ansible/issues/13707
* added newer vars to 'reset_vars'Brian Coca2015-12-281-1/+14
| | | | | | these vars pass back info to the task about the connection moved to their own block at start at file for readability and added the newer standard vars
* minor fix to become docsBrian Coca2015-12-281-7/+7
|
* clarify idempotence explanationStephen Medina2015-12-281-1/+1
| | | Small typo; wasn't sure what to replace it with.
* updated release cycle to 4 months instead of 2Brian Coca2015-12-271-5/+4
|
* CHANGELOG entry for bigip* validate_certs changeToshio Kuratomi2015-12-251-0/+7
|
* Oops, core needs to stay on stable-2.0Toshio Kuratomi2015-12-251-9/+0
|