Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Sphinx redirects for latest pages #2266

Draft
wants to merge 5 commits into
base: devel
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
292 changes: 292 additions & 0 deletions docs/docsite/rst/_data/deprecated_modules.yaml

Large diffs are not rendered by default.

3,505 changes: 3,505 additions & 0 deletions docs/docsite/rst/_data/modules.yaml

Large diffs are not rendered by default.

195 changes: 195 additions & 0 deletions docs/docsite/rst/_data/pages.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,195 @@
ansible.html: cli/ansible.html
ansible-vault.html: cli/ansible-vault.html
ansible-pull.html: cli/ansible-pull.html
ansible-playbook.html: cli/ansible-playbook.html
ansible-inventory.html: cli/ansible-inventory.html
ansible-galaxy.html: cli/ansible-galaxy.html
ansible-doc.html: cli/ansible-doc.html
ansible-console.html: cli/ansible-console.html
ansible-config.html: cli/ansible-config.html
intro_getting_started.html: getting_started/index.html
intro.html: getting_started/index.html
quickstart.html: getting_started/index.html
intro_inventory.html: inventory_guide/intro_inventory.html
intro_patterns.html: inventory_guide/intro_patterns.html
intro_dynamic_inventory.html: inventory_guide/intro_dynamic_inventory.html
command_line_tools.html: command_guide/command_line_tools.html
intro_adhoc.html: command_guide/intro_adhoc.html
playbooks.html: playbook_guide/playbooks.html
become.html: playbook_guide/playbooks_privilege_escalation.html
playbooks_advanced_syntax.html: playbook_guide/playbooks_advanced_syntax.html
playbooks_async.html: playbook_guide/playbooks_async.html
playbooks_best_practices.html: tips_tricks/ansible_tips_tricks.html
playbooks_blocks.html: playbook_guide/playbooks_blocks.html
playbooks_checkmode.html: playbook_guide/playbooks_checkmode.html
playbooks_conditionals.html: playbook_guide/playbooks_conditionals.html
playbooks_debugger.html: playbook_guide/playbooks_debugger.html
playbooks_delegation.html: playbook_guide/playbooks_delegation.html
playbooks_environment.html: playbook_guide/playbooks_environment.html
playbooks_error_handling.html: playbook_guide/playbooks_error_handling.html
playbooks_filters_ipaddr.html: collections/ansible/utils/index.html
playbooks_filters.html: playbook_guide/playbooks_filters.html
playbooks_intro.html: playbook_guide/playbooks_intro.html
playbooks_lookups.html: playbook_guide/playbooks_lookups.html
playbooks_loops.html: playbook_guide/playbooks_loops.html
playbooks_prompts.html: playbook_guide/playbooks_prompts.html
playbooks_reuse_includes.html: playbook_guide/playbooks_reuse.html
playbooks_reuse_roles.html: playbook_guide/playbooks_reuse_roles.html
playbooks_reuse.html: playbook_guide/playbooks_reuse.html
playbooks_startnstep.html: playbook_guide/playbooks_startnstep.html
playbooks_strategies.html: playbook_guide/playbooks_strategies.html
playbooks_tags.html: playbook_guide/playbooks_tags.html
playbooks_tests.html: playbook_guide/playbooks_tests.html
playbooks_variables.html: playbook_guide/playbooks_variables.html
playbook_pathing.html: playbook_guide/playbook_pathing.html
playbooks_python_version.html: playbook_guide/playbooks_python_version.html
playbooks_roles.html: playbook_guide/playbooks_roles.html
playbooks_special_topics.html: playbook_guide/index.html
playbooks_templating.html: playbook_guide/playbooks_templating.html
playbooks_vault.html: vault_guide/index.html
vault.html: vault_guide/index.html
network_debug_troubleshooting.html: network/user_guide/network_debug_troubleshooting.html
modules.html: module_plugin_guide/index.html
modules_intro.html: module_plugin_guide/index.html
modules_support.html: module_plugin_guide/index.html
modules_by_category.html: module_plugin_guide/index.html
module_docs: module_plugin_guide/index.html
plugin_filtering_config.html: module_plugin_guide/plugin_filtering_config.html
intro_bsd.html: os_guide/intro_bsd.html
intro_windows.html: os_guide/index.html
windows.html: os_guide/index.html
windows_dsc.html: os_guide/windows_dsc.html
windows_faq.html: os_guide/windows_faq.html
windows_setup.html: os_guide/windows_setup.html
windows_usage.html: os_guide/windows_usage.html
windows_winrm.html: os_guide/windows_winrm.html
user_guide/basic_concepts.html: ../getting_started/basic_concepts.html
user_guide/intro_getting_started.html: ../getting_started/index.html
user_guide/intro.html: getting_started/index.html
user_guide/quickstart.html: ../getting_started/index.html
user_guide/connection_details.html: ../inventory_guide/connection_details.html
user_guide/intro_inventory.html: ../inventory_guide/intro_inventory.html
user_guide/intro_patterns.html: ../inventory_guide/intro_patterns.html
user_guide/intro_dynamic_inventory.html: ../inventory_guide/intro_dynamic_inventory.html
user_guide/cheatsheet.html: ../command_guide/cheatsheet.html
user_guide/command_line_tools.html: ../command_guide/command_line_tools.html
user_guide/intro_adhoc.html: ../command_guide/intro_adhoc.html
user_guide/complex_data_manipulation.html: ../playbook_guide/complex_data_manipulation.html
user_guide/playbooks_module_defaults.html: ../playbook_guide/playbooks_module_defaults.html
user_guide/playbooks_vars_facts.html: ../playbook_guide/playbooks_vars_facts.html
user_guide/playbooks.html: ../playbook_guide/playbooks.html
user_guide/become.html: ../playbook_guide/playbooks_privilege_escalation.html
user_guide/playbooks_advanced_syntax.html: ../playbook_guide/playbooks_advanced_syntax.html
user_guide/playbooks_async.html: ../playbook_guide/playbooks_async.html
user_guide/playbooks_best_practices.html: ../tips_tricks/ansible_tips_tricks.html
user_guide/playbooks_blocks.html: ../playbook_guide/playbooks_blocks.html
user_guide/playbooks_checkmode.html: ../playbook_guide/playbooks_checkmode.html
user_guide/playbooks_conditionals.html: ../playbook_guide/playbooks_conditionals.html
user_guide/playbooks_debugger.html: ../playbook_guide/playbooks_debugger.html
user_guide/playbooks_delegation.html: ../playbook_guide/playbooks_delegation.html
user_guide/playbooks_environment.html: ../playbook_guide/playbooks_environment.html
user_guide/playbooks_error_handling.html: ../playbook_guide/playbooks_error_handling.html
user_guide/playbooks_filters_ipaddr.html: ../collections/ansible/utils/index.html
user_guide/playbooks_filters.html: ../playbook_guide/playbooks_filters.html
user_guide/playbooks_intro.html: ../playbook_guide/playbooks_intro.html
user_guide/playbooks_lookups.html: ../playbook_guide/playbooks_lookups.html
user_guide/playbooks_loops.html: ../playbook_guide/playbooks_loops.html
user_guide/playbooks_prompts.html: ../playbook_guide/playbooks_prompts.html
user_guide/playbooks_reuse_includes.html: ../playbook_guide/playbooks_reuse.html
user_guide/playbooks_reuse_roles.html: ../playbook_guide/playbooks_reuse_roles.html
user_guide/playbooks_reuse.html: ../playbook_guide/playbooks_reuse.html
user_guide/playbooks_startnstep.html: ../playbook_guide/playbooks_startnstep.html
user_guide/playbooks_strategies.html: ../playbook_guide/playbooks_strategies.html
user_guide/playbooks_tags.html: ../playbook_guide/playbooks_tags.html
user_guide/playbooks_tests.html: ../playbook_guide/playbooks_tests.html
user_guide/playbooks_variables.html: ../playbook_guide/playbooks_variables.html
user_guide/playbook_pathing.html: ../playbook_guide/playbook_pathing.html
user_guide/playbooks_python_version.html: ../playbook_guide/playbooks_python_version.html
user_guide/playbooks_roles.html: ../playbook_guide/playbooks_roles.html
user_guide/playbooks_special_topics.html: ../playbook_guide/index.html
user_guide/playbooks_templating.html: ../playbook_guide/playbooks_templating.html
user_guide/vault.html: ../vault_guide/index.html
user_guide/modules.html: ../module_plugin_guide/index.html
user_guide/modules_intro.html: ../module_plugin_guide/index.html
user_guide/modules_support.html: ../module_plugin_guide/index.html
user_guide/plugin_filtering_config.html: ../module_plugin_guide/plugin_filtering_config.html
user_guide/collections_using.html: ../collections_guide/index.html
user_guide/windows_performance.html: ../os_guide/windows_performance.html
user_guide/windows.html: ../os_guide/index.html
user_guide/intro_bsd.html: ../os_guide/intro_bsd.html
user_guide/intro_windows.html: ../os_guide/index.html
user_guide/windows_dsc.html: ../os_guide/windows_dsc.html
user_guide/windows_faq.html: ../os_guide/windows_faq.html
user_guide/windows_setup.html: ../os_guide/windows_setup.html
user_guide/windows_usage.html: ../os_guide/windows_usage.html
user_guide/windows_winrm.html: ../os_guide/windows_winrm.html
user_guide/sample_setup.html: ../tips_tricks/sample_setup.html
intro_configuration.html: installation_guide/intro_configuration.html
intro_installation.html: installation_guide/intro_installation.html
network_maintained.html: modules/network_maintained.html
partner_maintained.html: modules/partner_maintained.html
community_maintained.html: modules/community_maintained.html
core_maintained.html: modules/core_maintained.html
list_of_windows_modules.html: modules/list_of_windows_modules.html
list_of_web_infrastructure_modules.html: modules/list_of_web_infrastructure_modules.html
list_of_utilities_modules.html: modules/list_of_utilities_modules.html
list_of_system_modules.html: modules/list_of_system_modules.html
list_of_storage_modules.html: modules/list_of_storage_modules.html
list_of_source_control_modules.html: modules/list_of_source_control_modules.html
list_of_remote_management_modules.html: modules/list_of_remote_management_modules.html
list_of_packaging_modules.html: modules/list_of_packaging_modules.html
list_of_notification_modules.html: modules/list_of_notification_modules.html
list_of_network_modules.html: modules/list_of_network_modules.html
list_of_net_tools_modules.html: modules/list_of_net_tools_modules.html
list_of_monitoring_modules.html: modules/list_of_monitoring_modules.html
list_of_messaging_modules.html: modules/list_of_messaging_modules.html
list_of_inventory_modules.html: modules/list_of_inventory_modules.html
list_of_identity_modules.html: modules/list_of_identity_modules.html
list_of_files_modules.html: modules/list_of_files_modules.html
list_of_database_modules.html: modules/list_of_database_modules.html
list_of_crypto_modules.html: modules/list_of_crypto_modules.html
list_of_commands_modules.html: modules/list_of_commands_modules.html
list_of_clustering_modules.html: modules/list_of_clustering_modules.html
list_of_cloud_modules.html: modules/list_of_cloud_modules.html
list_of_all_modules.html: modules/list_of_all_modules.html
network_best_practices_2.5.html: network/user_guide/network_best_practices_2.5.html
network_working_with_command_output.html: network/user_guide/network_working_with_command_output.html
network.html: network/index.html
intro_networking.html: network/index.html
plugins.html: plugins/plugins.html
porting_guide_2.0.html: porting_guides/porting_guide_2.0.html
porting_guide_2.3.html: porting_guides/porting_guide_2.3.html
porting_guide_2.4.html: porting_guides/porting_guide_2.4.html
porting_guide_2.5.html: porting_guides/porting_guide_2.5.html
porting_guides.html: porting_guides/porting_guides.html
common_return_values.html: reference_appendices/common_return_values.html
config.html: reference_appendices/config.html
faq.html: reference_appendices/faq.html
galaxy.html: galaxy/user_guide.html
reference_appendices/galaxy.html: galaxy/user_guide.html
glossary.html: reference_appendices/glossary.html
guide_aci.html: reference_appendices/guide_aci.html
playbooks_keywords.html: reference_appendices/playbooks_keywords.html
python_3_support.html: reference_appendices/python_3_support.html
release_and_maintenance.html: reference_appendices/release_and_maintenance.html
test_strategies.html: reference_appendices/test_strategies.html
tower.html: reference_appendices/tower.html
YAMLSyntax.html: reference_appendices/YAMLSyntax.html
guide_aws.html: scenario_guides/guide_aws.html
guide_azure.html: scenario_guides/guide_azure.html
guide_cloudstack.html: scenario_guides/guide_cloudstack.html
guide_docker.html: scenario_guides/guide_docker.html
guide_gce.html: scenario_guides/guide_gce.html
guide_kubernetes.html: scenario_guides/guide_kubernetes.html
guide_packet.html: scenario_guides/guide_packet.html
guide_rax.html: scenario_guides/guide_rax.html
guide_rolling_upgrade.html: ../user_guide/guide_rolling_upgrade.html
guide_vagrant.html: scenario_guides/guide_vagrant.html
guide_vmware.html: scenario_guides/guide_vmware.html
guides.html: scenario_guides/guides.html
scenario_guides/guide_rolling_upgrade.html: ../user_guide/guide_rolling_upgrade.html
vmware/scenarios.html: ../scenario_guides/vmware_scenarios/vmware_scenarios.html
vmware/faq.html: ../scenario_guides/vmware_scenarios/faq.html
vmware/index.html: ../scenario_guides/guide_vmware.html
dev_guide/testing_compile.html: ../dev_guide/testing/sanity/compile.html
modules/modules_by_category.html: ../module_plugin_guide/index.html
Loading
Loading