summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* windows dsc docs: fix missing colon in example (#41886)Jordan Borean2018-06-251-1/+1
| | | | (cherry picked from commit 0b2ec9b11c1348b1d3d9ddc8b2319b4382497d79)
* Fix typos in blocks documentation examples. (#41508)Jeff Geerling2018-06-141-4/+4
| | | | (cherry picked from commit a4f49ed64899630946209d643bb84255f279e284)
* Update docs on import/include tasks (#33032)Sam Doran2018-06-111-20/+8
| | | | (cherry picked from commit 30da71d880165b34dd601ea0ac61325eef749627)
* Better error message if the template is not utf-8 encoded (#41030)Toshio Kuratomi2018-06-071-0/+6
| | | | | | | * Better error message if the template is not utf-8 encoded Also document this in the porting guide (cherry picked from commit cef4d862bc944fbcab082f2710575f2c14c7cd54)
* Docs fix: ansible_group_priority defaults to 1Jacob Floyd2018-06-071-1/+1
| | | | | | | | | | The docs committed in #28777 were inconsistent. This clarifies that the default `ansible_group_priority` is `1`.[1][2] [1] https://github.com/ansible/ansible/blob/153c9bd/lib/ansible/inventory/group.py#L40 [2] https://github.com/ansible/ansible/blob/153c9bd/lib/ansible/cli/inventory.py#L236 (cherry picked from commit 4fa2fb9c8963f1873fe20f365f43ebaa1e2db613)
* Implement new changelog generator.Matt Clay2018-06-051-0/+15
| | | | (cherry picked from commit 70c475da6c76bf9d34e56042b0f89c0e5ae16b79)
* Use colspan on td instead of divs for hierarchical tables (#39948)Brian Campbell2018-06-013-215/+162
| | | | | | | Address Firefox table-rendering issues in docs. Refactor to use colspan to provide table cells which can vary in width and indentation; the outermost has the greatest colspan, and each nested key has a colspan of one less than the parent, with padding cells for indentation. Apply styling to table cells to get the table height to work without hacks or browser-specific styling. Simplify the markup and CSS by removing extra divs. Use two passes over the options, return values, and return facts in the Jinja2 module-docs template: one to determine the maximum nesting depth to compute the maximum colspan needed, plus one to lay out the rows. (cherry picked from commit fa5c0282a4816c4dd48e80b983ffc1e14506a1f5)
* Add docs detailing how to convert many with_X style loops to use loop and ↵Matt Martz2018-06-013-3/+206
| | | | | | | | | | | | filters (#40964) * Add docs detailing how to convert many with_X style loops to use loop and filters. Fixes #40727 * Switch lookup used in query vs lookup comparison, to not recommend use of nested lookup * Improve docs based on feedback (cherry picked from commit 1cec3c8daf044b9a65e31b0da3eda2661c2fbff1)
* K8s dynamic collected changes (#40745)Fabian von Feilitzsch2018-05-311-1/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move k8s modules to dynamic backend * update required openshift version * update -> patch * use new dynamic client exceptions * style * guard urllib3 import * guard ansibleerror import * give more information about error cause * format in variable * style * rename tests * Search for provided kind in a few more places to match old behavior, properly handle failure * make common code use fail instead of fail_json, to work for lookup plugins as well * update docs * move openshift_raw tests into k8s tests * fix typo * Use diff of response and resource to determine change, don't do any checking client-side before making requests * remove duplicate yaml blocks * Update porting guide for k8s module * remove invalid doc refs * If fuzzy searching finds a resource, update resource_definition to match proper kind and version * remote unsupported openshift_raw variables * properly check environment variables when determining auth method:
* reinstates connection:local as an option for nxapi (#40834) (#40916)Alicia Cozine2018-05-301-0/+4
| | | (cherry picked from commit 0e0a5243c8baa6c706ab27efaaa89b82c7958688)
* updates network examples to 2.6 (#40831) (#40899)Alicia Cozine2018-05-304-11/+11
| | | (cherry picked from commit e2146a76969a60dc7b2e81ad8884602ec82c9128)
* Initial stable-2.6 branch commit.Matt Clay2018-05-251-1/+1
|
* adds table of connections by platform (#40688)Alicia Cozine2018-05-251-0/+33
|
* Add guidelines on developing lookup plugins (#38681)Sam Doran2018-05-251-2/+7
|
* Add a 'machinectl shell' become_method (#39826)Antoine Pietri2018-05-251-3/+30
| | | | | | | | * Add a 'machinectl shell' become_method * docs: add explanations for the machinectl become_method * docs: machinectl become_method: specify this part is specific to Linux+systemd setups
* Document capability of giving regex search flags (#39893)Harri Hämäläinen2018-05-251-0/+3
|
* Docs for module_defaults feature (#39932)Andrew Gaffney2018-05-253-0/+76
|
* doc: config intro, add link to searched locations (#39614)Pilou2018-05-252-0/+2
|
* Make alias autodetection for symlinked modules independent of glob() order. ↵Felix Fontein2018-05-241-1/+1
| | | | (#40293)
* Better Galaxy description for role reuse (#40557)Greg DeKoenigsberg2018-05-241-3/+3
| | | | | | * Better Galaxy description for role reuse * update per gundalow review
* [docs][minor] Variables user guide: fix grammar (#39427)Martin Kimmerle2018-05-241-1/+1
|
* added information on keyword/vars separation (#39561)Brian Coca2018-05-241-0/+16
| | | | | | | | * added information on keyword/vars separation fixes #39551 * updated as per fb
* Use $(MAKE) instead of raw "make" (#39588)Eitan Adler2018-05-241-1/+1
| | | | | | This Makefile uses non-standard constructs. As such it can only be parsed by GNU make, which is often installed as 'gmake' instead of 'make'. Using $(MAKE) ensures the same version of make gets called that is used to execute the top level.
* Add OpenBSD password encryption (#40647)Adam "Bucky" Townsend2018-05-241-0/+7
| | | | | OpenBSD comes with its own encryption utility as well, which must be run on the password text `encrypt <password>`. following the code block above, i just included the base command in the code block. I wasn't quite sure where to add my change, so I put it at the bottom of the section since the rest all flows well together. +label: docsite_pr
* Fixes #36621, support adfs auth through adal (#37909)Yunge Zhu2018-05-231-2/+20
| | | | | | | | * update username/password auth to use adal lib * remove default client_id after discussion * fix lint error: trailing whitespace
* Docs - add shared snippet note about password prompts for ssh keys (#40633)Adam Miller2018-05-233-10/+16
| | | | | | | | | | * Docs - add shared snippet note about password prompts for ssh keys Signed-off-by: Adam Miller <admiller@redhat.com> * add note to ssh connection plugin, fix markup, fix typo Signed-off-by: Adam Miller <admiller@redhat.com>
* Add cidr_merge filter (#36081)flowerysong2018-05-231-0/+23
|
* [WIP] Start of subelements filter (#39829)Matt Martz2018-05-231-0/+59
| | | | | | * Start of subelements filter * Add docs for subelements filter
* always_run: removed deprecated always_run task option (#40470)Jordan Borean2018-05-232-2/+1
|
* Update 2.6 roadmap schedule.Matt Clay2018-05-221-3/+7
|
* uses .txt for shared content (#40416)Alicia Cozine2018-05-225-6/+4
|
* Remove tab check from validate-modules.Matt Clay2018-05-211-1/+0
| | | | It is redundant with the pycodestyle W191 "indentation contains tabs" check.
* Clarify wording on 2.6 roadmap schedule. (#40408)Matt Clay2018-05-181-3/+3
| | | | | | * Clarify wording on 2.6 roadmap schedule. * Remove redundant use of "Core".
* corrected version addedBrian Coca2018-05-181-1/+1
|
* Memset: initial module, integration tests, module_utils and supporting ↵Simon2018-05-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | documentation. (#40071) * * Memset: * module_utils and associated documentation. * module to manage DNS zones. * integration tests to run against Memset's API. * * memset.py: * remove import of requests from memset.py in favour of internal Ansible modules. * import necessary Ansible modules for request and response handling. * create a response object in order to retain a stable interface to memset_api_call from existing modules. * rework memset_api_call to remove requests. * memset_zone.py: * improve short description to be more verbose. * ensure all imports directly follow documentation. * remove any reference to requests. * correct keyerror carried over from elsewhere. * remove dependency on requests from documentation string * disable integration tests until we have a cleanup method available
* HTTP(S) API connection plugin (#39224)Nathaniel Case2018-05-175-72/+95
| | | | | | | | | | | | | | | | | | | | | | | | * HTTPAPI connection * Punt run_commands to cliconf or httpapi * Fake enable_mode on eapi * Pull changes to nxos * Move load_config to edit_config for future-preparedness * Don't fail on lldp disabled * Re-enable check_rc on nxos' run_commands * Reorganize nxos httpapi plugin for compatibility * draft docs for connection: httpapi * restores docs for connection:local for eapi * Add _remote_is_local to httpapi
* Change behavior to behaviour in docs and tests (#39392)Sam Doran2018-05-171-24/+16
| | | | | | | | | * Change behavior to behaviour - use existing fact to get hash setting rather than shell task - fix code highlighting syntax in playbooks_variables.rst * Re-wrote intro section; this entire topic needs a clean-up/rewrite.
* Fix flatten filter documentationAlexandre Chaussier2018-05-171-1/+1
|
* Update ROADMAP_2_6.rstGanesh Nalawade2018-05-171-1/+1
|
* Update ROADMAP_2_6.rstGanesh Nalawade2018-05-171-0/+1
|
* Update ROADMAP_2_6.rstDeepak Agrawal2018-05-171-2/+2
|
* More file refactoring (#40114)Toshio Kuratomi2018-05-161-0/+12
| | | | | | | | | | | | | | * Set src in the state functions rather than the toplevel A good API should only require passing one version of a piece of data around so do that for src * Move the rewriting of path into additional_parameter_handling When the path is a directory we can rewrite the path to be a file inside of the directory * Emit a warning when src is used with a state where it should be ignored
* Update structure to include file extensions (#36967)Ken Celenza2018-05-161-12/+12
| | | | | | | | * Update structure to include file extensions It is not clear to novice users that the host/group_vars files should be yaml files. This highlights that IMHO a bit more clearer. * pluralize
* remove network_config,network_command from roadmap_2.6 (#40246)Trishna Guha2018-05-161-2/+0
| | | Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* documents usage of enable mode on NXOS (#39859)Alicia Cozine2018-05-152-13/+17
|
* Fix problems in documentation generation (#40050)Felix Fontein2018-05-152-9/+7
| | | | | | | | * Treat C(...) as inline literal (as opposed to interpreted text). * Making test for true and false more precise, to avoid matching 1, 1.0, etc. * The 'is sameas' test already takes care of definedness.
* networking roadmap cli modules (#40147)Trishna Guha2018-05-151-2/+2
| | | Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* become win: better error messages and docs update (#39936)Jordan Borean2018-05-151-5/+19
| | | | | | * become win: better error messages and docs update * Fix syntax error and added changelog fragment
* Update all pypi.python.org URLs to pypi.org (#38988)Jon Dufresne2018-05-142-2/+2
| | | | | For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
* document lookup errors optoin (#39645)Brian Coca2018-05-112-0/+47
| | | | | | | | * document lookup errors optoin * changed to doc * updated as per feedback