summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Add (more) explicit references to Jinja2 docs in conditionals doc (#61814)Carsten Rösnick-Neugebauer2020-02-141-24/+30
| | | | Co-authored-by: Sandra McCann <samccann@redhat.com>
* Add verify subcommand to 'ansible-galaxy collection' (#65618)Sloane Hertel2020-02-141-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [WIP] Add verify subcommand command to 'ansible-galaxy collection' * Fix pep8 and use consistent display order * WIP - docs * Remove some redundancy in verify display messages by using an error queue for each collection * Share common code and improve output format * clean up documentation * typo * Apply suggestions from code review Co-Authored-By: Sandra McCann <samccann@redhat.com> * Move ModifiedContent namedtuple to the global scope Add a public metadata property Rename function to _get_json_from_tar_file * Add some unit tests * fix using common functions after rebase * changelog * Improve efficiency finding specific installed collections Improve efficiency by only downloading the tar.gz from the galaxy server for comparison after checking that the collection has been installed Handle multiple collection paths Fix up tests * pep8 * reword that for accuracy * use more common code and verify collection name * Improve error message and add documentation * Update unit tests and add coverage for both local and remote collections that are unable to be located * Only validate collections using the format collection_namespace.collection_name Fix tests to reflect that Fix documentation * Fix a bug when a local collection does not contain a file * pep8 * Fix formatting Co-authored-by: Sandra McCann <samccann@redhat.com>
* CloudRetry/AWSRetry : Disable catching of NotFound exceptions (#67281)Mark Chappell2020-02-131-0/+1
| | | | | | | | | | * CloudRetry/AWSRetry : Remove default catching of NotFound exceptions * Add docs * Changelog updates from review * Update unit tests after removing 'NotFound' from default retries
* win_package: add missing porting guide entries (#67374)Jordan Borean2020-02-131-0/+3
|
* combine filter: fine list handling (option b) (#57894)tchernomax2020-02-121-12/+196
|
* fix some broken links (#67345)Sandra McCann2020-02-122-2/+2
|
* Update macOS installation instructions (#67058)Bill Brubaker (wwbrubak)2020-02-121-2/+14
| | | | | | On macOS Catalina ``pip install --user ansible`` results in warnings and errors. This updates the reference documents to reflect changes Catalina+ with a safe, easy install for Ansible, accessing pip as a module and installing ansible with --user. Co-authored-by: Sam Doran <sdoran@redhat.com>
* Can we simplify _How to test a PR_? (#65383)Roger D. Winans2020-02-111-9/+7
| | | Switch the instructions on testing PRs to use the `refs/pull/XXXX/head` refspec as described in [_Checking out pull requests locally_](https://help.github.com/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally#modifying-an-inactive-pull-request-locally).
* New magic var: `ansible_config_file` (#66085)Piotr Stawarski2020-02-111-0/+3
| | | | | | | | | | * Add `ansible_config_file` magic variable * Add ansible_config_file to INTERNAL_VARS * Add changelog fragment * Update Special Variables docs
* Add library in role directory structure (#67030)Jonas DOREL2020-02-111-0/+2
| | | * Add library directory to the list of directories in a role
* Docs: improve anchors vs. header bar (#67244)Felix Fontein2020-02-112-15/+22
|
* Update intro_patterns.rst (#67151)Sriviswajth2020-02-111-1/+1
| | | Removed extra quotes from example.
* Mention role defaults file (#67153)Alex Humphreys2020-02-111-1/+1
| | | Add info on where role defaults are set; matches the entry for role variables.
* add note on write access to socket_path (#67060)Sandra McCann2020-02-111-7/+8
| | | | | | * Change socket_path error messages to not directly refer to socket_path * Apply suggestions from code review Co-Authored-By: Nathaniel Case <this.is@nathanielca.se>
* Remove options from some vmware modules that are not used in the code (#67282)Mario Lenz2020-02-111-0/+2
|
* Remove deprecated attributes from nxos_igmp_interface (#67186)Nilashish Chakraborty2020-02-111-0/+2
| | | Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Link the testing documentation to the module documenting page (#67248)Wojciech Sciesinski2020-02-101-1/+8
|
* Slash missing from /etc/ (#67220)JP Mens2020-02-101-1/+1
|
* add info on creating doc fragments in a collection (#67171)Sandra McCann2020-02-102-0/+24
| | | | | * add info on creating doc fragments in a collection Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
* Clean up FILE_COMMON_ARGUMENTS (#66389)Felix Fontein2020-02-071-0/+2
| | | | | | | | | | | | | | | | | | | * Clean up FILE_COMMON_ARGUMENTS. * postgresql_pg_hba doesn't declare the backup option. * uri doesn't declare the remote_src option. * Add documentation. * maven_artifact seems to use directory_mode, which it doesn't declare. * Update changelogs/fragments/66389-file-common-arguments.yml Update docs/docsite/rst/porting_guides/porting_guide_2.10.rst ci_complete Co-Authored-By: Jill R <4121322+jillr@users.noreply.github.com>
* add note for Azure Availbility Zone (#66200)Mitsuru Nakakawaji2020-02-051-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add note for Azure Availbility Zone * Change title * Update docs/docsite/rst/scenario_guides/guide_azure.rst Co-Authored-By: Sandra McCann <samccann@redhat.com> * Update docs/docsite/rst/scenario_guides/guide_azure.rst Co-Authored-By: Sandra McCann <samccann@redhat.com> * Update docs/docsite/rst/scenario_guides/guide_azure.rst Co-Authored-By: Sandra McCann <samccann@redhat.com> * Update docs/docsite/rst/scenario_guides/guide_azure.rst Co-Authored-By: Sandra McCann <samccann@redhat.com> * Update docs/docsite/rst/scenario_guides/guide_azure.rst Co-Authored-By: Sandra McCann <samccann@redhat.com> * Update docs/docsite/rst/scenario_guides/guide_azure.rst Co-Authored-By: Sandra McCann <samccann@redhat.com> * Update docs/docsite/rst/scenario_guides/guide_azure.rst Co-Authored-By: Sandra McCann <samccann@redhat.com> * Update docs/docsite/rst/scenario_guides/guide_azure.rst Co-Authored-By: Sandra McCann <samccann@redhat.com> * Update docs/docsite/rst/scenario_guides/guide_azure.rst Co-Authored-By: Sandra McCann <samccann@redhat.com> * Update docs/docsite/rst/scenario_guides/guide_azure.rst Co-Authored-By: Sandra McCann <samccann@redhat.com> * Update docs/docsite/rst/scenario_guides/guide_azure.rst Co-Authored-By: Sandra McCann <samccann@redhat.com> * Update docs/docsite/rst/scenario_guides/guide_azure.rst Co-Authored-By: Sandra McCann <samccann@redhat.com> * Update docs/docsite/rst/scenario_guides/guide_azure.rst Co-Authored-By: Sandra McCann <samccann@redhat.com> * Update docs/docsite/rst/scenario_guides/guide_azure.rst Co-Authored-By: Sandra McCann <samccann@redhat.com> * Update docs/docsite/rst/scenario_guides/guide_azure.rst Co-Authored-By: Sandra McCann <samccann@redhat.com> * Update docs/docsite/rst/scenario_guides/guide_azure.rst Co-Authored-By: Sandra McCann <samccann@redhat.com> * Update docs/docsite/rst/scenario_guides/guide_azure.rst Co-Authored-By: Sandra McCann <samccann@redhat.com> * Update docs/docsite/rst/scenario_guides/guide_azure.rst Co-Authored-By: Sandra McCann <samccann@redhat.com> * Update docs/docsite/rst/scenario_guides/guide_azure.rst Co-Authored-By: Sandra McCann <samccann@redhat.com> Co-authored-by: Sandra McCann <samccann@redhat.com>
* win_domain_controller - add a deprecation warning for the log_path option ↵Jordan Borean2020-02-051-0/+1
| | | | (#67108)
* Removed deprecated items in Windows modules (#67105)Jordan Borean2020-02-051-0/+2
|
* docker_container: change behavior for one-port container ranges to be same ↵Felix Fontein2020-02-031-0/+1
| | | | | | | | | | as docker CLI (#66382) * Adjust docker_container behavior for one-port container ranges to be similar to docker CLI. * Add changelog. * Add documented examples for ports:.
* Add anchor to each parameter row (#66895)Dick Visser2020-02-032-3/+31
| | | | | | | | | | | | | | * Add anchor to each paramater row * Update docs/templates/plugin.rst.j2 Co-Authored-By: Felix Fontein <felix@fontein.de> * Insert full keys into plugin docs. * Added visible links. Co-authored-by: Felix Fontein <felix@fontein.de>
* Fix indentation (#66991)Ilias Trichopoulos2020-02-031-22/+22
|
* update guide_azure.rst (#66940)Sander2020-02-031-2/+2
| | | changed example for ping linux machines. Looks liked it was wrongly copy paste.
* Remove deprecated parameter for 2.10 in purefb_fs (#67026)Simon Dodsley2020-02-021-0/+1
|
* Minor AWS argument checks (required_if / mutually_exclusive) fixups (#66966)Mark Chappell2020-01-311-0/+1
| | | | | | | | * aws_netapp_cvs_snapshots - minor required_if fixup (state must be set if state=present) * ec2 - fix typo in mutually_exclusive definition * rds_instance: fix typo in mutually_exclusive restore_to_time should be restore_time - currently throws a boto error
* ansible-test - Add 'get' to the list of bad choices for state (#66921)Mark Chappell2020-01-302-2/+2
| | | | | | * ansible-test - Add 'get' to the list of bad choices for state * Changelog fragment
* Add documentation about vars used in roles at the play level (#66907)Sam Doran2020-01-301-0/+2
|
* Upstream jinja has decided not to rename from jinja2. (#66880)Toshio Kuratomi2020-01-304-5/+5
| | | | So we're going to keep our intersphinx labels as jinja2 to match what upstream is doing
* docs: Fixed "Edit on GitHub" link for plugin, cli (#66745)Abhijeet Kasurde2020-01-303-0/+8
| | | | | | Fixed sphinx theme to navigate "Edit on Github" link to locate correct plugin, cli source in GitHub repo. Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* docker_container: pass volumes only for anonymous volumes (#66600)Felix Fontein2020-01-301-0/+1
| | | | | | | | | | * Simplify code. * Only pass anonymous volumes. * Add changelog and update porting guide. * Add integration tests.
* zabbix_proxy interface option documentation and argspec fixes (#66837)Dusan Matejka2020-01-301-0/+1
| | | | | | | | | | * zabbix_proxy interface option documentation and argspec fixes * Update changelogs/fragments/66837-zabbix-proxy-interface.yml Co-Authored-By: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
* Forbid `state=(list|info)` in modules via ansible-test sanity checkMark Chappell2020-01-291-0/+1
| | | | | | | | | | | PR #66898 This change introduces a new sanity check with code `parameter-state-invalid-choice` in the `ansible-test sanity` validator. It enforces modules not to support `list` or `info` as their `state`. Co-Authored-By: Sviatoslav Sydorenko <webknjaz@redhat.com> Co-Authored-By: Felix Fontein <felix@fontein.de>
* all: fix all the the duplicate words (#66784)Eitan Adler2020-01-281-1/+1
|
* Add tests to make sure that the documented 'elements' matches that defined ↵Mark Chappell2020-01-281-0/+2
| | | | | | | | in argument_spec (#66385) * Add tests to make sure that the documented 'elements' matches that defined in argument_spec * Mass-add test/sanity/ignore.txt
* This was changed to python 2.7 but should have remained python 2.6 (#66836)Toshio Kuratomi2020-01-282-2/+2
| | | | * Modules are still python-2.6+ unless there's a compelling reason not to be.
* Add sanity test to require elements entry when argument type=list (#66386)Mark Chappell2020-01-281-0/+1
| | | | | | * Require elements entry for lists * Bulk add initial test/sanity/ignore.txt
* doc: Fix tiny typo in example: change --> changed (#66835)Walter Sosa2020-01-281-1/+1
| | | | | | | | | ##### SUMMARY Fixed another tiny typo: change --> changed ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr
* Fix case sensitivity for lookup() (#66521)Martin Krizek2020-01-271-0/+4
| | | | | | | | This brings consistency to lookup(), with_ and ansible-doc. Fixes #66464 * Add a porting guide entry
* Network prompts (#66584)Sandra McCann2020-01-231-4/+61
| | | | | | | * add network prompt examples and module examples * Update docs/docsite/rst/network/user_guide/network_working_with_command_output.rst Co-Authored-By: Nathaniel Case <this.is@nathanielca.se>
* Switch intersphinx label from jinja2 to jinja (#66703)Toshio Kuratomi2020-01-233-12/+5
| | | | | | * Switch intersphinx label from jinja2 to jinja Co-Authored-By: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
* Add section to aws devel guidelines about module_defaults (#66699)Jill R2020-01-231-0/+12
|
* VMware: Handle multiple tags with different category (#66465)Abhijeet Kasurde2020-01-231-1/+1
| | | | | | | | | vmware_tag_info used to return dict of tag information which caused data loss when there are multiple tags with same name and different category ids. This fix will add additional fact "tag_info" which will deprecated existing fact "tag_facts". The "tag_info" is a list which handles multiple tags with same name. Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Add a script to update the intersphinx inventory (#66646)Toshio Kuratomi2020-01-227-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | * Add a script to update the intersphinx inventory files * We're about to add intersphinx inventories for separate ansible docs so we need an easy way to update them. Also, we should be updating these cache files for other upstreams occassionally as well. With a script, we can add updating them to a release process. * Now that we don't know what the version of the cache is, change the filenames to not contain versions. * Update the intersphinx cache files with the latest upstream versions Results of running: hacking/build-ansible.py update-intersphinx-cache -o docs/docsite -c docs/docsite/rst/conf.py * Add a comment to the configuration file which says how to structure the intersphinx mapping and why. * Update docs/docsite/rst/conf.py Co-Authored-By: Sandra McCann <samccann@redhat.com> Co-authored-by: Sandra McCann <samccann@redhat.com>
* Docs: clarify that roles do not inherit collections set in a playbook (#66667)Alicia Cozine2020-01-221-3/+24
| | | | | Co-authored-by: Matt Davis <nitzmahone@users.noreply.github.com> Co-authored-by: Sandra McCann <samccann@redhat.com>
* Docs: User Guide overhaul, part 3 (#66371)Alicia Cozine2020-01-216-488/+716
|
* Update Galaxy docs to use "token" rather than "API key" (#66644)Sam Doran2020-01-211-10/+10
| | | | | | We have called an API token many things. I changed the command line argument to "--token", so now I'm unifying the documentation. I looked at both Galaxy and Automation Hub and Galaxy is the only place that still uses the term "API Key", which it could be argued should change.