summaryrefslogtreecommitdiff
path: root/docsite
Commit message (Collapse)AuthorAgeFilesLines
* Change <support@ansible.com> - it's being retired.Bill Nottingham2016-10-151-1/+1
|
* Upgrade to azure 2.0.0rc5 and add locations parameter.Chris Houseknecht2016-07-091-0/+7
| | | | (cherry picked from commit 7964a2fca3191d56021af83cbe7c9ccf54416600)
* Fix authentication via params and env vars. Update guide to RC5.Chris Houseknecht2016-07-051-2/+2
| | | | (cherry picked from commit c71a939b08ef61f9964b8a5b3cc5ba6a23e8e320)
* Update intro_configuration.rst (#16416)Bill Nottingham2016-06-231-1/+1
| | | Fix callback plugin path (per lib/ansible/constants.py)
* Fix variable precedence issue where set facts beat role paramsJames Cammarata2016-06-071-2/+2
| | | | | | | | | Also updates doc on variable precedence, as it was incorrect for the order of play vars/vars_prompt/vars_files in relation to set_fact and registered variables. Fixes #14702 Fixes #14826
* updates for Azure SDK 2.0.0rc4nitzmahone2016-06-041-2/+2
|
* Fix typo.chouseknecht2016-05-181-1/+1
| | | | (cherry picked from commit 0bc23a44080e9266b05c6bbdb4c00bcdb6c6d8ea)
* Update ansible-container links.chouseknecht2016-05-181-2/+2
| | | | (cherry picked from commit 22de8a9a216ff38957fa60925f5521189e6877e9)
* Fix italics and version directives.chouseknecht2016-05-181-3/+3
| | | | (cherry picked from commit 0c80b71d71a3ea9ac7e8129afee9c310c13c9021)
* Add docker_service and mention ansible-container.chouseknecht2016-05-181-4/+21
| | | | (cherry picked from commit 10c5d9e7494ad1379e7d8a5d1b0400790061441c)
* Update GCE module to use JSON credentials (#13623)Vic Iglesias2016-05-121-23/+47
| | | | | | | | * Update GCE module to use JSON credentials * Ensure minimum libcloud version when using JSON crednetials for GCE * Relax langauge around libcloud requirements
* make vi the default editor if no EDITORBrian Coca2016-05-021-1/+1
| | | | fixes #15577
* Fixed docker_host definition.chouseknecht2016-04-291-2/+3
|
* Change command line parameters to parameters.chouseknecht2016-04-291-10/+12
|
* Adding getting started guide for Dockerchouseknecht2016-04-292-1/+299
|
* doc fix for delegate_to / ansible_host (issue #15546) (#15605)nikut2016-04-262-2/+2
|
* Correct the spelling of "overridden" (#15598)Dougal Matthews2016-04-261-3/+3
|
* Fix quoting issue in example (#15589)Dag Wieers2016-04-251-1/+1
|
* Refer to the play_host as remote instead of local (#15307)Allyson Bowles2016-04-251-1/+1
| | | | | | It was pointed out on IRC that the "local machine" terminology is confusing, since in this instance it refers to the host *against* which Ansible is running, in contrast to the host *from* which Ansible is running.
* Add the encoding parameter to the options of csvfile (#15283)Dag Wieers2016-04-251-2/+3
| | | I assume this ships with v2.1, if it would ship with e.g. v2.0.3.0 let me know.
* add centrify dzdo escalation (#15219)Tegan Snyder2016-04-251-4/+4
| | | add dzdo context, and test
* Update Program flow documentation for new way that ziploader worksToshio Kuratomi2016-04-242-77/+204
| | | | Add documentation on how to debug ziploader modules
* Fixing inventory script ambiguity.chouseknecht2016-04-221-4/+4
|
* Add example of checking registered variable for emptiness. (#15510)Fran Torres-Lopez2016-04-221-0/+16
|
* Rename azure inventory script. Fix bug preventing AD user login via ↵chouseknecht2016-04-211-11/+11
| | | | environment vars.
* updated conditional docsBrian Coca2016-04-211-2/+25
| | | | | | - added missing anchors - clarified when/with interactions - added examples for skipping loops on undefined vars
* Document connection types (#15155)ThomasSteinbach2016-04-191-5/+48
| | | | | | * first description of non ssh based connection types * fixed formatting
* Fix typo in FAQ (#15472)Alexandr Elhovenko2016-04-191-1/+1
|
* Fix rst formattingToshio Kuratomi2016-04-191-0/+1
|
* Make the loop variable (item by default) settable per taskJames Cammarata2016-04-191-10/+40
| | | | | | | Required for include+with* tasks which may include files that also have tasks containing a with* loop. Fixes #12736
* doc: another block/rescue with flush_handlers (#15463)René Moser2016-04-181-0/+17
|
* Add @willthames to committer list (#15454)Will Thames2016-04-181-1/+1
|
* Adding Getting Started with Azure guide.chouseknecht2016-04-162-0/+385
|
* Changing code of conduct email addressGreg DeKoenigsberg2016-04-141-1/+1
| | | Will change back when we actually get the code of conduct alias set up
* Updates the community code of conduct (#15164)Allyson Bowles2016-04-141-12/+138
| | | | | | | | | | | | | * Updates to the Community Code of Conduct Fleshes out the Code of Conduct, with adaptations from the Contributor Covenant and the Elastic.co Community Code of Conduct. * Better format subsections * Use strong emphasis instead of sections * Set subsections correctly and add newline after strong emphasis
* minor typo fixesSandra Wills2016-04-131-2/+2
| | | | | fixed a few minor typos in the intro for the section "Deprecating and making module aliases"
* attempting to wrangle feedback from git comments.Sandra Wills2016-04-131-18/+30
| | | | | please edit specific lines when possible to ensure your feedback is incorporated properly. thanks!
* trying the new content in the checklist instead of new sectionsSandra Wills2016-04-131-46/+21
| | | | | per bcoca's comment, thought I would move the new content to the checklist to see if you guys think this is a better treatment.
* adding links and anchors for links, referencing check modeSandra Wills2016-04-133-1/+5
|
* start of merge from google doc and team comments, module guidelines as ↵Sandra Wills2016-04-132-2/+49
| | | | focus, added a link anchor as needed
* Controller-side module caching.Toshio Kuratomi2016-04-121-0/+16
| | | | | | | | | This makes our recursive, ast.parse performance measures as fast as pre-ziploader baseline. Since this unittest isn't testing that the returned module data is correct we don't need to worry about os.rename not having any module data. Should devise a separate test for the module and caching code
* Core module program flow and glossary (#15355)Toshio Kuratomi2016-04-114-404/+874
| | | | | | | | | | | | | | | | * Reformat glossary as a sphinx glossary so that :term: will work. * Add a document decribing program flow for executing modules * Feedback from @docschick * More feedback from docschick for the Program Flow: Modules doc * Changes to address docschick's feedback on the glossary * Add note section for async plugin * make singular
* Merge pull request #15361 from gaomd/patch-1Sandra Wills2016-04-111-1/+1
|\ | | | | Fix typo in variable docs
| * Fix typo in variable docsMengdi Gao2016-04-111-1/+1
| |
* | Document argument true/false preferencesjjshoe2016-04-111-0/+3
| |
* | Add installing with pip from git (#15366)Reedik Tuuling2016-04-111-0/+4
| | | | | | It is also possible to install with pip from the latest development branch in git. Not sure about the wording tho.
* | Update committer_guidelines.rstJason McKerr2016-04-111-1/+1
|/
* Add debug strategy plugin (#15125)Kishin Yagami2016-04-083-0/+162
| | | | | | | | * Add debug strategy plugin * Fix Python 2-3 compatiblity issue * Add document for debug strategy
* Add link to both Ansible local and Ansible remote provisioner introduced in ↵Rickard von Essen2016-04-081-1/+1
| | | | Packer 0.9.0 (#15335)
* Adds 'ansible_check_mode' boolean magic variableStrahinja Kustudić2016-04-082-2/+22
| | | | | * Makes it possible to pass any options variable to VariableManager by changing `load_options_vars(options)` in `lib/ansible/utils/vars.py`