Commit Graph

1728 Commits (3c135ef3f2b7234e1ba20cc30822ebaca45a2bac)

Author SHA1 Message Date
chouseknecht 86dc571d54
Fixing inventory script ambiguity. 8 years ago
Fran Torres-Lopez 0eead1a3f6 Add example of checking registered variable for emptiness. (#15510) 8 years ago
chouseknecht af5e4abf66
Rename azure inventory script. Fix bug preventing AD user login via environment vars. 8 years ago
Brian Coca 7376405358 updated conditional docs
- added missing anchors
- clarified when/with interactions
- added examples for skipping loops on undefined vars
8 years ago
ThomasSteinbach c600ab81ee Document connection types (#15155)
* first description of non ssh based connection types

* fixed formatting
8 years ago
Alexandr Elhovenko 3014f78bb9 Fix typo in FAQ (#15472) 8 years ago
Toshio Kuratomi e6577ead30 Fix rst formatting 8 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
8 years ago
René Moser ff0296f98a doc: another block/rescue with flush_handlers (#15463) 8 years ago
Will Thames cfe99b991f Add @willthames to committer list (#15454) 8 years ago
chouseknecht 4a7fd097ba Adding Getting Started with Azure guide. 8 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
8 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
8 years ago
Sandra Wills 4822c2caa5 minor typo fixes
fixed a few minor typos in the intro for the section
"Deprecating and making module aliases"
8 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!
8 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.
8 years ago
Sandra Wills c3a086a55e adding links and anchors for links, referencing check mode 8 years ago
Sandra Wills f9d9cb8245 start of merge from google doc and team comments, module guidelines as focus, added a link anchor as needed 8 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
8 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
8 years ago
Sandra Wills 40d0bb7aef Merge pull request #15361 from gaomd/patch-1
Fix typo in variable docs
8 years ago
jjshoe f713a5412a Document argument true/false preferences 8 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.
8 years ago
Jason McKerr 95d5c43a27 Update committer_guidelines.rst 8 years ago
Mengdi Gao bb037f033c Fix typo in variable docs 8 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
8 years ago
Rickard von Essen 1f82c2c4a8 Add link to both Ansible local and Ansible remote provisioner introduced in Packer 0.9.0 (#15335) 8 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`
8 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.
8 years ago
Jason McKerr c7d4ff906b Update committer_guidelines.rst
adding Trond and Jon H
8 years ago
James Cammarata 040893a677 Adding a config option to allow disabling locale settings upon module exec
Fixes #15138
8 years ago
Brian Coca 81a4df6206 updated docs to reflect new retry path
fixes #15269
8 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.
8 years ago
Dag Wieers 0e182728f2 Document the behavioral change (bugfix) that converted DOS-type text files to Unix-type 8 years ago
Brian Coca dec15523bd Merge pull request #15222 from docschick/devel
adding print stylesheet to theme.css for better HTML to PDF printing
8 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)
8 years ago
Sandra Wills 283a32340b testing a revert : Revert "playbook variables precedence list light edits"
This reverts commit 17f7e6162a.
8 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
8 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.)
8 years ago
Zhuoyun Wei 1a13fb63c6 Fix a typo 8 years ago
Jason McKerr 2e529d7a51 Update committer_guidelines.rst
Adding Chris Houseknecht to committers
8 years ago
James Cammarata c157b872cc Merge pull request #15129 from kevinlondon/patch-1
Update faq.rst
8 years ago
Matt Clay 4f4f339b92 Fix ISSUE_TEMPLATE.md link.
Fixes #15136.
8 years ago
jjshoe e98fed9c81 Updated with bcoca's feedback 8 years ago
jjshoe b3c03dcbaa Reflect sort order. Reflect white listing in 2.0. 8 years ago
Kevin London d6f3a1423a Update faq.rst
Minor changes to spacing and names of variables
8 years ago
Brian Coca 85cc3b734f Merge pull request #15124 from ansible/gregdek-community-patch-1
Add meeting info to Ansible community page
8 years ago
Greg DeKoenigsberg a083c4f5a7 Add meeting info to Ansible community page 8 years ago
Toshio Kuratomi 52e9209491 Don't create world-readable module and tempfiles without explicit user permission 8 years ago
Matthew Gamble 7b06ec79e3 Add documentation for squash_actions configuration setting 8 years ago