Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body:
**Thank you for reporting a bug in Ansible Builder.**

If this is a question about using `ansible-builder`, please do not use a new issue for your question.
New issues should be used only for submitting a new bug report. Please consult the [Community guide](https://ansible.readthedocs.io/projects/builder/en/latest/community/)
New issues should be used only for submitting a new bug report. Please consult the [Community guide](https://docs.ansible.com/projects/builder/en/latest/community/)
for information on how to submit your question to the [Ansible Forum](https://forum.ansible.com/).

- type: input
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body:
value: |
**Thank you reporting an issue with Ansible Builder documentation.**

If you are looking for community support, please visit the [Community guide](https://ansible.readthedocs.io/projects/builder/en/latest/community/)
If you are looking for community support, please visit the [Community guide](https://docs.ansible.com/projects/builder/en/latest/community/)
for information on how to get in touch.

- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body:
value: |
**Thank you for suggesting a new feature for Ansible Builder.**

If you are looking for community support, please visit the [Community guide](https://ansible.readthedocs.io/projects/builder/en/latest/community/)
If you are looking for community support, please visit the [Community guide](https://docs.ansible.com/projects/builder/en/latest/community/)
for information on how to get in touch.

- type: textarea
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Ansible Builder Contributing Guidelines

If you are looking for community support, please visit
the [Community guide](https://ansible.readthedocs.io/projects/builder/en/latest/community/)
the [Community guide](https://docs.ansible.com/projects/builder/en/latest/community/)
for information on how to get in touch.

## Things to Know Before Submitting Code
Expand All @@ -12,7 +12,7 @@ for information on how to get in touch.
`git rebase` vs `git merge` for this reason.
- All source code changes **MUST** include a test! We use `pytest` for testing.
- We ask all of our community members and contributors to adhere to the
[Ansible code of conduct](http://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
[Ansible code of conduct](https://docs.ansible.com/projects/ansible/latest/community/code_of_conduct.html).
If you have questions, or need assistance, please reach out to our community
team at [[email protected]](mailto:[email protected]).

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Collections and by the user.

See the readthedocs page for `ansible-builder` at:

https://ansible-builder.readthedocs.io/en/stable/
https://docs.ansible.com/projects/builder/en/stable/


## Get Involved:

* We welcome your feedback, questions and ideas.
See our [Communication guide](https://ansible.readthedocs.io/projects/builder/en/latest/community/)
See our [Communication guide](https://docs.ansible.com/projects/builder/en/latest/community/)
to learn how to join the conversation.
* We use [GitHub issues](https://github.com/ansible/ansible-builder/issues) to
track bug reports and feature ideas.
Expand All @@ -25,7 +25,7 @@ https://ansible-builder.readthedocs.io/en/stable/

We ask all of our community members and contributors to adhere to the [Ansible
code of
conduct](http://docs.ansible.com/ansible/latest/community/code_of_conduct.html). If
conduct](https://docs.ansible.com/projects/ansible/latest/community/code_of_conduct.html). If
you have questions, or need assistance, please reach out to our community team
at [[email protected]](mailto:[email protected]).

Expand Down
4 changes: 2 additions & 2 deletions docs/collection_metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ To do that, the collection has to be installed locally.
When installing collections using ansible-galaxy
------------------------------------------------

The easiest way to install a collection is to use the `ansible-galaxy <https://docs.ansible.com/ansible/latest/collections_guide/collections_installing.html#installing-collections-with-ansible-galaxy>`_
The easiest way to install a collection is to use the `ansible-galaxy <https://docs.ansible.com/projects/ansible/latest/collections_guide/collections_installing.html#installing-collections-with-ansible-galaxy>`_
command which is a part of the ``ansible`` package.

Run the ``introspect`` command against your collection path:
Expand All @@ -66,7 +66,7 @@ Run the ``introspect`` command against your collection path:
ansible-builder introspect COLLECTION_PATH

The default collection path used by the ``ansible-galaxy`` command is ``~/.ansible/collections/``.
Read more about collection paths in the `Ansible configuration settings <https://docs.ansible.com/ansible/latest/reference_appendices/config.html#collections-paths>`_ guide.
Read more about collection paths in the `Ansible configuration settings <https://docs.ansible.com/projects/ansible/latest/reference_appendices/config.html#collections-paths>`_ guide.

.. note::
Use the ``-v3`` option to ``introspect`` to see logging messages about requirements that are being excluded.
Expand Down
4 changes: 2 additions & 2 deletions docs/community.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ We welcome your feedback, questions and ideas. Here's how to reach the community
Code of Conduct
===============

All communication and interactions in the Ansible Builder community are governed by the `Ansible code of conduct <https://docs.ansible.com/ansible/devel/community/code_of_conduct.html>`_. Please read and abide by it!
All communication and interactions in the Ansible Builder community are governed by the `Ansible code of conduct <https://docs.ansible.com/projects/ansible/devel/community/code_of_conduct.html>`_. Please read and abide by it!
Reach out to our community team at `[email protected] <mailto:[email protected]>`_ if you have any questions or need assistance.

Ansible Forum
Expand All @@ -19,7 +19,7 @@ Join the `Ansible Forum <https://forum.ansible.com>`_, the default communication

* `Get Help <https://forum.ansible.com/c/help/6>`_: get help or help others. Please add appropriate tags if you start new discussions, for example `ansible-builder`, `ee`, and `documentation`.
* `Posts tagged with 'ansible-builder' <https://forum.ansible.com/tag/ansible-builder>`_: subscribe to participate in project-related conversations.
* `Bullhorn newsletter <https://docs.ansible.com/ansible/devel/community/communication.html#the-bullhorn>`_: used to announce releases and important changes.
* `Bullhorn newsletter <https://docs.ansible.com/projects/ansible/devel/community/communication.html#the-bullhorn>`_: used to announce releases and important changes.
* `Social Spaces <https://forum.ansible.com/c/chat/4>`_: gather and interact with fellow enthusiasts.
* `News & Announcements <https://forum.ansible.com/c/news/5>`_: track project-wide announcements including social events.

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def _get_version():
html_theme_options = {
'display_version': False,
'titles_only': False,
'documentation_home_url': 'https://ansible-builder.readthedocs.io/en/latest/',
'documentation_home_url': 'https://docs.ansible.com/projects/builder/en/latest/',
}

# Add any paths that contain custom static files (such as style sheets) here,
Expand Down
2 changes: 1 addition & 1 deletion docs/definition.rst
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ The following keys are valid for this section:
Ansible Collections to be installed from Galaxy. This may be a filename, a
dictionary, or a multi-line string representation of an Ansible Galaxy
``requirements.yml`` file (see below for examples). Read more about
the requirements file format in the `Galaxy user guide <https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#install-multiple-collections-with-a-requirements-file>`_.
the requirements file format in the `Galaxy user guide <https://docs.ansible.com/projects/ansible/latest/galaxy/user_guide.html#install-multiple-collections-with-a-requirements-file>`_.

.. _python-pep508:

Expand Down
4 changes: 2 additions & 2 deletions docs/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Glossary

execution environment
execution environments are container images intended to be used as Ansible control nodes.
Starting in version 2.0, `ansible-runner <https://ansible-runner.readthedocs.io/en/latest/>`_.
Starting in version 2.0, `ansible-runner <https://docs.ansible.com/projects/runner/en/latest/>`_.
can make use of these images.


Control node
The machine or container running Ansible.
See the `Ansible documentation <https://docs.ansible.com/ansible/latest/network/getting_started/basic_concepts.html#control-node>`_
See the `Ansible documentation <https://docs.ansible.com/projects/ansible/latest/network/getting_started/basic_concepts.html#control-node>`_
for a more comprehensive explanation.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Before you start using Ansible Builder, you should understand the following conc
What are execution environments?
================================

Refer to the `Getting started with Execution Environments guide <https://docs.ansible.com/ansible/devel/getting_started_ee/index.html>`_ for details.
Refer to the `Getting started with Execution Environments guide <https://docs.ansible.com/projects/ansible/devel/getting_started_ee/index.html>`_ for details.

Quickstart for Ansible Builder
==============================
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Install from PyPI

.. note::

An **alternative** approach to installing ``ansible-builder`` is using the ``ansible-dev-tools`` package. `Ansible Development Tools (ADT) <https://ansible.readthedocs.io/projects/dev-tools/>`_ is a single Python package that includes all necessary tools to set up a development environment, generate new collections, build and test the content.
An **alternative** approach to installing ``ansible-builder`` is using the ``ansible-dev-tools`` package. `Ansible Development Tools (ADT) <https://docs.ansible.com/projects/dev-tools/>`_ is a single Python package that includes all necessary tools to set up a development environment, generate new collections, build and test the content.

.. code-block:: shell

Expand Down
2 changes: 1 addition & 1 deletion docs/scenario_guides/scenario_custom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In the example below, we will take a look at


You can provide environment variables such as ``ANSIBLE_GALAXY_SERVER_LIST``, ``ANSIBLE_GALAXY_SERVER_AUTOMATION_HUB_URL`` and ``ANSIBLE_GALAXY_SERVER_AUTOMATION_HUB_AUTH_URL`` using the ``ENV`` directive.
See `configuring Galaxy client <https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#configuring-the-ansible-galaxy-client>`_ for more details.
See `configuring Galaxy client <https://docs.ansible.com/projects/ansible/latest/galaxy/user_guide.html#configuring-the-ansible-galaxy-client>`_ for more details.

For security reasons, we do not want to store sensitive information in this case `ANSIBLE_GALAXY_SERVER_AUTOMATION_HUB_TOKEN`.
You can use `ARG` directive to receive sensitive information from the user as input. `--build-args` can be used
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = ansible-builder
author = Ansible, Inc.
author_email = [email protected]
description = "A tool for building Ansible Execution Environments"
url = https://ansible-builder.readthedocs.io
url = https://docs.ansible.com/projects/builder/en/latest/
long_description = file: README.md
long_description_content_type = text/markdown
license_files =
Expand Down