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

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions doc/ec2/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Molecule EC2 Plugin
:alt: Python Black Code Style

.. image:: https://img.shields.io/badge/Code%20of%20Conduct-silver.svg
:target: https://docs.ansible.com/ansible/latest/community/code_of_conduct.html
:target: https://docs.ansible.com/projects/ansible/latest/community/code_of_conduct.html
:alt: Ansible Code of Conduct

.. image:: https://img.shields.io/badge/Mailing%20lists-silver.svg
:target: https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information
:target: https://docs.ansible.com/projects/ansible/latest/community/communication.html#mailing-list-information
:alt: Ansible mailing lists

.. image:: https://img.shields.io/badge/license-MIT-brightgreen.svg
Expand Down Expand Up @@ -105,15 +105,15 @@ Then run
export AWS_REGION=us-east-1

You can read more about managing AWS credentials with Ansible modules
in the official documentation of the `Ansible AWS modules <https://docs.ansible.com/ansible/latest/collections/amazon/aws>`_
in the official documentation of the `Ansible AWS modules <https://docs.ansible.com/projects/ansible/latest/collections/amazon/aws/>`_

Documentation
=============

Details on the parameters for the platforms section are detailed in
`<platforms.rst>`__.

Read the molecule documentation and more at https://molecule.readthedocs.io/.
Read the molecule documentation and more at https://docs.ansible.com/projects/molecule/.

.. _get-involved:

Expand All @@ -131,7 +131,7 @@ Get Involved
.. _`molecule-users Forum`: https://groups.google.com/forum/#!forum/molecule-users
.. _`wiki`: https://github.com/ansible/community/wiki/Molecule
.. _`ansible-announce list`: https://groups.google.com/group/ansible-announce
.. _`communication page`: https://docs.ansible.com/ansible/latest/community/communication.html
.. _`communication page`: https://docs.ansible.com/projects/ansible/latest/community/communication.html

.. _authors:

Expand Down
6 changes: 3 additions & 3 deletions doc/vagrant/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Molecule Vagrant Plugin
:alt: Python Black Code Style

.. image:: https://img.shields.io/badge/Code%20of%20Conduct-silver.svg
:target: https://docs.ansible.com/ansible/latest/community/code_of_conduct.html
:target: https://docs.ansible.com/projects/ansible/latest/community/code_of_conduct.html
:alt: Ansible Code of Conduct

.. image:: https://img.shields.io/badge/Mailing%20lists-silver.svg
:target: https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information
:target: https://docs.ansible.com/projects/ansible/latest/community/communication.html#mailing-list-information
:alt: Ansible mailing lists

