Allyson Bowles
3b96861b7c
Refer to the play_host as remote instead of local ( #15307 )
...
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.
9 years ago
Dag Wieers
cf958ca457
Add the encoding parameter to the options of csvfile ( #15283 )
...
I assume this ships with v2.1, if it would ship with e.g. v2.0.3.0 let me know.
9 years ago
Tegan Snyder
bf0da4aa3c
add centrify dzdo escalation ( #15219 )
...
add dzdo context, and test
9 years ago
Toshio Kuratomi
2e86260e17
Update Program flow documentation for new way that ziploader works
...
Add documentation on how to debug ziploader modules
9 years ago
chouseknecht
86dc571d54
Fixing inventory script ambiguity.
9 years ago
Fran Torres-Lopez
0eead1a3f6
Add example of checking registered variable for emptiness. ( #15510 )
9 years ago
chouseknecht
af5e4abf66
Rename azure inventory script. Fix bug preventing AD user login via environment vars.
9 years ago
Brian Coca
7376405358
updated conditional docs
...
- added missing anchors
- clarified when/with interactions
- added examples for skipping loops on undefined vars
9 years ago
ThomasSteinbach
c600ab81ee
Document connection types ( #15155 )
...
* first description of non ssh based connection types
* fixed formatting
9 years ago
Alexandr Elhovenko
3014f78bb9
Fix typo in FAQ ( #15472 )
9 years ago
Toshio Kuratomi
e6577ead30
Fix rst formatting
9 years ago
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
9 years ago
René Moser
ff0296f98a
doc: another block/rescue with flush_handlers ( #15463 )
9 years ago
Will Thames
cfe99b991f
Add @willthames to committer list ( #15454 )
9 years ago
chouseknecht
4a7fd097ba
Adding Getting Started with Azure guide.
9 years ago
Greg DeKoenigsberg
4edeba9518
Changing code of conduct email address
...
Will change back when we actually get the code of conduct alias set up
9 years ago
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
9 years ago
Sandra Wills
4822c2caa5
minor typo fixes
...
fixed a few minor typos in the intro for the section
"Deprecating and making module aliases"
9 years ago
Sandra Wills
59456af8be
attempting to wrangle feedback from git comments.
...
please edit specific lines when possible to ensure your feedback
is incorporated properly. thanks!
9 years ago
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.
9 years ago
Sandra Wills
c3a086a55e
adding links and anchors for links, referencing check mode
9 years ago
Sandra Wills
f9d9cb8245
start of merge from google doc and team comments, module guidelines as focus, added a link anchor as needed
9 years ago
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
9 years ago
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
9 years ago
Sandra Wills
40d0bb7aef
Merge pull request #15361 from gaomd/patch-1
...
Fix typo in variable docs
9 years ago
jjshoe
f713a5412a
Document argument true/false preferences
9 years ago
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.
9 years ago
Jason McKerr
95d5c43a27
Update committer_guidelines.rst
9 years ago
Mengdi Gao
bb037f033c
Fix typo in variable docs
9 years ago
Kishin Yagami
e4a6106ea5
Add debug strategy plugin ( #15125 )
...
* Add debug strategy plugin
* Fix Python 2-3 compatiblity issue
* Add document for debug strategy
9 years ago
Rickard von Essen
1f82c2c4a8
Add link to both Ansible local and Ansible remote provisioner introduced in Packer 0.9.0 ( #15335 )
9 years ago
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`
9 years ago
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.
9 years ago
Jason McKerr
c7d4ff906b
Update committer_guidelines.rst
...
adding Trond and Jon H
9 years ago
James Cammarata
040893a677
Adding a config option to allow disabling locale settings upon module exec
...
Fixes #15138
9 years ago
Brian Coca
81a4df6206
updated docs to reflect new retry path
...
fixes #15269
9 years ago
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.
9 years ago
Dag Wieers
0e182728f2
Document the behavioral change (bugfix) that converted DOS-type text files to Unix-type
9 years ago
Brian Coca
dec15523bd
Merge pull request #15222 from docschick/devel
...
adding print stylesheet to theme.css for better HTML to PDF printing
9 years ago
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
)
9 years ago
Sandra Wills
283a32340b
testing a revert : Revert "playbook variables precedence list light edits"
...
This reverts commit 17f7e6162a
.
9 years ago
Sandra Wills
1bf15176d8
minor change, adding markup for cleaner view
...
adding additinal header markup character to prevent "over highlighting" that globbed the docs
9 years ago
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.)
9 years ago
Zhuoyun Wei
1a13fb63c6
Fix a typo
9 years ago
Jason McKerr
2e529d7a51
Update committer_guidelines.rst
...
Adding Chris Houseknecht to committers
9 years ago
James Cammarata
c157b872cc
Merge pull request #15129 from kevinlondon/patch-1
...
Update faq.rst
9 years ago
Matt Clay
4f4f339b92
Fix ISSUE_TEMPLATE.md link.
...
Fixes #15136 .
9 years ago
jjshoe
e98fed9c81
Updated with bcoca's feedback
9 years ago
jjshoe
b3c03dcbaa
Reflect sort order. Reflect white listing in 2.0.
9 years ago
Kevin London
d6f3a1423a
Update faq.rst
...
Minor changes to spacing and names of variables
9 years ago