summaryrefslogtreecommitdiff
path: root/docsite
Commit message (Collapse)AuthorAgeFilesLines
* Change <support@ansible.com> - it's being retired.Bill Nottingham2016-10-151-1/+1
|
* Make interprocess polling interval configurable (#16560)Pavlo Shchelokovskyy2016-10-061-0/+14
| | | | | | | | | | | | | | | As recently there was back-and-forth with this hardcoded value (0.001 -> 0.01 -> 0.005), obviousely the optimal value for it depends on Ansible usage scanario and is better to be configurable. This patch adds a new config option in DEFAULT section, `internal_poll_interval`, with default of 0.001 corresponding to the value hardcoded in Ansible v2.1. This config option is then used instead of hardcoded values where needed. Related GH issue: 14219 (cherry picked from commit aa1ec8af17dc90f20079252010d6a4f93fde4b35)
* Add homebrew in squash_actions list (#16966)Indrajit Raychaudhuri2016-09-301-1/+1
| | | | `homebrew`, like other package modules in the existing `squash_actions` list can benefit from `with_items` loops optimization.
* Merge pull request #17833 from resmo/docs/fix_loopsscottb2016-09-301-28/+29
|\ | | | | docsite: various fixes in loops doc
| * docsite: various fixes in loops docRene Moser2016-09-301-28/+29
| | | | | | | | | | - "new in version ..." did not always show up - indentation in examples - minor style cleanup (whitespace)
* | remove Windows async doc exclusionMatt Davis2016-09-301-3/+0
|/
* Merge pull request #17556 from gahan-corporation/develscottb2016-09-291-1/+1
|\ | | | | Updated grammar starting on line 166.
| * Updated grammar starting on line 166.Alexander Laughlin2016-09-131-1/+1
| |
* | Merge pull request #14691 from udesilva/patch-1scottb2016-09-291-1/+3
|\ \ | | | | | | Update Lookups documentation regarding a possible pitfall with password plugin
| * | Update playbooks_lookups.rstudesilva2016-03-041-2/+2
| | |
| * | Update playbooks_lookups.rstudesilva2016-02-271-0/+2
| | | | | | | | | Added a warning regarding attempting to create a local password file when the user the playbook is running as cannot create it... causes Ansible to loop at that task.
* | | Merge pull request #17809 from pkyeck/develscottb2016-09-291-1/+1
|\ \ \ | | | | | | | | Fix length of quickstart video mentioned in docs
| * | | Fix length of quickstart video mentioned in docsPhilipp Kyeck2016-09-291-1/+1
| | | |
* | | | Update ROADMAP_2_2.rstJason McKerr2016-09-291-2/+1
| | | |
* | | | Update ROADMAP_2_2.rstJason McKerr2016-09-291-3/+3
|/ / /
* | | Fixes issue #17759Scott Butler2016-09-281-7/+12
| | |
* | | Document `copy` module vault decryption behavior (#17777)fajpunk2016-09-281-0/+2
| | |
* | | Fixes issue #17795Scott Butler2016-09-281-74/+7
| | |
* | | Use the play term instead of playbook.Toshio Kuratomi2016-09-281-1/+1
| | | | | | | | | | | | | | | An ansible playbook is a list of plays. environment: applies per-play, not per-playbook.
* | | ansible_play_batch (#17779)Brian Coca2016-09-281-1/+7
| | | | | | | | | | | | | | | | | | * ansible_play_batch * added version added
* | | Fixed dev info landing page linkScott Butler2016-09-251-1/+1
| | |
* | | Dev guide reorg continues (#17732)scottb2016-09-2316-1/+3068
| | |
* | | Minor editing of PR#17730Scott Butler2016-09-231-1/+1
| | |
* | | Merge pull request #17730 from davidak/hashscottb2016-09-231-0/+3
|\ \ \ | | | | | | | | add hint to use hash filters for password in FAQ
| * | | add hint to use hash filters for password in faqDavid Kleuker2016-09-231-0/+3
| | | |
* | | | Remove deprecated roll path arg from docs #13563 (#17689)Daniel Farrell2016-09-231-1/+0
| | | | | | | | | | | | Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
* | | | added note about loops being lookupsBrian Coca2016-09-231-0/+2
| | | |
* | | | clarified play_hosts/ansible_play_hosts docsBrian Coca2016-09-231-2/+3
| | | |
* | | | Feature/add ansible play hosts all (#17498)j0hnsmith2016-09-232-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor ignore_limits_and_restrictions into ignore_limits and ignore_limitations * add ansible_play_hosts_all * update docs re ansible_play_hosts_all * only use play.hosts when is has a value * replace ansible_play_hosts with ansible_play_hosts_all * remove unnecessary var
* | | | clarified `omit` intended usageBrian Coca2016-09-231-4/+3
|/ / / | | | | | | | | | fixes #13986
* | | Merge pull request #15820 from jinesh-choksi/patch-2scottb2016-09-211-0/+5
|\ \ \ | | | | | | | | Key names in the ansible_local variable are converted into lower case
| * | | Key names in the ansible_local variable are converted into lower caseJinesh Choksi2016-05-111-0/+5
| | | | | | | | | | | | Adding a note to the documentation to highlight that key names in the ansible_local variable are converted into lower case when they are read from the local facts on the host.
* | | | Merge pull request #17677 from privateip/network_docsscottb2016-09-201-11/+1
|\ \ \ \ | | | | | | | | | | update intro to networking section
| * | | | update intro to networking sectionPeter Sprygada2016-09-201-11/+1
| | | | | | | | | | | | | | | | | | | | removes out of date device list and adds note about supported transports
* | | | | Deprecation warning for accelerated mode; partially addresses 16410Scott Butler2016-09-201-0/+4
|/ / / /
* | | | Remove Travis and update references to Shippable. (#17649)Matt Clay2016-09-192-15/+7
| | | |
* | | | xpaceBrian Coca2016-09-191-0/+2
| | | |
* | | | dashBrian Coca2016-09-191-15/+15
| | | |
* | | | commiter doc updateBrian Coca2016-09-191-11/+18
| | | |
* | | | Networking status for 2.2John R Barker2016-09-191-3/+3
| | | | | | | | | | | | Now that we are at feature freeze update the status
* | | | Another minor typo fix ;) (#17631)Justin Clift2016-09-191-1/+1
| | | |
* | | | Minor typo fix for FreeBSD (#17633)Justin Clift2016-09-191-1/+1
| | | |
* | | | Add note to explain inline comments can only begin with ; (#17607)Toshio Kuratomi2016-09-161-0/+10
| | | | | | | | | | | | Fixes #16151
* | | | roadmap update for Windows tasksnitzmahone2016-09-151-3/+3
| | | |
* | | | updated devleoping plugins (#16713)Brian Coca2016-09-151-7/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * updated devleoping plugins Added info about action plugins and tests made ref to task plugins/modules updated/corrected some of the existing texts * updated per feedback
* | | | Typo fixAvi Wollman2016-09-141-1/+1
| | | |
* | | | Fix for ticket 9664Scott Butler2016-09-131-1/+1
| | | |
* | | | docsite/rst/community.rst: Fixed typos (#17502)cmullaney2016-09-121-15/+15
| | | |
* | | | typo (#17517)Richard Metzler2016-09-121-1/+1
| | | |
* | | | Use addresses and names reserved for documentationRobin Schneider2016-09-1110-42/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Trying to preserve the meaning of the examples. Not all occurrences in `docsite/rst/playbooks_lookups.rst` have been changed for instance to allow the unchanged examples to be used for testing. Related to: #17479