.. image:: https://img.shields.io/badge/license-MIT-brightgreen.svg
Expand Down Expand Up @@ -154,7 +154,7 @@ Get Involved
.. _`molecule-users Forum`: https://groups.google.com/forum/#!forum/molecule-users
.. _`wiki`: https://github.com/ansible/community/wiki/Molecule
.. _`ansible-announce list`: https://groups.google.com/group/ansible-announce
.. _`communication page`: https://docs.ansible.com/ansible/latest/community/communication.html
.. _`communication page`: https://docs.ansible.com/projects/ansible/latest/community/communication.html
.. _`scenarios directory`: https://github.com/ansible-community/molecule-vagrant/tree/main/molecule_vagrant/test/scenarios/molecule
.. _authors:

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ openstack = [

[project.urls]
homepage = "https://github.com/ansible-community/molecule-plugins"
documentation = "https://molecule.readthedocs.io/"
documentation = "https://docs.ansible.com/projects/molecule/"
repository = "https://github.com/ansible-community/molecule-plugins"
changelog = "https://github.com/ansible-community/molecule-plugins/releases"

Expand Down
2 changes: 1 addition & 1 deletion src/molecule_plugins/azure/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Azure(Driver):
Molecule leverages Ansible's `azure_module`_, by mapping variables
from ``molecule.yml`` into ``create.yml`` and ``destroy.yml``.

.. _`azure_module`: https://docs.ansible.com/ansible/latest/guide_azure.html
.. _`azure_module`: https://docs.ansible.com/projects/ansible/latest/guide_azure.html

.. code-block:: yaml

Expand Down
4 changes: 2 additions & 2 deletions src/molecule_plugins/docker/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ class Docker(Driver):
Molecule leverages Ansible's `docker_network`_ module, by mapping variable
``docker_networks`` into ``create.yml`` and ``destroy.yml``.

.. _`docker_container`: https://docs.ansible.com/ansible/latest/modules/docker_container_module.html
.. _`docker_network`: https://docs.ansible.com/ansible/latest/modules/docker_network_module.html
.. _`docker_container`: https://docs.ansible.com/collections.html
.. _`docker_network`: https://docs.ansible.com/collections.html
.. _`Docker Security Configuration`: https://docs.docker.com/engine/reference/run/#security-configuration
.. _`Docker daemon socket options`: https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-socket-option

Expand Down
2 changes: 1 addition & 1 deletion src/molecule_plugins/openstack/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Openstack(Driver):
The class responsible for managing `Openstack`_ instances. `Openstack`_ is
`not` the default driver used in Molecule.

.. _`openstack_collection`: https://docs.ansible.com/ansible/latest/collections/openstack/cloud/index.html
.. _`openstack_collection`: https://docs.ansible.com/projects/ansible/latest/collections/openstack/cloud/index.html

.. code-block:: yaml

Expand Down
2 changes: 1 addition & 1 deletion src/molecule_plugins/podman/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Podman(Driver):
Molecule uses Podman ansible connector and podman CLI while mapping
variables from ``molecule.yml`` into ``create.yml`` and ``destroy.yml``.

.. _`podman connection`: https://docs.ansible.com/ansible/latest/plugins/connection/podman.html
.. _`podman connection`: https://docs.ansible.com/projects/ansible/latest/plugins/connection/podman.html

.. code-block:: yaml

Expand Down
2 changes: 1 addition & 1 deletion test/containers/functional/.ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ansible-lint config for functional testing, used to bypass expected metadata
# errors in molecule-generated roles. Loaded via the metadata_lint_update
# pytest helper. For reference, see "E7xx - metadata" in:
# https://docs.ansible.com/ansible-lint/rules/default_rules.html
# https://docs.ansible.com/projects/lint/rules/
skip_list:
# metadata/701 - Role info should contain platforms
- "701"
Expand Down
2 changes: 1 addition & 1 deletion test/ec2/functional/.ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ansible-lint config for functional testing, used to bypass expected metadata
# errors in molecule-generated roles. Loaded via the metadata_lint_update
# pytest helper. For reference, see "E7xx - metadata" in:
# https://docs.ansible.com/ansible-lint/rules/default_rules.html
# https://docs.ansible.com/projects/lint/rules/
skip_list:
# metadata/701 - Role info should contain platforms
- "701"
Expand Down
2 changes: 1 addition & 1 deletion test/gce/functional/.ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ansible-lint config for functional testing, used to bypass expected metadata
# errors in molecule-generated roles. Loaded via the metadata_lint_update
# pytest helper. For reference, see "E7xx - metadata" in:
# https://docs.ansible.com/ansible-lint/rules/default_rules.html
# https://docs.ansible.com/projects/lint/rules/
skip_list:
# metadata/701 - Role info should contain platforms
- "701"
Expand Down
2 changes: 1 addition & 1 deletion test/openstack/.ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ansible-lint config for functional testing, used to bypass expected metadata
# errors in molecule-generated roles. Loaded via the metadata_lint_update
# pytest helper. For reference, see "E7xx - metadata" in:
# https://docs.ansible.com/ansible-lint/rules/default_rules.html
# https://docs.ansible.com/projects/lint/rules/
skip_list:
# metadata/701 - Role info should contain platforms
- "701"
Expand Down
Loading