Toshio Kuratomi
2e86260e17
Update Program flow documentation for new way that ziploader works
...
Add documentation on how to debug ziploader modules
2016-04-24 20:46:05 -07:00
chouseknecht
86dc571d54
Fixing inventory script ambiguity.
2016-04-22 23:35:53 -04:00
Fran Torres-Lopez
0eead1a3f6
Add example of checking registered variable for emptiness. ( #15510 )
2016-04-22 16:23:17 -04:00
chouseknecht
af5e4abf66
Rename azure inventory script. Fix bug preventing AD user login via environment vars.
2016-04-21 14:34:08 -04:00
Brian Coca
7376405358
updated conditional docs
...
- added missing anchors
- clarified when/with interactions
- added examples for skipping loops on undefined vars
2016-04-21 09:43:39 -04:00
ThomasSteinbach
c600ab81ee
Document connection types ( #15155 )
...
* first description of non ssh based connection types
* fixed formatting
2016-04-19 18:39:48 -04:00
Alexandr Elhovenko
3014f78bb9
Fix typo in FAQ ( #15472 )
2016-04-19 11:24:51 -04:00
Toshio Kuratomi
e6577ead30
Fix rst formatting
2016-04-19 07:44:45 -07:00
James Cammarata
6eefc11c39
Make the loop variable (item by default) settable per task
...
Required for include+with* tasks which may include files that also
have tasks containing a with* loop.
Fixes #12736
2016-04-19 01:42:40 -04:00
René Moser
ff0296f98a
doc: another block/rescue with flush_handlers ( #15463 )
2016-04-18 17:18:20 -04:00
Will Thames
cfe99b991f
Add @willthames to committer list ( #15454 )
2016-04-18 15:09:30 -04:00
chouseknecht
4a7fd097ba
Adding Getting Started with Azure guide.
2016-04-16 04:19:38 -04:00
Greg DeKoenigsberg
4edeba9518
Changing code of conduct email address
...
Will change back when we actually get the code of conduct alias set up
2016-04-14 12:26:56 -04:00
Allyson Bowles
7f500ce6b9
Updates the community code of conduct ( #15164 )
...
* 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
2016-04-14 12:23:29 -04:00
Sandra Wills
4822c2caa5
minor typo fixes
...
fixed a few minor typos in the intro for the section
"Deprecating and making module aliases"
2016-04-13 13:57:23 -04:00
Sandra Wills
59456af8be
attempting to wrangle feedback from git comments.
...
please edit specific lines when possible to ensure your feedback
is incorporated properly. thanks!
2016-04-13 13:57:04 -04:00
Sandra Wills
640f4e79bd
trying the new content in the checklist instead of new sections
...
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.
2016-04-13 13:55:35 -04:00
Sandra Wills
c3a086a55e
adding links and anchors for links, referencing check mode
2016-04-13 13:51:29 -04:00
Sandra Wills
f9d9cb8245
start of merge from google doc and team comments, module guidelines as focus, added a link anchor as needed
2016-04-13 13:51:25 -04:00
Toshio Kuratomi
dcc5dfdf81
Controller-side module caching.
...
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
2016-04-12 08:01:07 -07:00
Toshio Kuratomi
8d60b298a4
Core module program flow and glossary ( #15355 )
...
* 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
2016-04-11 15:24:37 -07:00
Sandra Wills
40d0bb7aef
Merge pull request #15361 from gaomd/patch-1
...
Fix typo in variable docs
2016-04-11 16:46:07 -04:00
jjshoe
f713a5412a
Document argument true/false preferences
2016-04-11 12:05:34 -05:00
Reedik Tuuling
2f90d3721c
Add installing with pip from git ( #15366 )
...
It is also possible to install with pip from the latest development branch in git. Not sure about the wording tho.
2016-04-11 11:35:58 -04:00
Jason McKerr
95d5c43a27
Update committer_guidelines.rst
2016-04-11 10:22:20 -04:00
Mengdi Gao
bb037f033c
Fix typo in variable docs
2016-04-11 01:07:39 +08:00
Kishin Yagami
e4a6106ea5
Add debug strategy plugin ( #15125 )
...
* Add debug strategy plugin
* Fix Python 2-3 compatiblity issue
* Add document for debug strategy
2016-04-08 14:39:08 -04:00
Rickard von Essen
1f82c2c4a8
Add link to both Ansible local and Ansible remote provisioner introduced in Packer 0.9.0 ( #15335 )
2016-04-08 10:55:23 -04:00
Strahinja Kustudić
eed6cf5dad
Adds 'ansible_check_mode' boolean magic variable
...
* Makes it possible to pass any options variable to VariableManager
by changing `load_options_vars(options)` in `lib/ansible/utils/vars.py`
2016-04-08 00:26:02 +02:00
Zacharias Thompson
5afb0a222b
Update porting_guide_2.0.rst
...
Small fix to the porting guide, in order to get the playbook name the correct attribute is ._file_name instead of ._filename.
2016-04-07 11:27:38 -04:00
Jason McKerr
c7d4ff906b
Update committer_guidelines.rst
...
adding Trond and Jon H
2016-04-06 13:23:39 -04:00
James Cammarata
040893a677
Adding a config option to allow disabling locale settings upon module exec
...
Fixes #15138
2016-04-06 12:19:22 -04:00
Brian Coca
81a4df6206
updated docs to reflect new retry path
...
fixes #15269
2016-04-04 16:32:21 -04:00
Dag Wieers
1f680f311b
Move the section up, near another newline-related section
...
Also specificaly state that this happens when templating (only), not just every time.
2016-04-01 16:07:27 +02:00
Dag Wieers
0e182728f2
Document the behavioral change (bugfix) that converted DOS-type text files to Unix-type
2016-04-01 15:50:58 +02:00
Brian Coca
dec15523bd
Merge pull request #15222 from docschick/devel
...
adding print stylesheet to theme.css for better HTML to PDF printing
2016-03-31 16:04:02 -04:00
Sandra Wills
3059272008
testing another revert: Revert "minor change, adding markup for cleaner view"
...
This reverts commit 1bf15176d8
.
Attempting to get this commit/PR clean so that it will only include the print stylesheet (commit 94eeff7
)
2016-03-31 12:36:11 -04:00
Sandra Wills
283a32340b
testing a revert : Revert "playbook variables precedence list light edits"
...
This reverts commit 17f7e6162a
.
2016-03-31 12:34:44 -04:00
Sandra Wills
1bf15176d8
minor change, adding markup for cleaner view
...
adding additinal header markup character to prevent "over highlighting" that globbed the docs
2016-03-31 12:30:02 -04:00
Sandra Wills
94eeff7196
updating stylesheet to make printing cleaner from HTML
...
Tima had feedback that saving the HMTL to a PDF wasn't ideal for printing, as the marking ad
took up 1/3 of the page. We've cleaned up the ad as well as streamlined printing a bit (removing
color backgrounds from admonitions and adding black text, exposing links, etc.)
2016-03-31 12:22:35 -04:00
Zhuoyun Wei
1a13fb63c6
Fix a typo
2016-03-30 19:05:13 +08:00
Jason McKerr
2e529d7a51
Update committer_guidelines.rst
...
Adding Chris Houseknecht to committers
2016-03-29 11:07:27 -04:00
James Cammarata
c157b872cc
Merge pull request #15129 from kevinlondon/patch-1
...
Update faq.rst
2016-03-26 01:00:03 -04:00
Matt Clay
4f4f339b92
Fix ISSUE_TEMPLATE.md link.
...
Fixes #15136 .
2016-03-25 16:02:45 -07:00
jjshoe
e98fed9c81
Updated with bcoca's feedback
2016-03-25 16:08:39 -05:00
jjshoe
b3c03dcbaa
Reflect sort order. Reflect white listing in 2.0.
2016-03-25 15:45:07 -05:00
Kevin London
d6f3a1423a
Update faq.rst
...
Minor changes to spacing and names of variables
2016-03-23 13:31:16 -07:00
Brian Coca
85cc3b734f
Merge pull request #15124 from ansible/gregdek-community-patch-1
...
Add meeting info to Ansible community page
2016-03-23 12:26:57 -07:00
Greg DeKoenigsberg
a083c4f5a7
Add meeting info to Ansible community page
2016-03-23 12:59:23 -04:00
Toshio Kuratomi
52e9209491
Don't create world-readable module and tempfiles without explicit user permission
2016-03-23 09:52:19 -07:00