Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Docs:Redirects

Toshio Kuratomi edited this page Jul 14, 2020 · 3 revisions

New redirects: How to handle each case?

  1. redirect-only inside the same collection (aka, permanaent alias).
    • [thoughts]
  2. redirect-only to a different collection.
    • [thoughts]
  3. deprecation with no redirect.
    • needs no special logic, since it is already handled by the regular docs build (ansible-test sanity ensures that runtime.yml deprecations agree with in-module deprecations)
  4. deprecation and redirect inside the same collection.
    • [thoughts]
  5. deprecation and redirect to a different collection.
    • [thoughts]

Existing redirects

Problem regex

Proposed fix:

  • Remove the redirect. We don't need it anymore (affects 2.4 and 2.3-style URLs coming into the modern era)
  • Replace with: RedirectMatch permanent "^/ansible/(devel|latest)/([^/]+_module).html$" "/ansible/$1/modules/$2.html"

(ARchived) Working groups

Working groups are now in the Ansible forum

Ansible project:
Community, Contributor Experience, Docs, News, Outreach, RelEng, Testing

Cloud:
AWS, Azure, CloudStack, Container, DigitalOcean, Docker, hcloud, Kubernetes, Linode, OpenStack, oVirt, Virt, VMware

Networking:
ACI, AVI, F5, Meraki, Network, NXOS

Ansible Developer Tools:
Ansible-developer-tools

Software:
Crypto, Foreman, GDrive, GitLab, Grafana, IPA, JBoss, MongoDB, MySQL, PostgreSQL, RabbitMQ, Zabbix

System:
AIX, BSD, HP-UX, macOS, Remote Management, Solaris, Windows

Security:
Security-Automation, Lockdown

Tooling:
AWX, Galaxy, Molecule

Communities

Modules:
unarchive, xml

Plugins:
httpapi

Wiki

Roles, Communication, Reviewing, Checklist, TODO

Clone this wiki locally