summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #11557 from jotes/patch-1Brian Coca2015-07-101-1/+1
|\ | | | | Misspell in mail.py callback.
| * Misspell in mail.py callback.teh 4r9h2015-07-111-1/+1
|/ | | Looks like little misspell.
* Merge pull request #9281 from woltage/develBrian Coca2015-07-101-9/+18
|\ | | | | Enables 'force basic auth' -feature globally
| * Merge upstream changesIiro Uusitalo2015-07-101-10/+10
| |
| * Enables 'basic auth force' -feature globallyIiro Uusitalo2015-07-091-1/+10
| |
* | Merge pull request #11531 from tamsky/tamsky-document-jsonfileBrian Coca2015-07-101-4/+17
|\ \ | | | | | | document `jsonfile` fact cache
| * | document jsonfile and provide example configMarc Tamsky2015-07-091-4/+17
| | |
* | | Merge pull request #11555 from cchurch/test_win_get_url_updatesBrian Coca2015-07-102-7/+76
|\ \ \ | | | | | | | | Update tests for win_get_url module to test force parameter
| * | | Update tests for win_get_url module to test force parameter and invalid ↵Chris Church2015-07-102-7/+76
| | | | | | | | | | | | | | | | URLs/paths.
* | | | Merge pull request #11537 from chrismeyersfsu/azure-testBrian Coca2015-07-102-4/+36
|\ \ \ \ | | | | | | | | | | assert password or ssh key provided on new image creation
| * | | | assert password or ssh key provided on new image creationChris Meyers2015-07-092-4/+36
| | |_|/ | |/| |
* | | | Submodule updateJames Cammarata2015-07-102-13/+13
| | | |
* | | | fixed all references to old plugins/inventory to point at contrib/inventoryBrian Coca2015-07-106-14/+14
| | | |
* | | | Merge pull request #11552 from cgar/spellingBrian Coca2015-07-105-7/+7
|\ \ \ \ | |_|/ / |/| | | minor spelling changes
| * | | minor spelling changesCarlos E. Garcia2015-07-105-7/+7
|/ / /
* | | Mock 1.1.0 lost python2.6 compatibilityToshio Kuratomi2015-07-101-1/+1
| | |
* | | Cleaning up includes test to match 2.0 behaviorJames Cammarata2015-07-101-22/+23
| | | | | | | | | | | | | | | | | | | | | * Perhaps the only precedence change, in 2.0+ variables from set_fact will not override params to an include file, as params are expected to be more specific than host-based variables. * Uncommented long-form include example.
* | | Merge pull request #11533 from bcoca/cb_and_contribBrian Coca2015-07-1062-357/+259
|\ \ \ | | | | | | | | Cb and contrib
| * | | removed plugins dir that was removedBrian Coca2015-07-101-1/+0
| | | |
| * | | moved contrib into manifest from setup.pyBrian Coca2015-07-102-1/+3
| | | |
| * | | fixed a couple of bugsBrian Coca2015-07-102-2/+2
| | | |
| * | | added executabel bit to nova and rax inventory pluginsBrian Coca2015-07-102-0/+0
| | | |
| * | | poreted log_plays, syslog_json and osx_say callbacks to v2Brian Coca2015-07-1056-236/+138
| | | | | | | | | | | | | | | | | | | | | | | | | | | | renamed plugins to contrib (they are not really plugins) rewrote README.md to reflect new usage added new dir to setup.py so it gets copied with installation, in views of making using inventory scripts easier in teh future
| * | | ported hipchat callback to v2 (needs testing)Brian Coca2015-07-101-62/+11
| | | |
| * | | moved unused functions to base objectBrian Coca2015-07-101-40/+0
| | | |
| * | | removed warning i was using for debugBrian Coca2015-07-101-4/+3
| | | |
| * | | ported context_demo to v2 callbacksBrian Coca2015-07-101-8/+14
| | | |
| * | | removed connection info to _verbosity, just needed callbacks to call correct ↵Brian Coca2015-07-101-3/+88
| | | | | | | | | | | | | | | | | | | | | | | | display.verbosity added v2 methods and made them call v1 when possible by tranforming the data
| * | | now calls correct v2_on_any callback methodBrian Coca2015-07-101-1/+1
| | | |
| * | | now looks at correct verbosity and removes the need to set a copy of it in ↵Brian Coca2015-07-101-3/+3
|/ / / | | | | | | | | | _verbosity
* | | Fix unit tests for new magic variable addition 'ansible_version'James Cammarata2015-07-101-0/+2
| | |
* | | Add ansible_version magic variableJames Cammarata2015-07-101-0/+3
| | | | | | | | | | | | Fixes #11545
* | | Fix bug where options may not have the force_handlers value from the cliJames Cammarata2015-07-101-1/+1
| | |
* | | Update role unit tests for changes made to require a play during loadingJames Cammarata2015-07-101-8/+23
| | |
* | | Move role cache into the play to avoid roles crossing play boundariesJames Cammarata2015-07-104-24/+15
| | |
* | | Lots of fixes for integration test bugsJames Cammarata2015-07-1016-117/+165
|/ /
* | Fixing some delegate_to bugsJames Cammarata2015-07-092-7/+8
| | | | | | | | | | | | | | | | | | * Moving connection creation until after the task is post_validated, to make sure all fields are properly templated (#11230) * Fixing problems related to the connection method and remote address lookup on the delegated-to host Fixes #11230
* | added ignore_hidden to assembleBrian Coca2015-07-091-3/+5
| |
* | now allows for empty vars sections, returns empty dictBrian Coca2015-07-081-0/+2
| | | | | | | | fixes #11532
* | ported mail callback plugin to work with v2Brian Coca2015-07-081-20/+43
| |
* | minor fixes to constantsBrian Coca2015-07-081-2/+2
| |
* | Fix required_if (needed to pass list to _count_terms)Toshio Kuratomi2015-07-081-2/+1
| |
* | Fix bug in registered variables related to delegate_to changesJames Cammarata2015-07-083-2/+10
| |
* | Removing unicode --start-at-task test for now as we haven't added that back ↵James Cammarata2015-07-081-1/+1
| | | | | | | | into devel
* | Fix first_available_file: support for copy and template actionsJames Cammarata2015-07-083-3/+3
| |
* | Update exception handling to be python3 compatToshio Kuratomi2015-07-081-1/+1
| |
* | Merge pull request #11527 from marconius/adds_tests_for_taggableBrian Coca2015-07-082-1/+104
|\ \ | | | | | | Added tests for `taggable` module
| * | Added tests for `taggable` modulemarconius2015-07-082-1/+104
|/ /
* | for ansibot compensationBrian Coca2015-07-081-0/+36
| |
* | Fix usage of set_host_var when registering a result varJames Cammarata2015-07-081-1/+1
| | | | | | | | Fixes #11521