You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/docs/docsite/rst/user_guide
Sloane Hertel 97f011cf94
Add verify subcommand to 'ansible-galaxy collection' (#65618)
* [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>
6 years ago
..
shared_snippets Add docs detailing how to convert many with_X style loops to use loop and filters (#40964) 8 years ago
basic_concepts.rst Docs: User guide overhaul, part 1 (#63056) 6 years ago
become.rst Docs: User guide overhaul, part 2 (#65474) 6 years ago
collections_using.rst Add verify subcommand to 'ansible-galaxy collection' (#65618) 6 years ago
command_line_tools.rst Docs: User guide overhaul, part 1 (#63056) 6 years ago
connection_details.rst Docs: User guide overhaul, part 2 (#65474) 6 years ago
guide_rolling_upgrade.rst Docs: User guide overhaul, part 1 (#63056) 6 years ago
index.rst Docs: User guide overhaul, part 2 (#65474) 6 years ago
intro.rst Remove more docs build errors (#45364) 7 years ago
intro_adhoc.rst Docs: User guide overhaul, part 1 (#63056) 6 years ago
intro_bsd.rst docs: Prefer python3 on OpenBSD (#65447) 6 years ago
intro_dynamic_inventory.rst Docs: User guide overhaul, part 1 (#63056) 6 years ago
intro_getting_started.rst Fix list formatting in Getting Started docs page (#65713) 6 years ago
intro_inventory.rst Slash missing from /etc/ (#67220) 6 years ago
intro_patterns.rst Update intro_patterns.rst (#67151) 6 years ago
intro_windows.rst removes last :doc: links in user guide (#58433) 7 years ago
modules.rst removes last :doc: links in user guide (#58433) 7 years ago
modules_intro.rst Docs: User guide overhaul, part 1 (#63056) 6 years ago
modules_support.rst fixed some broken links (#66182) 6 years ago
playbook_pathing.rst doc(user_guide): fix typos (#47425) 7 years ago
playbooks.rst Docs: User Guide overhaul, part 3 (#66371) 6 years ago
playbooks_advanced_syntax.rst Docs: User guide overhaul, part 2 (#65474) 6 years ago
playbooks_async.rst Docs: User guide overhaul, part 2 (#65474) 6 years ago
playbooks_best_practices.rst Docs: User guide overhaul, part 2 (#65474) 6 years ago
playbooks_blocks.rst Docs: User guide overhaul, part 2 (#65474) 6 years ago
playbooks_checkmode.rst fix syntax issue (#65166) 6 years ago
playbooks_conditionals.rst Add warning about skipped vars (#63599) 6 years ago
playbooks_debugger.rst Fix a tiny typo (#66589) 6 years ago
playbooks_delegation.rst Update indentation used in the code examples, unify empty lines (#65874) 6 years ago
playbooks_environment.rst [Fix] Typo in playbooks_environment.rst (#64496) 6 years ago
playbooks_error_handling.rst Docs: User guide overhaul, part 2 (#65474) 6 years ago
playbooks_filters.rst combine filter: fine list handling (option b) (#57894) 6 years ago
playbooks_filters_ipaddr.rst playbooks_filters_ipaddr.rst: fix syntax, indentation (#65208) 6 years ago
playbooks_intro.rst Fix indentation (#66991) 6 years ago
playbooks_lookups.rst "with in" changed to "within" (#54990) 7 years ago
playbooks_loops.rst loop: simplify dict2items example in docs (#66235) 6 years ago
playbooks_module_defaults.rst Add module_defaults group for ovirt (#64377) 6 years ago
playbooks_prompts.rst Docs: User guide overhaul, part 2 (#65474) 6 years ago
playbooks_python_version.rst Upstream jinja has decided not to rename from jinja2. (#66880) 6 years ago
playbooks_reuse.rst Docs: User Guide overhaul, part 3 (#66371) 6 years ago
playbooks_reuse_includes.rst Docs: User Guide overhaul, part 3 (#66371) 6 years ago
playbooks_reuse_roles.rst Add library in role directory structure (#67030) 6 years ago
playbooks_roles.rst removes last :doc: links in user guide (#58433) 7 years ago
playbooks_special_topics.rst clarifies FAQ answer about env vars (#48432) 7 years ago
playbooks_startnstep.rst Core Docs Refactor and Redesign (#36067) 8 years ago
playbooks_strategies.rst Docs: User guide overhaul, part 2 (#65474) 6 years ago
playbooks_tags.rst all: fix all the the duplicate words (#66784) 6 years ago
playbooks_templating.rst Docs: User guide overhaul, part 2 (#65474) 6 years ago
playbooks_tests.rst Docs: User guide overhaul, part 2 (#65474) 6 years ago
playbooks_variables.rst Mention role defaults file (#67153) 6 years ago
playbooks_vault.rst clarify vault warning and fix typo (#64419) 6 years ago
plugin_filtering_config.rst Update plugin filter documentation (#46665) 7 years ago
quickstart.rst link from quickstart page to Network Getting Started (#65150) 6 years ago
sample_setup.rst Docs: User guide overhaul, part 2 (#65474) 6 years ago
vault.rst Updated "Speeding up Vault Operations" section (#57701) 7 years ago
windows.rst Windows Setup doc; offer 10x perf improvement (#58259) 6 years ago
windows_dsc.rst fixed some broken links (#66182) 6 years ago
windows_faq.rst Deprecate Windows 2008, and 2008 R2 (#66257) 6 years ago
windows_performance.rst Windows Setup doc; offer 10x perf improvement (#58259) 6 years ago
windows_setup.rst remove the word "support" from Windows pages, add Windows Server 2019 (#61404) 6 years ago
windows_usage.rst Prefer https:// links in the docs site (#62939) 6 years ago
windows_winrm.rst Fixes #65590 add pywinrm version explanation (#65591) 6 years ago