-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 00000000..e1574c56
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,26 @@
+# Contributing
+
+Hello. This is the place where you can contribute ideas for an update to the Ansible docsite.
+
+We love it when people submit new ideas, make improvements, and fix our mistakes. So welcome!
+
+## Things to know before your first contribution
+
+- All code and doc submissions are done through pull requests against the `main` branch.
+- We ask all of our community members and contributors to adhere to the [Ansible code of conduct]. If you have questions, or need assistance, please reach out to our community team at [codeofconduct@ansible.com].
+
+## Building the docsite locally
+
+To update or add content, open the relevant ``data/*.yaml`` file with any text editor.
+
+To build the docsite locally and verify your changes, do the following:
+
+```sh
+python -m pip install -r requirements.in -c requirements.txt
+python build.py
+```
+
+You can find generated HTML and other assets in the ``output`` folder.
+
+[Ansible code of conduct]: https://docs.ansible.com/ansible/latest/community/code_of_conduct.html
+[codeofconduct@ansible.com]: mailto:codeofconduct@ansible.com
diff --git a/README.md b/README.md
index 3c68b601..0921ca22 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,10 @@
-# This is the landing page for docs.ansible.com
+# Landing pages for docs.ansible.com
-It is completely static so there is no "make" build process. Just open the index.html file in a browser and start editing :).
+This repository contains source templates and a Python utility to generate HTML pages and associated assets for ``docs.ansible.com``.
-The new site index presents a high level list of subpages that direct the readers to documentation. Automation for example, links to Ansible Tower and related documentation.
+Join the Ansible community and help us build a better user experience for the docsite.
-Once changes are saved, docsite needs to be rebuilt in Jenkins (Project Build_Docsite) for changes to populate online.
+We talk about Ansible documentation on Matrix at [#docs:ansible.im](https://matrix.to/#/#docs:ansible.im) and on Libera IRC at ``#ansible-docs``.
+You're welcome to join us, chat about the Ansible docs, and share your thoughts.
+
+The Ansible community docs group (the DaWGs) meets every Tuesday (see [the Ansible calendar](https://github.com/ansible/community/blob/main/meetings/README.md)) and welcomes additions to our [weekly agenda items](https://github.com/ansible/community/issues/678) - scroll down to find the upcoming agenda and add a comment to include your topic.
diff --git a/ansible-prior-versions.html b/ansible-prior-versions.html
deleted file mode 100644
index 6fd169e8..00000000
--- a/ansible-prior-versions.html
+++ /dev/null
@@ -1,219 +0,0 @@
-
-
-
-
-
- Ansible Documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Ansible community documentation archive
-
Archive page for the Ansible community documentation that provides older versions of content.
-
Got thoughts or feedback on the new documentation landing pages? We want to hear from you! Join us in the docs channel on Matrix or open a GitHub issue in the docsite repository.
Got thoughts or feedback on the new documentation landing pages? We want to hear from you! Join us in the docs channel on Matrix or open a GitHub issue in the docsite repository.
-
-
-
-
Hi! The Ansible community team has reorganized navigation around user journeys. This page is now deprecated. Visit the index page to discover the new layout. Please also consider updating the link if you have this page in your bookmarks.
Access simplified Chinese translations for Automation Controller documentation.
-
Got thoughts or feedback on the new documentation landing pages? We want to hear from you! Join us in the docs channel on Matrix or open a GitHub issue in the docsite repository.
Access Japanese translations for Automation Controller documentation.
-
Got thoughts or feedback on the new documentation landing pages? We want to hear from you! Join us in the docs channel on Matrix or open a GitHub issue in the docsite repository.
Access Korean translations for Automation Controller documentation.
-
Got thoughts or feedback on the new documentation landing pages? We want to hear from you! Join us in the docs channel on Matrix or open a GitHub issue in the docsite repository.
Archive page for the Automation Controller documentation that provides older versions of content.
-
Got thoughts or feedback on the new documentation landing pages? We want to hear from you! Join us in the docs channel on Matrix or open a GitHub issue in the docsite repository.
Open-source and collaboration are at the heart of the Ansible community, helping more people experience the power of automation and work better and faster together.
-
Got thoughts or feedback on the new documentation landing pages? We want to hear from you! Join us in the docs channel on Matrix or open a GitHub issue in the docsite repository.
Access Japanese translations for Ansible Core documentation.
-
Got thoughts or feedback on the new documentation landing pages? We want to hear from you! Join us in the docs channel on Matrix or open a GitHub issue in the docsite repository.
Core includes the Ansible language and runtime, a set of built-in modules and command-line tools, and a framework for extending automation with collections.
-
Got thoughts or feedback on the new documentation landing pages? We want to hear from you! Join us in the docs channel on Matrix or open a GitHub issue in the docsite repository.
-
-
-
-
Ansible Core
-
Ansible Core is the language and runtime that powers automation.
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/data/base.yaml b/data/base.yaml
new file mode 100644
index 00000000..f1c2b297
--- /dev/null
+++ b/data/base.yaml
@@ -0,0 +1,3 @@
+site_title: Ansible Documentation
+site_description: Ansible Documentation
+site_author: Ansible Community
diff --git a/data/community.yaml b/data/community.yaml
new file mode 100644
index 00000000..7bfe5729
--- /dev/null
+++ b/data/community.yaml
@@ -0,0 +1,58 @@
+# Ansible community docs archive
+archive:
+ v_2_7:
+ heading: Ansible community documentation for version 2.7
+ link: "https://docs.ansible.com/archive/ansible/2.7/"
+ v_2_6:
+ heading: Ansible community documentation for version 2.6
+ link: "https://docs.ansible.com/archive/ansible/2.6/"
+ v_2_5:
+ heading: Ansible community documentation for version 2.5
+ link: "https://docs.ansible.com/archive/ansible/2.5/"
+ v_2_4:
+ heading: Ansible community documentation for version 2.4
+ link: "https://docs.ansible.com/archive/ansible/2.4/"
+ v_2_3:
+ heading: Ansible community documentation for version 2.3
+ link: "https://docs.ansible.com/archive/ansible/2.3/"
+# Ansible community member journey milestones
+milestones:
+ collaborate:
+ title: Collaborate with us
+ actions:
+ conduct:
+ label: Read the code of conduct
+ link: "https://docs.ansible.com/ansible/latest/community/code_of_conduct.html"
+ help:
+ label: Explore ways to contribute
+ link: "https://docs.ansible.com/ansible/latest/community/how_can_I_help.html"
+ find_projects:
+ label: Find an Ansible project
+ link: ecosystem.html
+ communicate:
+ title: Join the conversation
+ actions:
+ matrix:
+ label: Say hello and introduce yourself in the social channel
+ link: "https://docs.ansible.com/ansible/devel/community/communication.html#ansible-community-on-matrix"
+ public_meetings:
+ label: Find public community meetings on Matrix/IRC
+ link: "https://docs.ansible.com/ansible/latest/community/communication.html#meetings-on-chat"
+ communication_guide:
+ label: Check out the guide to community communication
+ link: "https://docs.ansible.com/ansible/devel/community/communication.html"
+ participate:
+ title: Participate in community discussions
+ actions:
+ community_topics:
+ label: Share your ideas and vote in the Community topics
+ link: "https://github.com/ansible-community/community-topics/issues"
+ working_groups:
+ label: Take part in a working group
+ link: "https://docs.ansible.com/ansible/latest/community/communication.html#working-groups"
+ follow:
+ title: Follow Ansible community news and announcements
+ actions:
+ subscribe:
+ label: Subscribe to the Bullhorn
+ link: "https://bit.ly/subscribe-bullhorn"
diff --git a/data/controller_archive.yaml b/data/controller_archive.yaml
new file mode 100644
index 00000000..66970f8c
--- /dev/null
+++ b/data/controller_archive.yaml
@@ -0,0 +1,250 @@
+# Archive pages for Controller
+v_4_3:
+ link: "https://docs.ansible.com/automation-controller/4.3/html/"
+ button: Automation Controller version 4.3 (Supported)
+v_4_2_2:
+ link: "https://docs.ansible.com/automation-controller/4.2.2/html/"
+ button: Automation Controller version 4.2.2 (Supported)
+v_4_2_1:
+ link: "https://docs.ansible.com/automation-controller/4.2.1/html/"
+ button: Automation Controller version 4.2.1 (Supported)
+v_4_2_0:
+ link: "https://docs.ansible.com/automation-controller/4.2.0/html/"
+ button: Automation Controller version 4.2.0 (Supported)
+v_4_1_4:
+ link: "https://docs.ansible.com/automation-controller/4.1.4/html/"
+ button: Automation Controller version 4.1.4 (Supported)
+v_4_1_3:
+ link: "https://docs.ansible.com/automation-controller/4.1.3/html/"
+ button: Automation Controller version 4.1.3 (Supported)
+v_4_1_2:
+ link: "https://docs.ansible.com/automation-controller/4.1.2/html/"
+ button: Automation Controller version 4.1.2 (Supported)
+v_4_1_1:
+ link: "https://docs.ansible.com/automation-controller/4.1.1/html/"
+ button: Automation Controller version 4.1.1 (Supported)
+v_4_1_0:
+ link: "https://docs.ansible.com/automation-controller/4.1.0/html/"
+ button: Automation Controller version 4.1.0 (Supported)
+v_4_0_1:
+ link: "https://docs.ansible.com/automation-controller/4.0.1/html/"
+ button: Automation Controller version 4.0.1 (End of Maintenance Support - EOL)
+v_4_0_0:
+ link: "https://docs.ansible.com/automation-controller/4.0.0/html/"
+ button: Automation Controller version 4.0.0 (End of Maintenance Support - EOL)
+v_3_8_6:
+ link: "https://docs.ansible.com/ansible-tower/3.8.6/html/"
+ button: Automation Tower version 3.8.6 (Supported)
+v_3_8_5:
+ link: "https://docs.ansible.com/ansible-tower/3.8.5/html/"
+ button: Automation Tower version 3.8.5 (Supported)
+v_3_8_4:
+ link: "https://docs.ansible.com/ansible-tower/3.8.4/html/"
+ button: Automation Tower version 3.8.4 (Supported)
+v_3_8_3:
+ link: "https://docs.ansible.com/ansible-tower/3.8.3/html/"
+ button: Automation Tower version 3.8.3 (Supported)
+v_3_8_2:
+ link: "https://docs.ansible.com/ansible-tower/3.8.2/html/"
+ button: Automation Tower version 3.8.2 (Supported)
+v_3_8_1:
+ link: "https://docs.ansible.com/ansible-tower/3.8.1/html/"
+ button: Automation Tower version 3.8.1 (Supported)
+v_3_8_0:
+ link: "https://docs.ansible.com/ansible-tower/3.8.0/html/"
+ button: Automation Tower version 3.8.0 (Supported)
+v_3_7_5:
+ link: "https://docs.ansible.com/ansible-tower/3.7.5/html/"
+ button: Automation Tower version 3.7.5 (End of Maintenance Support - EOL)
+v_3_7_4:
+ link: "https://docs.ansible.com/ansible-tower/3.7.4/html/"
+ button: Automation Tower version 3.7.4 (End of Maintenance Support - EOL)
+v_3_7_3:
+ link: "https://docs.ansible.com/ansible-tower/3.7.3/html/"
+ button: Automation Tower version 3.7.3 (End of Maintenance Support - EOL)
+v_3_7_2:
+ link: "https://docs.ansible.com/ansible-tower/3.7.2/html/"
+ button: Automation Tower version 3.7.2 (End of Maintenance Support - EOL)
+v_3_7_1:
+ link: "https://docs.ansible.com/ansible-tower/3.7.1/html/"
+ button: Automation Tower version 3.7.1 (End of Maintenance Support - EOL)
+v_3_7_0:
+ link: "https://docs.ansible.com/ansible-tower/3.7.0/html/"
+ button: Automation Tower version 3.7.0 (End of Maintenance Support - EOL)
+v_3_6_7:
+ link: "https://docs.ansible.com/ansible-tower/3.6.7/html/"
+ button: Automation Tower version 3.6.7 (End of Maintenance Support - EOL)
+v_3_6_6:
+ link: "https://docs.ansible.com/ansible-tower/3.6.6/html/"
+ button: Automation Tower version 3.6.6 (End of Maintenance Support - EOL)
+v_3_6_5:
+ link: "https://docs.ansible.com/ansible-tower/3.6.5/html/"
+ button: Automation Tower version 3.6.5 (End of Maintenance Support - EOL)
+v_3_6_4:
+ link: "https://docs.ansible.com/ansible-tower/3.6.4/html/"
+ button: Automation Tower version 3.6.4 (End of Maintenance Support - EOL)
+v_3_6_3:
+ link: "https://docs.ansible.com/ansible-tower/3.6.3/html/"
+ button: Automation Tower version 3.6.3 (End of Maintenance Support - EOL)
+v_3_6_2:
+ link: "https://docs.ansible.com/ansible-tower/3.6.2/html/"
+ button: Automation Tower version 3.6.2 (End of Maintenance Support - EOL)
+v_3_6_1:
+ link: "https://docs.ansible.com/ansible-tower/3.6.1/html/"
+ button: Automation Tower version 3.6.1 (End of Maintenance Support - EOL)
+v_3_6_0:
+ link: "https://docs.ansible.com/ansible-tower/3.6.0/html/"
+ button: Automation Tower version 3.6.0 (End of Maintenance Support - EOL)
+v_3_5_6:
+ link: "https://docs.ansible.com/ansible-tower/3.5.6/html/"
+ button: Automation Tower version 3.5.6 (End of Maintenance Support - EOL)
+v_3_5_5:
+ link: "https://docs.ansible.com/ansible-tower/3.5.5/html/"
+ button: Automation Tower version 3.5.5 (End of Maintenance Support - EOL)
+v_3_5_4:
+ link: "https://docs.ansible.com/ansible-tower/3.5.4/html/"
+ button: Automation Tower version 3.5.4 (End of Maintenance Support - EOL)
+v_3_5_3:
+ link: "https://docs.ansible.com/ansible-tower/3.5.3/html/"
+ button: Automation Tower version 3.5.3 (End of Maintenance Support - EOL)
+v_3_5_2:
+ link: "https://docs.ansible.com/ansible-tower/3.5.2/html/"
+ button: Automation Tower version 3.5.2 (End of Maintenance Support - EOL)
+v_3_5_1:
+ link: "https://docs.ansible.com/ansible-tower/3.5.1/html/"
+ button: Automation Tower version 3.5.1 (End of Maintenance Support - EOL)
+v_3_5_0:
+ link: "https://docs.ansible.com/ansible-tower/3.5.0/html/"
+ button: Automation Tower version 3.5.0 (End of Maintenance Support - EOL)
+v_3_4_5:
+ link: "https://docs.ansible.com/ansible-tower/3.4.5/html/"
+ button: Automation Tower version 3.4.5 (End of Maintenance Support - EOL)
+v_3_4_4:
+ link: "https://docs.ansible.com/ansible-tower/3.4.4/html/"
+ button: Automation Tower version 3.4.4 (End of Maintenance Support - EOL)
+v_3_4_3:
+ link: "https://docs.ansible.com/ansible-tower/3.4.3/html/"
+ button: Automation Tower version 3.4.3 (End of Maintenance Support - EOL)
+v_3_4_2:
+ link: "https://docs.ansible.com/ansible-tower/3.4.2/html/"
+ button: Automation Tower version 3.4.2 (End of Maintenance Support - EOL)
+v_3_4_1:
+ link: "https://docs.ansible.com/ansible-tower/3.4.1/html/"
+ button: Automation Tower version 3.4.1 (End of Maintenance Support - EOL)
+v_3_4_0:
+ link: "https://docs.ansible.com/ansible-tower/3.4.0/html/"
+ button: Automation Tower version 3.4.0 (End of Maintenance Support - EOL)
+v_3_3_7:
+ link: "https://docs.ansible.com/ansible-tower/3.3.7/html/"
+ button: Automation Tower version 3.3.7 (End of Maintenance Support - EOL)
+v_3_3_6:
+ link: "https://docs.ansible.com/ansible-tower/3.3.6/html/"
+ button: Automation Tower version 3.3.6 (End of Maintenance Support - EOL)
+v_3_3_5:
+ link: "https://docs.ansible.com/ansible-tower/3.3.5/html/"
+ button: Automation Tower version 3.3.5 (End of Maintenance Support - EOL)
+v_3_3_4:
+ link: "https://docs.ansible.com/ansible-tower/3.3.4/html/"
+ button: Automation Tower version 3.3.4 (End of Maintenance Support - EOL)
+v_3_3_2:
+ link: "https://docs.ansible.com/ansible-tower/3.3.2/html/"
+ button: Automation Tower version 3.3.2 (End of Maintenance Support - EOL)
+v_3_3_1:
+ link: "https://docs.ansible.com/ansible-tower/3.3.1/html/"
+ button: Automation Tower version 3.3.1 (End of Maintenance Support - EOL)
+v_3_3_0:
+ link: "https://docs.ansible.com/ansible-tower/3.3.0/html/"
+ button: Automation Tower version 3.3.0 (End of Maintenance Support - EOL)
+v_3_2_8:
+ link: "https://docs.ansible.com/ansible-tower/3.2.8/html/"
+ button: Automation Tower version 3.2.8 (End of Maintenance Support - EOL)
+v_3_2_7:
+ link: "https://docs.ansible.com/ansible-tower/3.2.7/html/"
+ button: Automation Tower version 3.2.7 (End of Maintenance Support - EOL)
+v_3_2_6:
+ link: "https://docs.ansible.com/ansible-tower/3.2.6/html/"
+ button: Automation Tower version 3.2.6 (End of Maintenance Support - EOL)
+v_3_2_5:
+ link: "https://docs.ansible.com/ansible-tower/3.2.5/html/"
+ button: Automation Tower version 3.2.5 (End of Maintenance Support - EOL)
+v_3_2_4:
+ link: "https://docs.ansible.com/ansible-tower/3.2.4/html/"
+ button: Automation Tower version 3.2.4 (End of Maintenance Support - EOL)
+v_3_2_3:
+ link: "https://docs.ansible.com/ansible-tower/3.2.3/html/"
+ button: Automation Tower version 3.2.3 (End of Maintenance Support - EOL)
+v_3_2_2:
+ link: "https://docs.ansible.com/ansible-tower/3.2.2/html/"
+ button: Automation Tower version 3.2.2 (End of Maintenance Support - EOL)
+v_3_2_1:
+ link: "https://docs.ansible.com/ansible-tower/3.2.1/html/"
+ button: Automation Tower version 3.2.1 (End of Maintenance Support - EOL)
+v_3_2_0:
+ link: "https://docs.ansible.com/ansible-tower/3.2.0/html/"
+ button: Automation Tower version 3.2.0 (End of Maintenance Support - EOL)
+v_3_1_8:
+ link: "https://docs.ansible.com/ansible-tower/3.1.8/html/"
+ button: Automation Tower version 3.1.8 (End of Maintenance Support - EOL)
+v_3_1_7:
+ link: "https://docs.ansible.com/ansible-tower/3.1.7/html/"
+ button: Automation Tower version 3.1.7 (End of Maintenance Support - EOL)
+v_3_1_6:
+ link: "https://docs.ansible.com/ansible-tower/3.1.6/html/"
+ button: Automation Tower version 3.1.6 (End of Maintenance Support - EOL)
+v_3_1_5:
+ link: "https://docs.ansible.com/ansible-tower/3.1.5/html/"
+ button: Automation Tower version 3.1.5 (End of Maintenance Support - EOL)
+v_3_1_4:
+ link: "https://docs.ansible.com/ansible-tower/3.1.4/html/"
+ button: Automation Tower version 3.1.4 (End of Maintenance Support - EOL)
+v_3_1_3:
+ link: "https://docs.ansible.com/ansible-tower/3.1.3/html/"
+ button: Automation Tower version 3.1.3 (End of Maintenance Support - EOL)
+v_3_1_0:
+ link: "https://docs.ansible.com/ansible-tower/3.1.0/html/"
+ button: Automation Tower version 3.1.0 (End of Maintenance Support - EOL)
+v_3_0_4:
+ link: "https://docs.ansible.com/ansible-tower/3.0.4/html/"
+ button: Automation Tower version 3.0.4 (End of Maintenance Support - EOL)
+v_3_0_3:
+ link: "https://docs.ansible.com/ansible-tower/3.0.3/html/"
+ button: Automation Tower version 3.0.3 (End of Maintenance Support - EOL)
+v_3_0_2:
+ link: "https://docs.ansible.com/ansible-tower/3.0.2/html/"
+ button: Automation Tower version 3.0.2 (End of Maintenance Support - EOL)
+v_3_0_1:
+ link: "https://docs.ansible.com/ansible-tower/3.0.1/html/"
+ button: Automation Tower version 3.0.1 (End of Maintenance Support - EOL)
+v_3_0_0:
+ link: "https://docs.ansible.com/ansible-tower/3.0/html/"
+ button: Automation Tower version 3.0 (End of Maintenance Support - EOL)
+v_2_4_5:
+ link: "https://docs.ansible.com/ansible-tower/2.4.5/html/"
+ button: Automation Tower version 2.4.5 (End of Maintenance Support - EOL)
+v_2_4_4:
+ link: "https://docs.ansible.com/ansible-tower/2.4.4/html/"
+ button: Automation Tower version 2.4.4 (End of Maintenance Support - EOL)
+v_2_4_3:
+ link: "https://docs.ansible.com/ansible-tower/2.4.3/html/"
+ button: Automation Tower version 2.4.3 (End of Maintenance Support - EOL)
+v_2_4_0:
+ link: "https://docs.ansible.com/ansible-tower/2.4.0/html/"
+ button: Automation Tower version 2.4.0 (End of Maintenance Support - EOL)
+v_2_3_1:
+ link: "https://docs.ansible.com/ansible-tower/2.3.1/html/"
+ button: Automation Tower version 2.3.1 (End of Maintenance Support - EOL)
+v_2_3_0:
+ link: "https://docs.ansible.com/ansible-tower/2.3.0/html/"
+ button: Automation Tower version 2.3.0 (End of Maintenance Support - EOL)
+v_2_2_2:
+ link: "https://docs.ansible.com/ansible-tower/2.2.2/html/"
+ button: Automation Tower version 2.2.2 (End of Maintenance Support - EOL)
+v_2_2_1:
+ link: "https://docs.ansible.com/ansible-tower/2.2.1/html/"
+ button: Automation Tower version 2.2.1 (End of Maintenance Support - EOL)
+v_2_2_0:
+ link: "https://docs.ansible.com/ansible-tower/2.2.0/html/"
+ button: Automation Tower version 2.2.0 (End of Maintenance Support - EOL)
+v_2_1_6:
+ link: "https://releases.ansible.com/ansible-tower/docs/"
+ button: Automation Tower versions 1.2.2 through 2.1.6 (End of Maintenance Support - EOL)
diff --git a/data/controller_i18n_links.yaml b/data/controller_i18n_links.yaml
new file mode 100644
index 00000000..93ecc5ef
--- /dev/null
+++ b/data/controller_i18n_links.yaml
@@ -0,0 +1,533 @@
+# Translation links for Controller
+# Start Korean translations
+tower_ko:
+ v_4_4:
+ heading: Automation Controller Version 4.4 (Supported)
+ quickstart: "http://docs.ansible.com/automation-controller/4.4/html_ko/quickstart"
+ release_notes: "http://docs.ansible.com/automation-controller/4.4/html_ko/release-notes/"
+ api: "http://docs.ansible.com/automation-controller/4.4/html_ko/controllerapi/"
+ administration: "http://docs.ansible.com/automation-controller/4.4/html_ko/administration/"
+ userguide: "http://docs.ansible.com/automation-controller/4.4/html_ko/userguide/"
+ upgrade: "http://docs.ansible.com/automation-controller/4.4/html_ko/upgrade-migration-guide/"
+ v_4_3:
+ heading: Automation Controller Version 4.3 (Supported)
+ quickstart: "http://docs.ansible.com/automation-controller/4.3/html_ko/quickstart"
+ release_notes: "http://docs.ansible.com/automation-controller/4.3/html_ko/release-notes/"
+ api: "http://docs.ansible.com/automation-controller/4.3/html_ko/controllerapi/"
+ administration: "http://docs.ansible.com/automation-controller/4.3/html_ko/administration/"
+ userguide: "http://docs.ansible.com/automation-controller/4.3/html_ko/userguide/"
+ upgrade: "http://docs.ansible.com/automation-controller/4.3/html_ko/upgrade-migration-guide/"
+ v_4_2_2:
+ heading: Automation Controller Version 4.2.2 (Supported)
+ quickstart: "http://docs.ansible.com/automation-controller/4.2.2/html_ko/quickstart"
+ release_notes: "http://docs.ansible.com/automation-controller/4.2.2/html_ko/release-notes/"
+ api: "http://docs.ansible.com/automation-controller/4.2.2/html_ko/controllerapi/"
+ administration: "http://docs.ansible.com/automation-controller/4.2.2/html_ko/administration/"
+ userguide: "http://docs.ansible.com/automation-controller/4.2.2/html_ko/userguide/"
+ upgrade: "http://docs.ansible.com/automation-controller/4.2.2/html_ko/upgrade-migration-guide/"
+ v_4_2_1:
+ heading: Automation Controller Version 4.2.1 (Supported)
+ quickstart: "http://docs.ansible.com/automation-controller/4.2.1/html_ko/quickstart"
+ release_notes: "http://docs.ansible.com/automation-controller/4.2.1/html_ko/release-notes/"
+ api: "http://docs.ansible.com/automation-controller/4.2.1/html_ko/controllerapi/"
+ administration: "http://docs.ansible.com/automation-controller/4.2.1/html_ko/administration/"
+ userguide: "http://docs.ansible.com/automation-controller/4.2.1/html_ko/userguide/"
+ upgrade: "http://docs.ansible.com/automation-controller/4.2.1/html_ko/upgrade-migration-guide/"
+ v_4_2_0:
+ heading: Automation Controller Version 4.2.0 (Supported)
+ quickstart: "http://docs.ansible.com/automation-controller/4.2.0/html_ko/quickstart"
+ release_notes: "http://docs.ansible.com/automation-controller/4.2.0/html_ko/release-notes/"
+ api: "http://docs.ansible.com/automation-controller/4.2.0/html_ko/controllerapi/"
+ administration: "http://docs.ansible.com/automation-controller/4.2.0/html_ko/administration/"
+ userguide: "http://docs.ansible.com/automation-controller/4.2.0/html_ko/userguide/"
+ upgrade: "http://docs.ansible.com/automation-controller/4.2.0/html_ko/upgrade-migration-guide/"
+# Start Japanese translations
+tower_ja:
+ v_4_4:
+ heading: Automation Controller Version 4.4 (Supported)
+ quickstart: "http://docs.ansible.com/automation-controller/4.4/html_ja/quickstart"
+ release_notes: "http://docs.ansible.com/automation-controller/4.4/html_ja/release-notes/"
+ api: "http://docs.ansible.com/automation-controller/4.4/html_ja/controllerapi/"
+ administration: "http://docs.ansible.com/automation-controller/4.4/html_ja/administration/"
+ userguide: "http://docs.ansible.com/automation-controller/4.4/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/automation-controller/4.4/html_ja/upgrade-migration-guide/"
+ v_4_3:
+ heading: Automation Controller Version 4.3 (Supported)
+ quickstart: "http://docs.ansible.com/automation-controller/4.3/html_ja/quickstart"
+ release_notes: "http://docs.ansible.com/automation-controller/4.3/html_ja/release-notes/"
+ api: "http://docs.ansible.com/automation-controller/4.3/html_ja/controllerapi/"
+ administration: "http://docs.ansible.com/automation-controller/4.3/html_ja/administration/"
+ userguide: "http://docs.ansible.com/automation-controller/4.3/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/automation-controller/4.3/html_ja/upgrade-migration-guide/"
+ v_4_2_2:
+ heading: Automation Controller Version 4.2.2 (Supported)
+ quickstart: "http://docs.ansible.com/automation-controller/4.2.2/html_ja/quickstart"
+ release_notes: "http://docs.ansible.com/automation-controller/4.2.2/html_ja/release-notes/"
+ api: "http://docs.ansible.com/automation-controller/4.2.2/html_ja/controllerapi/"
+ administration: "http://docs.ansible.com/automation-controller/4.2.2/html_ja/administration/"
+ userguide: "http://docs.ansible.com/automation-controller/4.2.2/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/automation-controller/4.2.2/html_ja/upgrade-migration-guide/"
+ v_4_2_1:
+ heading: Automation Controller Version 4.2.1 (Supported)
+ quickstart: "http://docs.ansible.com/automation-controller/4.2.1/html_ja/quickstart"
+ release_notes: "http://docs.ansible.com/automation-controller/4.2.1/html_ja/release-notes/"
+ api: "http://docs.ansible.com/automation-controller/4.2.1/html_ja/controllerapi/"
+ administration: "http://docs.ansible.com/automation-controller/4.2.1/html_ja/administration/"
+ userguide: "http://docs.ansible.com/automation-controller/4.2.1/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/automation-controller/4.2.1/html_ja/upgrade-migration-guide/"
+ v_4_2_0:
+ heading: Automation Controller Version 4.2.0 (Supported)
+ quickstart: "http://docs.ansible.com/automation-controller/4.2.0/html_ja/quickstart"
+ release_notes: "http://docs.ansible.com/automation-controller/4.2.0/html_ja/release-notes/"
+ api: "http://docs.ansible.com/automation-controller/4.2.0/html_ja/controllerapi/"
+ administration: "http://docs.ansible.com/automation-controller/4.2.0/html_ja/administration/"
+ userguide: "http://docs.ansible.com/automation-controller/4.2.0/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/automation-controller/4.2.0/html_ja/upgrade-migration-guide/"
+ v_4_1_4:
+ heading: Automation Controller Version 4.1.4 (Supported)
+ quickstart: "http://docs.ansible.com/automation-controller/4.1.4/html_ja/quickstart"
+ release_notes: "http://docs.ansible.com/automation-controller/4.1.4/html_ja/release-notes/"
+ api: "http://docs.ansible.com/automation-controller/4.1.4/html_ja/controllerapi/"
+ administration: "http://docs.ansible.com/automation-controller/4.1.4/html_ja/administration/"
+ userguide: "http://docs.ansible.com/automation-controller/4.1.4/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/automation-controller/4.1.4/html_ja/upgrade-migration-guide/"
+ v_4_1_3:
+ heading: Automation Controller Version 4.1.3 (Supported)
+ quickstart: "http://docs.ansible.com/automation-controller/4.1.3/html_ja/quickstart"
+ release_notes: "http://docs.ansible.com/automation-controller/4.1.3/html_ja/release-notes/"
+ api: "http://docs.ansible.com/automation-controller/4.1.3/html_ja/controllerapi/"
+ administration: "http://docs.ansible.com/automation-controller/4.1.3/html_ja/administration/"
+ userguide: "http://docs.ansible.com/automation-controller/4.1.3/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/automation-controller/4.1.3/html_ja/upgrade-migration-guide/"
+ v_4_1_2:
+ heading: Automation Controller Version 4.1.2 (Supported)
+ quickstart: "http://docs.ansible.com/automation-controller/4.1.2/html_ja/quickstart"
+ release_notes: "http://docs.ansible.com/automation-controller/4.1.2/html_ja/release-notes/"
+ api: "http://docs.ansible.com/automation-controller/4.1.2/html_ja/controllerapi/"
+ administration: "http://docs.ansible.com/automation-controller/4.1.2/html_ja/administration/"
+ userguide: "http://docs.ansible.com/automation-controller/4.1.2/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/automation-controller/4.1.2/html_ja/upgrade-migration-guide/"
+ v_4_1_1:
+ heading: Automation Controller Version 4.1.1 (Supported)
+ quickstart: "http://docs.ansible.com/automation-controller/4.1.1/html_ja/quickstart"
+ release_notes: "http://docs.ansible.com/automation-controller/4.1.1/html_ja/release-notes/"
+ api: "http://docs.ansible.com/automation-controller/4.1.1/html_ja/controllerapi/"
+ administration: "http://docs.ansible.com/automation-controller/4.1.1/html_ja/administration/"
+ userguide: "http://docs.ansible.com/automation-controller/4.1.1/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/automation-controller/4.1.1/html_ja/upgrade-migration-guide/"
+ v_4_1_0:
+ heading: Automation Controller Version 4.1.0 (Supported)
+ quickstart: "http://docs.ansible.com/automation-controller/4.1.0/html_ja/quickstart"
+ release_notes: "http://docs.ansible.com/automation-controller/4.1.0/html_ja/release-notes/"
+ api: "http://docs.ansible.com/automation-controller/4.1.0/html_ja/controllerapi/"
+ administration: "http://docs.ansible.com/automation-controller/4.1.0/html_ja/administration/"
+ userguide: "http://docs.ansible.com/automation-controller/4.1.0/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/automation-controller/4.1.0/html_ja/upgrade-migration-guide/"
+ v_4_0_0:
+ heading: Automation Controller Version 4.0.0 (Supported)
+ quickstart: "http://docs.ansible.com/automation-controller/4.0.0/html_ja/quickstart"
+ release_notes: "http://docs.ansible.com/automation-controller/4.0.0/html_ja/release-notes/"
+ api: "http://docs.ansible.com/automation-controller/4.0.0/html_ja/controllerapi/"
+ administration: "http://docs.ansible.com/automation-controller/4.0.0/html_ja/administration/"
+ userguide: "http://docs.ansible.com/automation-controller/4.0.0/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/automation-controller/4.0.0/html_ja/upgrade-migration-guide/"
+ v_3_8_5:
+ heading: Automation Controller Version 3.8.5 (Supported)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.8.5/html_ja/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.8.5/html_ja/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.8.5/html_ja/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.8.5/html_ja/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.8.5/html_ja/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.8.5/html_ja/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.8.5/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.8.5/html_ja/upgrade-migration-guide/"
+ v_3_8_4:
+ heading: Automation Controller Version 3.8.4 (Supported)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.8.4/html_ja/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.8.4/html_ja/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.8.4/html_ja/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.8.4/html_ja/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.8.4/html_ja/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.8.4/html_ja/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.8.4/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.8.4/html_ja/upgrade-migration-guide/"
+ v_3_8_3:
+ heading: Automation Controller Version 3.8.3 (Supported)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.8.3/html_ja/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.8.3/html_ja/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.8.3/html_ja/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.8.3/html_ja/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.8.3/html_ja/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.8.3/html_ja/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.8.3/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.8.3/html_ja/upgrade-migration-guide/"
+ v_3_8_2:
+ heading: Automation Controller Version 3.8.2 (Supported)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.8.2/html_ja/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.8.2/html_ja/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.8.2/html_ja/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.8.2/html_ja/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.8.2/html_ja/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.8.2/html_ja/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.8.2/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.8.2/html_ja/upgrade-migration-guide/"
+ v_3_8_1:
+ heading: Automation Controller Version 3.8.1 (Supported)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.8.1/html_ja/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.8.1/html_ja/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.8.1/html_ja/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.8.1/html_ja/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.8.1/html_ja/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.8.1/html_ja/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.8.1/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.8.1/html_ja/upgrade-migration-guide/"
+ v_3_8_0:
+ heading: Automation Controller Version 3.8.0 (Supported)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.8.0/html_ja/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.8.0/html_ja/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.8.0/html_ja/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.8.0/html_ja/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.8.0/html_ja/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.8.0/html_ja/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.8.0/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.8.0/html_ja/upgrade-migration-guide/"
+ v_3_7_2:
+ heading: Automation Controller Version 3.7.2 (End of Maintenance Support - EOL)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.7.2/html_ja/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.7.2/html_ja/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.7.2/html_ja/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.7.2/html_ja/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.7.2/html_ja/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.7.2/html_ja/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.7.2/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.7.2/html_ja/upgrade-migration-guide/"
+ v_3_7_1:
+ heading: Automation Controller Version 3.7.1 (End of Maintenance Support - EOL)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.7.1/html_ja/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.7.1/html_ja/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.7.1/html_ja/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.7.1/html_ja/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.7.1/html_ja/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.7.1/html_ja/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.7.1/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.7.1/html_ja/upgrade-migration-guide/"
+ v_3_7_0:
+ heading: Automation Controller Version 3.7.0 (End of Maintenance Support - EOL)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.7.0/html_ja/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.7.0/html_ja/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.7.0/html_ja/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.7.0/html_ja/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.7.0/html_ja/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.7.0/html_ja/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.7.0/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.7.0/html_ja/upgrade-migration-guide/"
+ v_3_6_4:
+ heading: Automation Controller Version 3.6.4 (End of Maintenance Support - EOL)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.6.4/html_ja/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.6.4/html_ja/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.6.4/html_ja/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.6.4/html_ja/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.6.4/html_ja/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.6.4/html_ja/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.6.4/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.6.4/html_ja/upgrade-migration-guide/"
+ v_3_6_3:
+ heading: Automation Controller Version 3.6.3 (End of Maintenance Support - EOL)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.6.3/html_ja/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.6.3/html_ja/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.6.3/html_ja/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.6.3/html_ja/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.6.3/html_ja/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.6.3/html_ja/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.6.3/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.6.3/html_ja/upgrade-migration-guide/"
+ v_3_6_2:
+ heading: Automation Controller Version 3.6.2 (End of Maintenance Support - EOL)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.6.2/html_ja/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.6.2/html_ja/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.6.2/html_ja/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.6.2/html_ja/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.6.2/html_ja/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.6.2/html_ja/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.6.2/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.6.2/html_ja/upgrade-migration-guide/"
+ v_3_6_0:
+ heading: Automation Controller Version 3.6.0 (End of Maintenance Support - EOL)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.6.0/html_ja/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.6.0/html_ja/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.6.0/html_ja/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.6.0/html_ja/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.6.0/html_ja/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.6.0/html_ja/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.6.0/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.6.0/html_ja/upgrade-migration-guide/"
+ v_3_5_2:
+ heading: Automation Controller Version 3.5.2 (End of Maintenance Support - EOL)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.5.2/html_ja/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.5.2/html_ja/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.5.2/html_ja/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.5.2/html_ja/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.5.2/html_ja/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.5.2/html_ja/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.5.2/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.5.2/html_ja/upgrade-migration-guide/"
+ v_3_5_1:
+ heading: Automation Controller Version 3.5.1 (End of Maintenance Support - EOL)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.5.1/html_ja/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.5.1/html_ja/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.5.1/html_ja/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.5.1/html_ja/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.5.1/html_ja/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.5.1/html_ja/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.5.1/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.5.1/html_ja/upgrade-migration-guide/"
+ v_3_4_3:
+ heading: Automation Controller Version 3.4.3 (End of Maintenance Support - EOL)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.4.3/html_ja/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.4.3/html_ja/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.4.3/html_ja/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.4.3/html_ja/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.4.3/html_ja/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.4.3/html_ja/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.4.3/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.4.3/html_ja/upgrade-migration-guide/"
+ v_3_4_2:
+ heading: Automation Controller Version 3.4.2 (End of Maintenance Support - EOL)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.4.2/html_ja/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.4.2/html_ja/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.4.2/html_ja/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.4.2/html_ja/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.4.2/html_ja/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.4.2/html_ja/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.4.2/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.4.2/html_ja/upgrade-migration-guide/"
+ v_3_3_2:
+ heading: Automation Controller Version 3.3.2 (End of Maintenance Support - EOL)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.3.2/html_ja/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.3.2/html_ja/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.3.2/html_ja/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.3.2/html_ja/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.3.2/html_ja/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.3.2/html_ja/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.3.2/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.3.2/html_ja/upgrade-migration-guide/"
+ v_3_2_4:
+ heading: Automation Controller Version 3.2.4 (End of Maintenance Support - EOL)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.2.4/html_ja/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.2.4/html_ja/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.2.4/html_ja/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.2.4/html_ja/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.2.4/html_ja/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.2.4/html_ja/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.2.4/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.2.4/html_ja/upgrade-migration-guide/"
+ v_3_2_2:
+ heading: Automation Controller Version 3.2.2 (End of Maintenance Support - EOL)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.2.2/html_ja/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.2.2/html_ja/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.2.2/html_ja/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.2.2/html_ja/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.2.2/html_ja/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.2.2/html_ja/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.2.2/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.2.2/html_ja/upgrade-migration-guide/"
+ v_3_1_4:
+ heading: Automation Controller Version 3.1.4 (End of Maintenance Support - EOL)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.1.4/html_ja/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.1.4/html_ja/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.1.4/html_ja/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.1.4/html_ja/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.1.4/html_ja/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.1.4/html_ja/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.1.4/html_ja/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.1.4/html_ja/upgrade-migration-guide/"
+# Start Chinese translations
+tower_zh:
+ v_4_4:
+ heading: Automation Controller Version 4.4 (Supported)
+ quickstart: "http://docs.ansible.com/automation-controller/4.4/html_zh/quickstart"
+ release_notes: "http://docs.ansible.com/automation-controller/4.4/html_zh/release-notes/"
+ api: "http://docs.ansible.com/automation-controller/4.4/html_zh/controllerapi/"
+ administration: "http://docs.ansible.com/automation-controller/4.4/html_zh/administration/"
+ userguide: "http://docs.ansible.com/automation-controller/4.4/html_zh/userguide/"
+ upgrade: "http://docs.ansible.com/automation-controller/4.4/html_zh/upgrade-migration-guide/"
+ v_4_3:
+ heading: Automation Controller Version 4.3 (Supported)
+ quickstart: "http://docs.ansible.com/automation-controller/4.3/html_zh/quickstart"
+ release_notes: "http://docs.ansible.com/automation-controller/4.3/html_zh/release-notes/"
+ api: "http://docs.ansible.com/automation-controller/4.3/html_zh/controllerapi/"
+ administration: "http://docs.ansible.com/automation-controller/4.3/html_zh/administration/"
+ userguide: "http://docs.ansible.com/automation-controller/4.3/html_zh/userguide/"
+ upgrade: "http://docs.ansible.com/automation-controller/4.3/html_zh/upgrade-migration-guide/"
+ v_4_2_2:
+ heading: Automation Controller Version 4.2.2 (Supported)
+ quickstart: "http://docs.ansible.com/automation-controller/4.2.2/html_zh/quickstart"
+ release_notes: "http://docs.ansible.com/automation-controller/4.2.2/html_zh/release-notes/"
+ api: "http://docs.ansible.com/automation-controller/4.2.2/html_zh/controllerapi/"
+ administration: "http://docs.ansible.com/automation-controller/4.2.2/html_zh/administration/"
+ userguide: "http://docs.ansible.com/automation-controller/4.2.2/html_zh/userguide/"
+ upgrade: "http://docs.ansible.com/automation-controller/4.2.2/html_zh/upgrade-migration-guide/"
+ v_4_2_1:
+ heading: Automation Controller Version 4.2.1 (Supported)
+ quickstart: "http://docs.ansible.com/automation-controller/4.2.1/html_zh/quickstart"
+ release_notes: "http://docs.ansible.com/automation-controller/4.2.1/html_zh/release-notes/"
+ api: "http://docs.ansible.com/automation-controller/4.2.1/html_zh/controllerapi/"
+ administration: "http://docs.ansible.com/automation-controller/4.2.1/html_zh/administration/"
+ userguide: "http://docs.ansible.com/automation-controller/4.2.1/html_zh/userguide/"
+ upgrade: "http://docs.ansible.com/automation-controller/4.2.1/html_zh/upgrade-migration-guide/"
+ v_4_2_0:
+ heading: Automation Controller Version 4.2.0 (Supported)
+ quickstart: "http://docs.ansible.com/automation-controller/4.2.0/html_zh/quickstart"
+ release_notes: "http://docs.ansible.com/automation-controller/4.2.0/html_zh/release-notes/"
+ api: "http://docs.ansible.com/automation-controller/4.2.0/html_zh/controllerapi/"
+ administration: "http://docs.ansible.com/automation-controller/4.2.0/html_zh/administration/"
+ userguide: "http://docs.ansible.com/automation-controller/4.2.0/html_zh/userguide/"
+ upgrade: "http://docs.ansible.com/automation-controller/4.2.0/html_zh/upgrade-migration-guide/"
+ v_4_1_4:
+ heading: Automation Controller Version 4.1.4 (Supported)
+ quickstart: "http://docs.ansible.com/automation-controller/4.1.4/html_zh/quickstart"
+ release_notes: "http://docs.ansible.com/automation-controller/4.1.4/html_zh/release-notes/"
+ api: "http://docs.ansible.com/automation-controller/4.1.4/html_zh/controllerapi/"
+ administration: "http://docs.ansible.com/automation-controller/4.1.4/html_zh/administration/"
+ userguide: "http://docs.ansible.com/automation-controller/4.1.4/html_zh/userguide/"
+ upgrade: "http://docs.ansible.com/automation-controller/4.1.4/html_zh/upgrade-migration-guide/"
+ v_4_1_3:
+ heading: Automation Controller Version 4.1.3 (Supported)
+ quickstart: "http://docs.ansible.com/automation-controller/4.1.3/html_zh/quickstart"
+ release_notes: "http://docs.ansible.com/automation-controller/4.1.3/html_zh/release-notes/"
+ api: "http://docs.ansible.com/automation-controller/4.1.3/html_zh/controllerapi/"
+ administration: "http://docs.ansible.com/automation-controller/4.1.3/html_zh/administration/"
+ userguide: "http://docs.ansible.com/automation-controller/4.1.3/html_zh/userguide/"
+ upgrade: "http://docs.ansible.com/automation-controller/4.1.3/html_zh/upgrade-migration-guide/"
+ v_4_1_2:
+ heading: Automation Controller Version 4.1.2 (Supported)
+ quickstart: "http://docs.ansible.com/automation-controller/4.1.2/html_zh/quickstart"
+ release_notes: "http://docs.ansible.com/automation-controller/4.1.2/html_zh/release-notes/"
+ api: "http://docs.ansible.com/automation-controller/4.1.2/html_zh/controllerapi/"
+ administration: "http://docs.ansible.com/automation-controller/4.1.2/html_zh/administration/"
+ userguide: "http://docs.ansible.com/automation-controller/4.1.2/html_zh/userguide/"
+ upgrade: "http://docs.ansible.com/automation-controller/4.1.2/html_zh/upgrade-migration-guide/"
+ v_4_1_1:
+ heading: Automation Controller Version 4.1.1 (Supported)
+ quickstart: "http://docs.ansible.com/automation-controller/4.1.1/html_zh/quickstart"
+ release_notes: "http://docs.ansible.com/automation-controller/4.1.1/html_zh/release-notes/"
+ api: "http://docs.ansible.com/automation-controller/4.1.1/html_zh/controllerapi/"
+ administration: "http://docs.ansible.com/automation-controller/4.1.1/html_zh/administration/"
+ userguide: "http://docs.ansible.com/automation-controller/4.1.1/html_zh/userguide/"
+ upgrade: "http://docs.ansible.com/automation-controller/4.1.1/html_zh/upgrade-migration-guide/"
+ v_4_1_0:
+ heading: Automation Controller Version 4.1.0 (Supported)
+ quickstart: "http://docs.ansible.com/automation-controller/4.1.0/html_zh/quickstart"
+ release_notes: "http://docs.ansible.com/automation-controller/4.1.0/html_zh/release-notes/"
+ api: "http://docs.ansible.com/automation-controller/4.1.0/html_zh/controllerapi/"
+ administration: "http://docs.ansible.com/automation-controller/4.1.0/html_zh/administration/"
+ userguide: "http://docs.ansible.com/automation-controller/4.1.0/html_zh/userguide/"
+ upgrade: "http://docs.ansible.com/automation-controller/4.1.0/html_zh/upgrade-migration-guide/"
+ v_4_0_0:
+ heading: Automation Controller Version 4.0.0 (Supported)
+ quickstart: "http://docs.ansible.com/automation-controller/4.0.0/html_zh/quickstart"
+ release_notes: "http://docs.ansible.com/automation-controller/4.0.0/html_zh/release-notes/"
+ api: "http://docs.ansible.com/automation-controller/4.0.0/html_zh/controllerapi/"
+ administration: "http://docs.ansible.com/automation-controller/4.0.0/html_zh/administration/"
+ userguide: "http://docs.ansible.com/automation-controller/4.0.0/html_zh/userguide/"
+ upgrade: "http://docs.ansible.com/automation-controller/4.0.0/html_zh/upgrade-migration-guide/"
+ v_3_8_5:
+ heading: Automation Controller Version 3.8.5 (Supported)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.8.5/html_zh/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.8.5/html_zh/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.8.5/html_zh/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.8.5/html_zh/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.8.5/html_zh/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.8.5/html_zh/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.8.5/html_zh/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.8.5/html_zh/upgrade-migration-guide/"
+ v_3_8_4:
+ heading: Automation Controller Version 3.8.4 (Supported)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.8.4/html_zh/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.8.4/html_zh/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.8.4/html_zh/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.8.4/html_zh/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.8.4/html_zh/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.8.4/html_zh/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.8.4/html_zh/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.8.4/html_zh/upgrade-migration-guide/"
+ v_3_8_3:
+ heading: Automation Controller Version 3.8.3 (Supported)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.8.3/html_zh/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.8.3/html_zh/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.8.3/html_zh/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.8.3/html_zh/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.8.3/html_zh/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.8.3/html_zh/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.8.3/html_zh/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.8.3/html_zh/upgrade-migration-guide/"
+ v_3_8_2:
+ heading: Automation Controller Version 3.8.2 (Supported)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.8.2/html_zh/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.8.2/html_zh/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.8.2/html_zh/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.8.2/html_zh/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.8.2/html_zh/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.8.2/html_zh/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.8.2/html_zh/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.8.2/html_zh/upgrade-migration-guide/"
+ v_3_8_1:
+ heading: Automation Controller Version 3.8.1 (Supported)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.8.1/html_zh/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.8.1/html_zh/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.8.1/html_zh/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.8.1/html_zh/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.8.1/html_zh/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.8.1/html_zh/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.8.1/html_zh/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.8.1/html_zh/upgrade-migration-guide/"
+ v_3_8_0:
+ heading: Automation Controller Version 3.8.0 (Supported)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.8.0/html_zh/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.8.0/html_zh/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.8.0/html_zh/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.8.0/html_zh/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.8.0/html_zh/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.8.0/html_zh/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.8.0/html_zh/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.8.0/html_zh/upgrade-migration-guide/"
+ v_3_7_1:
+ heading: Automation Controller Version 3.7.1 (End of Maintenance Support - EOL)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.7.1/html_zh/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.7.1/html_zh/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.7.1/html_zh/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.7.1/html_zh/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.7.1/html_zh/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.7.1/html_zh/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.7.1/html_zh/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.7.1/html_zh/upgrade-migration-guide/"
+ v_3_7_0:
+ heading: Automation Controller Version 3.7.0 (End of Maintenance Support - EOL)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.7.0/html_zh/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.7.0/html_zh/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.7.0/html_zh/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.7.0/html_zh/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.7.0/html_zh/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.7.0/html_zh/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.7.0/html_zh/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.7.0/html_zh/upgrade-migration-guide/"
+ v_3_6_4:
+ heading: Automation Controller Version 3.6.4 (End of Maintenance Support - EOL)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.6.4/html_zh/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.6.4/html_zh/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.6.4/html_zh/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.6.4/html_zh/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.6.4/html_zh/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.6.4/html_zh/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.6.4/html_zh/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.6.4/html_zh/upgrade-migration-guide/"
+ v_3_6_3:
+ heading: Automation Controller Version 3.6.3 (End of Maintenance Support - EOL)
+ quickstart: "http://docs.ansible.com/ansible-tower/3.6.3/html_zh/quickstart"
+ quickinstall: "http://docs.ansible.com/ansible-tower/3.6.3/html_zh/quickinstall/"
+ installandreference: "http://docs.ansible.com/ansible-tower/3.6.3/html_zh/installandreference/"
+ release_notes: "http://docs.ansible.com/ansible-tower/3.6.3/html_zh/release-notes/"
+ api: "http://docs.ansible.com/ansible-tower/3.6.3/html_zh/towerapi/"
+ administration: "http://docs.ansible.com/ansible-tower/3.6.3/html_zh/administration/"
+ userguide: "http://docs.ansible.com/ansible-tower/3.6.3/html_zh/userguide/"
+ upgrade: "http://docs.ansible.com/ansible-tower/3.6.3/html_zh/upgrade-migration-guide/"
diff --git a/data/controller_translations.yaml b/data/controller_translations.yaml
new file mode 100644
index 00000000..f90a8d9b
--- /dev/null
+++ b/data/controller_translations.yaml
@@ -0,0 +1,29 @@
+# Translated guide names for Controller
+# Start Korean guides
+tower_ko:
+ quickstart: 퀵스타트 가이드
+ release_notes: 릴리스 노트
+ api: 가이드
+ administration: 관리 가이드
+ userguide: 사용자 가이드
+ upgrade: 업그레이드 마이그레이션 가이드
+# Start Japanese guides
+tower_ja:
+ quickstart: クイック設定ガイド
+ release_notes: リリースノート
+ api: ガイド
+ administration: 管理ガイド
+ userguide: ユーザーガイド
+ upgrade: のアップグレードおよび移行ガイド
+ quickinstall: インストールガイド
+ installandreference: インストールおよびリファレンスガイド
+# Start Chinese guides
+tower_zh:
+ quickstart: 快速入门指南
+ release_notes: 发行注记
+ api: 指南
+ administration: 管理指南
+ userguide: 用户指南
+ upgrade: 升级和迁移指南
+ quickinstall: 快速安装指南
+ installandreference: 安装和参考指南
diff --git a/data/core_translations.yaml b/data/core_translations.yaml
new file mode 100644
index 00000000..f25f1d16
--- /dev/null
+++ b/data/core_translations.yaml
@@ -0,0 +1,21 @@
+# Translated guide names for Ansible Core
+# Start Japanese guides
+core_ja:
+ v_2_15:
+ heading: ansible-core ドキュメント 2.15
+ link: "https://docs.ansible.com/ansible-core/2.15_ja/index.html"
+ v_2_14:
+ heading: ansible-core ドキュメント 2.14
+ link: "https://docs.ansible.com/ansible-core/2.14_ja/index.html"
+ v_2_13:
+ heading: ansible-core ドキュメント 2.13
+ link: "https://docs.ansible.com/ansible-core/2.13_ja/index.html"
+ v_2_12:
+ heading: ansible-core ドキュメント 2.12
+ link: "https://docs.ansible.com/ansible-core/2.12_ja/index.html"
+ v_2_11:
+ heading: ansible-core ドキュメント 2.11
+ link: "https://docs.ansible.com/ansible-core/2.11_ja/index.html"
+ v_2_9:
+ heading: Ansible ドキュメント 2.9
+ link: "https://docs.ansible.com/ansible/2.9_ja/index.html"
diff --git a/data/developers.yaml b/data/developers.yaml
new file mode 100644
index 00000000..05353b04
--- /dev/null
+++ b/data/developers.yaml
@@ -0,0 +1,70 @@
+# Quicklinks for Ansible developers
+quicklinks:
+ developing_modules:
+ label: Developing modules
+ link: "https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_general.html"
+ python_three:
+ label: Ansible and Python 3
+ link: "https://docs.ansible.com/ansible/latest/dev_guide/developing_python_3.html"
+ python_api:
+ label: Python API
+ link: "https://docs.ansible.com/ansible/latest/dev_guide/developing_api.html"
+# Milestones in the Ansible developer journey
+milestones:
+ start:
+ heading: Start writing code
+ actions:
+ setup:
+ label: Set up your development environment
+ link: "https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_general.html#environment-setup"
+ learn:
+ label: Learn how Ansible works
+ link: "https://docs.ansible.com/ansible/latest/dev_guide/overview_architecture.html"
+ code:
+ label: Write custom modules or plugins
+ link: "https://docs.ansible.com/ansible/latest/dev_guide/developing_locally.html"
+ contribute:
+ heading: Contribute code to a collection
+ actions:
+ first_contribution:
+ label: Make your first contribution
+ link: "https://docs.ansible.com/ansible/latest/community/contributor_path.html#making-your-first-contribution"
+ collection_contrib_guide:
+ label: Explore the Collection contributor guide
+ link: "https://docs.ansible.com/ansible/latest/community/contributions_collections.html"
+ checklist:
+ label: Contribute your module to an existing collection
+ link: "https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_checklist.html"
+ lifecycle:
+ label: Review the lifecycle of an Ansible module or plugin
+ link: "https://docs.ansible.com/ansible/latest/dev_guide/module_lifecycle.html"
+ test:
+ heading: Test plugins and modules
+ actions:
+ learn:
+ label: Understand testing in Ansible
+ link: "https://docs.ansible.com/ansible/latest/dev_guide/testing.html#why-test-your-ansible-contributions"
+ run:
+ label: Run sanity tests
+ link: "https://docs.ansible.com/ansible/latest/dev_guide/testing_sanity.html"
+ integration:
+ label: Write integration tests
+ link: "https://docs.ansible.com/ansible/latest/dev_guide/testing_integration.html#testing-integration"
+ unit:
+ label: Write unit tests
+ link: "https://docs.ansible.com/ansible/latest/dev_guide/testing_units.html#testing-units"
+ create_collection:
+ heading: Create new collections
+ actions:
+ skeleton:
+ label: Set things up with the collection skeleton
+ link: "https://docs.ansible.com/ansible/latest/dev_guide/developing_collections_creating.html#creating-collections-skeleton"
+ test:
+ label: Test your collection for code quality
+ link: "https://docs.ansible.com/ansible/latest/dev_guide/developing_collections_testing.html"
+ distribute:
+ label: Publish your collection on a distribution server
+ link: "https://docs.ansible.com/ansible/devel/dev_guide/developing_collections_distributing.html#initial-configuration-of-your-distribution-server-or-servers"
+ request_inclusion:
+ label: Request a collection be added to the Ansible package
+ link: "https://github.com/ansible-collections/ansible-inclusion"
diff --git a/data/ecosystem.yaml b/data/ecosystem.yaml
new file mode 100644
index 00000000..c1ec75f2
--- /dev/null
+++ b/data/ecosystem.yaml
@@ -0,0 +1,137 @@
+collections:
+ name: Ansible collections
+ description: Ansible collections offer distributions of playbooks, roles, modules, and plugins.
+ docs:
+ index:
+ link: "https://docs.ansible.com/ansible/latest/collections/index.html"
+ button: Collection index
+ user_guide:
+ link: "https://docs.ansible.com/ansible/latest/collections_guide/index.html"
+ button: Find out how to use collections
+ contributor_guide:
+ link: "https://docs.ansible.com/ansible/devel/community/contributions_collections.html#collections-contributions"
+ button: Learn how to contribute to collections
+ plugin_index:
+ link: "https://docs.ansible.com/ansible/latest/collections/all_plugins.html"
+ button: Index of all modules and plugins
+als:
+ name: Ansible Language Server
+ description: Ansible Language Server implements language server protocol (LSP) to highlight and check Ansible syntax.
+ docs:
+ home: "https://ansible.readthedocs.io/projects/language-server/"
+awx:
+ name: Ansible AWX
+ description: AWX provides a web-based user interface, REST API, and task engine built on top of Ansible.
+ docs:
+ home: "https://github.com/ansible/awx"
+awx_operator:
+ name: AWX Operator
+ description: Ansible AWX Operator offers built-in intelligence and operational best practices for deploying on Kubernetes environments.
+ docs:
+ home: "https://github.com/ansible/awx-operator"
+builder:
+ name: Ansible Builder
+ description: Ansible Builder lets you create Execution Environments, which are container images that act as Ansible control nodes.
+ docs:
+ home: "https://ansible.readthedocs.io/projects/builder/"
+compat:
+ name: Ansible Compat
+ description: Compat is a Python package that assists with compatibility between different Ansible releases, starting at version 2.9.
+ docs:
+ home: "https://ansible.readthedocs.io/projects/compat/"
+core:
+ name: Ansible Core
+ description: Ansible Core is the language and runtime that powers automation.
+ docs:
+ home: "https://docs.ansible.com/ansible-core/devel/index.html"
+eda:
+ name: Event-Driven Ansible Server
+ description: Event-Driven Ansible Server offers scalable and flexible automation that can subscribe to a wide variety of event sources.
+ docs:
+ home: "https://github.com/ansible/eda-server"
+edge:
+ name: Edge Automation
+ description: Edge provides tooling and collections to run automation jobs on device endpoints at the very edge of your infrastructure.
+ docs:
+ osbuild:
+ link: "https://github.com/redhat-cop/infra.osbuild"
+ button: Osbuild Composer Collection
+ cip:
+ link: "https://github.com/ansible-collections/community.cip"
+ button: Common Industrial Protocol (CIP) Collection
+ fdo:
+ link: "https://github.com/ansible-collections/community.fdo"
+ button: FDO Collection
+ microshift:
+ link: "https://github.com/ansible-collections/edge.microshift/"
+ button: MicroShift Collection
+galaxy:
+ name: Galaxy
+ description: Galaxy provides a hub for discovering and sharing Ansible community content.
+ docs:
+ home: "https://galaxy.ansible.com/docs/"
+galaxy_ng:
+ name: Galaxy NG
+ description: Galaxy NG jumpstarts automation projects with Ansible community content.
+ docs:
+ home: "https://ansible.readthedocs.io/projects/galaxy-ng/"
+lint:
+ name: Ansible Lint
+ description: Lint improves code quality through proven best practices, patterns, and behaviors so that your Ansible content results in reliable and consistent automation.
+ docs:
+ home: "https://ansible.readthedocs.io/projects/lint/"
+molecule:
+ name: Molecule
+ description: Molecule helps you develop and test Ansible roles.
+ docs:
+ home: "https://ansible.readthedocs.io/projects/molecule/"
+navigator:
+ name: Ansible Navigator
+ description: Ansible Navigator is a command-line tool for creating, reviewing, and troubleshooting Ansible content.
+ docs:
+ home: "https://ansible.readthedocs.io/projects/navigator/"
+pinakes:
+ name: Pinakes
+ description: Pinakes lets you make Ansible job templates and workflows available to business users with an added layer of governance.
+ docs:
+ home: "https://github.com/ansible/pinakes"
+pylibssh:
+ name: Ansible Pylibssh
+ description: Ansible Pylibssh provides Python bindings for Ansible with the libssh project.
+ docs:
+ home: "https://ansible-pylibssh.readthedocs.io/en/latest/"
+receptor:
+ name: Receptor
+ description: Receptor is an overlay network that distributes workloads across a large and dispersed collection of nodes.
+ docs:
+ home: "https://receptor.readthedocs.io/en/latest/index.html"
+rulebook:
+ name: Ansible Rulebook
+ description: Ansible Rulebook is a command-line tool that listens to events so your automation can react when software or system states change.
+ docs:
+ home: "https://ansible.readthedocs.io/projects/rulebook/"
+runner:
+ name: Ansible Runner
+ description: Ansible Runner provides a stable and consistent interface abstraction to Ansible.
+ docs:
+ home: "https://ansible.readthedocs.io/projects/runner/"
+sdk:
+ name: Ansible SDK
+ description: Ansible SDK is a toolkit that lets you harness the power and simplicity of Ansible automation directly from your applications.
+ docs:
+ home: "https://ansible.readthedocs.io/projects/sdk/"
+sign:
+ name: Ansible Sign
+ description: Ansible Sign is a utility for signing and verifying Ansible content.
+ docs:
+ home: "https://ansible.readthedocs.io/projects/sign/"
+test:
+ name: Ansible Test
+ description: Ansible Test is a command-line tool for performing sanity, unit, and integration testing with Ansible Core and collections.
+ docs:
+ home: "https://docs.ansible.com/ansible-core/devel/dev_guide/testing_running_locally.html"
+vscode:
+ name: Ansible VS Code Extension
+ description: The VS Code extention adds Ansible language support to Visual Studio Code and OpenVSX compatible editors.
+ docs:
+ home: "https://marketplace.visualstudio.com/items?itemName=redhat.ansible"
diff --git a/data/index.yaml b/data/index.yaml
new file mode 100644
index 00000000..23b99c38
--- /dev/null
+++ b/data/index.yaml
@@ -0,0 +1,71 @@
+# Quicklinks on the homepage
+quicklinks:
+ package_docs_home:
+ label: Ansible package docs home
+ link: "https://docs.ansible.com/ansible/latest/index.html"
+ collection_index:
+ label: Collection index
+ link: "https://docs.ansible.com/ansible/latest/collections/index.html"
+ module_index:
+ label: Modules and plugins index
+ link: "https://docs.ansible.com/ansible/latest/collections/all_plugins.html"
+# Section headings for Ansible community personas
+persona:
+ novice: Get started with Ansible
+ users: Users
+ developers: Developers
+ maintainers: Maintainers
+# Labels to continue persona journeys
+continue:
+ users: Continue the Ansible user journey
+ developers: Continue the Ansible developer journey
+ maintainers: Continue the Ansible community maintainer journey
+# Getting started milestones for Ansible community journeys
+# Novice
+novice:
+ actions:
+ learn:
+ label: Understand the fundamentals of Ansible automation
+ link: "https://docs.ansible.com/ansible/latest/index.html"
+ install:
+ label: Install the Ansible package
+ link: "https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#installing-and-upgrading-ansible"
+ start:
+ label: Run your first ad hoc command in a few easy steps
+ link: "https://docs.ansible.com/ansible/latest/getting_started/index.html"
+# Users
+users:
+ actions:
+ start:
+ label: Start writing Ansible playbooks
+ link: "https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_intro.html#playbook-syntax"
+ learn_modules:
+ label: Learn about Ansible modules
+ link: "https://docs.ansible.com/ansible/latest/module_plugin_guide/modules_intro.html"
+ build_inventory:
+ label: Build inventory files to manage multiple hosts
+ link: "https://docs.ansible.com/ansible/latest/inventory_guide/intro_inventory.html"
+# Developers
+developers:
+ actions:
+ setup:
+ label: Set up your development environment
+ link: "https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_general.html#environment-setup"
+ learn:
+ label: Learn how Ansible works
+ link: "https://docs.ansible.com/ansible/latest/dev_guide/overview_architecture.html"
+ code:
+ label: Write custom modules or plugins
+ link: "https://docs.ansible.com/ansible/latest/dev_guide/developing_locally.html"
+# Maintainers
+maintainers:
+ actions:
+ guidelines:
+ label: Review community maintainer responsibilities
+ link: "https://docs.ansible.com/ansible/latest/community/maintainers_guidelines.html"
+ paths:
+ label: Understand Ansible contributor paths
+ link: "https://docs.ansible.com/ansible/latest/community/contributor_path.html"
+ grow:
+ label: Explore ways to grow community
+ link: "https://docs.ansible.com/ansible/latest/community/maintainers_guidelines.html#expanding-the-collection-community"
diff --git a/data/links.yaml b/data/links.yaml
new file mode 100644
index 00000000..223377dd
--- /dev/null
+++ b/data/links.yaml
@@ -0,0 +1,12 @@
+# Base page names for the docsite
+index: index.html
+collections: collections.html
+community: community.html
+community_archive: ansible-prior-versions.html
+core: core.html
+core_ja: core-translated-ja.html
+developers: developers.html
+ecosystem: ecosystem.html
+maintainers: maintainers.html
+platform: platform.html
+users: users.html
diff --git a/data/maintainers.yaml b/data/maintainers.yaml
new file mode 100644
index 00000000..301a22d1
--- /dev/null
+++ b/data/maintainers.yaml
@@ -0,0 +1,61 @@
+# Quicklinks for Ansible community maintainers
+quicklinks:
+ maintainer_news:
+ label: News for maintainers
+ link: "https://github.com/ansible-collections/news-for-maintainers/issues"
+ community_topics:
+ label: Community topics
+ link: "https://github.com/ansible-community/community-topics/issues"
+ package_inclusion:
+ label: Package inclusion requests
+ link: "https://docs.ansible.com/ansible/devel/community/steering/community_steering_committee.html#collection-inclusion-requests-workflow"
+# Milestones in the Ansible community maintainer journey
+milestones:
+ learn:
+ heading: Learn about community maintainer responsibilities
+ actions:
+ guidelines:
+ label: Review community maintainer responsibilities
+ link: "https://docs.ansible.com/ansible/latest/community/maintainers_guidelines.html"
+ backports:
+ label: Backport merged pull requests to stable branches
+ link: "https://docs.ansible.com/ansible/latest/community/maintainers_workflow.html#backporting"
+ release:
+ label: Regularly release stable versions
+ link: "https://docs.ansible.com/ansible/latest/community/collection_contributors/collection_releasing.html#releasing"
+ documentation:
+ label: Look after collection documentation
+ link: "https://docs.ansible.com/ansible/latest/community/maintainers_guidelines.html#maintaining-good-collection-documentation"
+ build_community:
+ heading: Expand community around a collection
+ actions:
+ grow_community:
+ label: Explore ways to grow community
+ link: "https://docs.ansible.com/ansible/latest/community/maintainers_guidelines.html#expanding-the-collection-community"
+ documentation:
+ label: Maintain good contributor documentation
+ link: "https://docs.ansible.com/ansible/latest/community/maintainers_guidelines.html#maintaining-good-collection-documentation"
+ contributor_paths:
+ label: Understand Ansible contributor paths
+ link: "https://docs.ansible.com/ansible/latest/community/contributor_path.html"
+ collection_inclusion:
+ heading: Get collections included in the Ansible package
+ actions:
+ process:
+ label: Understand the inclusion process
+ link: "https://docs.ansible.com/ansible/devel/community/steering/community_steering_committee.html#collection-inclusion-requests-workflow"
+ review:
+ label: Review other inclusion requests
+ link: "https://github.com/ansible-collections/ansible-inclusion/blob/main/README.md#review-process"
+ submit:
+ label: Submit your collection for inclusion
+ link: "https://github.com/ansible-collections/ansible-inclusion/blob/main/README.md#submission-process"
+ participate:
+ heading: Participate in cross-project governance
+ actions:
+ community_topics:
+ label: Discuss and vote on community topics
+ link: "https://github.com/ansible-community/community-topics/issues"
+ join:
+ label: Join the Ansible community steering committee
+ link: "https://docs.ansible.com/ansible/latest/community/contributor_path.html#become-a-steering-committee-member"
diff --git a/data/pages.yaml b/data/pages.yaml
new file mode 100644
index 00000000..2bd28a29
--- /dev/null
+++ b/data/pages.yaml
@@ -0,0 +1,73 @@
+##
+## Page titles, intro text, labels, and shared text
+##
+### index.html
+index:
+ title: Ansible community documentation
+ intro: Ansible offers open-source automation that is simple, flexible, and powerful.
+### users.html
+users:
+ title: Users
+ intro: Automate the management of remote systems and control their desired state.
+### developers.html
+developers:
+ title: Developers
+ intro: Extend automation with custom Ansible modules, add functionality to existing modules, or fix bugs to improve existing code.
+### maintainers.html
+maintainers:
+ title: Maintainers
+ intro: Ansible community maintainers are trusted contributors who oversee project lifecycle and overall health.
+### core.html and core-translated-ja.html
+core:
+ title: Ansible Core
+ intro: Core includes the Ansible language and runtime, a set of built-in modules and command-line tools, and a framework for extending automation with collections.
+ core_ja:
+ title: 日本語ドキュメント (Japanese)
+ text: Access Japanese translations for Ansible Core documentation.
+### ecosystem.html
+ecosystem:
+ title: Ansible Ecosystem
+ intro: Projects in the Ansible ecosystem let you expand automation to a virtually unlimited set of use cases.
+### community.html and ansible-prior-versions.html
+community:
+ title: Join the Ansible community
+ intro: Open-source and collaboration are at the heart of the Ansible community, helping more people experience the power of automation and work better and faster together.
+ archive:
+ title: Ansible community documentation archive
+ intro: Archive page for the Ansible community documentation that provides older versions of content.
+### ansible_community.html
+community_docs:
+ title: Ansible community documentation
+ journeys: Hi! The Ansible community team has reorganized navigation around user journeys. This page is now deprecated. Visit the index page to discover the new layout. Please also consider updating the link if you have this page in your bookmarks.
+### platform.html
+platform:
+ title: Red Hat Ansible Automation Platform
+ intro: Ansible Automation Platform centralizes automation infrastructure, adds enterprise-grade capabilities, and provides supported collections.
+### Controller archive and translations
+controller:
+ archive:
+ title: Automation Controller documentation archive
+ intro: Archive page for the Automation Controller documentation that provides older versions of content.
+ tower_ko:
+ title: 한국어 문서 (Korean)
+ intro: Access Korean translations for Automation Controller documentation.
+ tower_ja:
+ title: 日本語ドキュメント (Japanese)
+ intro: Access Japanese translations for Automation Controller documentation.
+ tower_zh:
+ title: 中文文档 (Simplified Chinese)
+ intro: Access simplified Chinese translations for Automation Controller documentation.
+### Quicklinks heading
+quicklinks:
+ title: Quicklinks
+### Labels provide meaningful descriptions of elements for accessibility purposes
+labels:
+ button_group: Button group that links to Ansible community documentation.
+### Button labels
+buttons:
+ access_redhat: Go to access.redhat.com
+ visit_docs: Visit the documentation
+ learn_more: Learn more
+ archive: Visit the archive
+### Provide feedback
+feedback: Got thoughts or feedback on the new documentation landing pages? We want to hear from you! Join us in the docs channel on Matrix or open a GitHub issue in the docsite repository.
diff --git a/data/platform.yaml b/data/platform.yaml
new file mode 100644
index 00000000..589a1bfa
--- /dev/null
+++ b/data/platform.yaml
@@ -0,0 +1,73 @@
+# Content for platform.html
+platform:
+ name: Ansible Automation Platform
+ description: Red Hat provides documentation for Automation Platform including installation, Automation Hub, Services Catalog, and Insights.
+ docs:
+ link: "https://access.redhat.com/documentation/en-us/red_hat_ansible_automation_platform/"
+ button: Go to access.redhat.com
+quickstart:
+ name: Automation Controller Quickstart
+ description: Get Automation Controller up and running.
+ docs:
+ link: "https://docs.ansible.com/automation-controller/latest/html/quickstart/index.html"
+ button: Visit the quickstart
+relnotes:
+ name: Release notes
+ description: View the changes made since the last release of Ansible Automation Controller.
+ docs:
+ link: "https://docs.ansible.com/automation-controller/latest/html/release-notes/index.html"
+ button: Visit the release notes
+upgrade:
+ name: Upgrade and migration
+ description: Find out how to upgrade Ansible Automation Platform to the latest version.
+ docs:
+ link: "https://docs.ansible.com/automation-controller/latest/html/upgrade-migration-guide/index.html"
+ button: Visit the upgrade and migration guide
+user_guide:
+ name: User guide
+ description: Find the complete guide to using Ansible Automation Controller functionality.
+ docs:
+ link: "https://docs.ansible.com/automation-controller/latest/html/userguide/index.html"
+ button: Visit the user guide
+administration:
+ name: Administration
+ description: Learn how to perform administration operations on Ansible Automation Controller with scripts, management jobs, and more.
+ docs:
+ link: "https://docs.ansible.com/automation-controller/latest/html/administration/index.html"
+ button: Visit the administration guide
+api:
+ name: Automation Controller API
+ description: Learn and explore the Automation Controller API.
+ docs:
+ link: "https://docs.ansible.com/automation-controller/latest/html/controllerapi/index.html"
+ button: Visit the API guide
+cli:
+ name: Automation Controller CLI
+ description: Learn how to use the command-line client for AWX and Ansible Automation Controller.
+ docs:
+ link: "https://docs.ansible.com/automation-controller/latest/html/controllercli/index.html"
+ button: Visit the CLI guide
+ko_translations:
+ name: 한국어 문서 (Korean)
+ description: Access Korean translations for Automation Controller documentation.
+ docs:
+ link: automation-tower-korean-translations.html
+ button: Learn more
+ja_translations:
+ name: 日本語ドキュメント (Japanese)
+ description: Access Japanese translations for Automation Controller documentation.
+ docs:
+ link: automation-tower-japanese-translations.html
+ button: Learn more
+zh_translations:
+ name: 中文文档 (Simplified Chinese)
+ description: Access simplified Chinese translations for Automation Controller documentation.
+ docs:
+ link: automation-tower-chinese-translations.html
+ button: Learn more
+archive:
+ name: Automation Controller documentation archive
+ description: Archive page for the Automation Controller documentation that provides older versions of content.
+ docs:
+ link: automation-tower-prior-versions.html
+ button: Visit the archive
diff --git a/data/users.yaml b/data/users.yaml
new file mode 100644
index 00000000..9667a953
--- /dev/null
+++ b/data/users.yaml
@@ -0,0 +1,97 @@
+# Quicklinks for Ansible users
+quicklinks:
+ yaml_syntax:
+ label: YAML syntax
+ link: "https://docs.ansible.com/ansible/latest/reference_appendices/YAMLSyntax.html"
+ playbook_variables:
+ label: Playbook variables
+ link: "https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_variables.html"
+ playbook_conditionals:
+ label: Playbook conditionals
+ link: "https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_conditionals.html"
+# Milestones in the Ansible user journey
+milestones:
+ automate:
+ title: Create automation
+ actions:
+ start:
+ label: Start writing Ansible playbooks
+ link: "https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_intro.html#playbook-syntax"
+ evaluate_plugins:
+ label: Learn about Ansible modules
+ link: "https://docs.ansible.com/ansible/latest/module_plugin_guide/modules_intro.html"
+ build_inventory:
+ title: Build inventories
+ actions:
+ multiple_hosts:
+ label: Build inventory files to manage multiple hosts
+ link: "https://docs.ansible.com/ansible/latest/inventory_guide/intro_inventory.html"
+ dynamic:
+ label: Use dynamic inventories
+ link: "https://docs.ansible.com/ansible/latest/inventory_guide/intro_dynamic_inventory.html"
+ organize:
+ title: Organize automation projects
+ actions:
+ roles:
+ label: Use roles to structure the automation project
+ link: "https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_reuse_roles.html"
+ ees:
+ title: Use Ansible execution environments
+ actions:
+ get_started_ees:
+ label: Get started with execution environments
+ link: "https://docs.ansible.com/ansible/devel/getting_started_ee/index.html"
+ build_ees:
+ label: Build execution environments
+ link: "https://ansible.readthedocs.io/projects/builder/en/latest/"
+ tooling:
+ title: Use Ansible tooling
+ actions:
+ navigator:
+ label: Create and test playbooks with Ansible Navigator
+ link: "https://ansible.readthedocs.io/projects/navigator/"
+ lint:
+ label: Use Ansible Lint to validate playbooks
+ link: "https://ansible.readthedocs.io/projects/lint/"
+ molecule:
+ label: Install Molecule to develop and test Ansible roles
+ link: "https://ansible.readthedocs.io/projects/molecule/"
+ vscode:
+ label: Use Ansible with Visual Studio Code and OpenVSX compatible editors
+ link: "https://marketplace.visualstudio.com/items?itemName=redhat.ansible"
+ find:
+ title: Find automation content
+ actions:
+ explore_galaxy:
+ label: Start exploring Ansible Galaxy
+ link: "https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#finding-collections-on-galaxy"
+ install_roles:
+ label: Install and use roles
+ link: "https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#installing-roles-from-galaxy"
+ install_collections:
+ label: Install and use collections
+ link: "https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#installing-collections"
+ share:
+ title: Share automation content
+ actions:
+ submit_roles:
+ label: Submit roles to an existing collection
+ link: "https://ansible.readthedocs.io/projects/galaxy-ng/en/latest/community/userguide/#importing-roles"
+ create_collection:
+ label: Create a new collection
+ link: "https://docs.ansible.com/ansible/latest/dev_guide/developing_collections.html#developing-collections"
+ upload_collection:
+ label: Upload a collection to Ansible Galaxy
+ link: "https://ansible.readthedocs.io/projects/galaxy-ng/en/latest/community/userguide/#uploading-collections"
+ awx:
+ title: Schedule and run automation jobs
+ actions:
+ on_demand_jobs:
+ label: Execute automation jobs on demand
+ link: "https://github.com/ansible/awx/blob/devel/docs/tasks.md#awx-jobs"
+ schedule_jobs:
+ label: Schedule automation jobs
+ link: "https://github.com/ansible/awx/blob/devel/docs/schedules.md#scheduled-jobs"
+ use_ees:
+ label: Use execution environments with AWX jobs
+ link: "https://ansible.readthedocs.io/projects/runner/en/latest/execution_environments/"
diff --git a/developers.html b/developers.html
deleted file mode 100644
index 16f92d84..00000000
--- a/developers.html
+++ /dev/null
@@ -1,243 +0,0 @@
-
-
-
-
-
- Ansible Documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Developers
-
Extend automation with custom Ansible modules, add functionality to existing modules, or fix bugs to improve existing code.
-
Got thoughts or feedback on the new documentation landing pages? We want to hear from you! Join us in the docs channel on Matrix or open a GitHub issue in the docsite repository.
Projects in the Ansible ecosystem let you expand automation to a virtually unlimited set of use cases.
-
Got thoughts or feedback on the new documentation landing pages? We want to hear from you! Join us in the docs channel on Matrix or open a GitHub issue in the docsite repository.
-
-
-
-
-
Ansible collections
-
Ansible collections offer distributions of playbooks, roles, modules, and plugins.
Lint improves code quality through proven best practices, patterns, and behaviors so that your Ansible content results in reliable and consistent automation.
Ansible offers open-source automation that is simple, flexible, and powerful.
-
Got thoughts or feedback on the new documentation landing pages? We want to hear from you! Join us in the docs channel on Matrix or open a GitHub issue in the docsite repository.
Ansible community maintainers are trusted contributors who oversee project lifecycle and overall health.
-
Got thoughts or feedback on the new documentation landing pages? We want to hear from you! Join us in the docs channel on Matrix or open a GitHub issue in the docsite repository.
Got thoughts or feedback on the new documentation landing pages? We want to hear from you! Join us in the docs channel on Matrix or open a GitHub issue in the docsite repository.
-
-
-
-
-
Ansible Automation Platform
-
Red Hat provides documentation for Automation Platform including installation, Automation Hub, Services Catalog, and Insights.
Automate the management of remote systems and control their desired state.
-
Got thoughts or feedback on the new documentation landing pages? We want to hear from you! Join us in the docs channel on Matrix or open a GitHub issue in the docsite repository.