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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A [recorded demo](https://codeberg.org/ansible-community/ara/raw/branch/master/d

## How it works

ARA Records Ansible results to SQLite, MySQL and PostgreSQL databases with a standard [callback plugin](https://docs.ansible.com/ansible/latest/plugins/callback.html).
ARA Records Ansible results to SQLite, MySQL and PostgreSQL databases with a standard [callback plugin](https://docs.ansible.com/projects/ansible/latest/plugins/callback.html).

This plugin gathers data as Ansible runs and sends it to a Django REST API server:

Expand Down
2 changes: 1 addition & 1 deletion doc/source/ansible-plugins-and-use-cases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ or as environment variables:
Recording ad-hoc commands
~~~~~~~~~~~~~~~~~~~~~~~~~

It is possible to record `ad-hoc commands <https://docs.ansible.com/ansible/latest/user_guide/intro_adhoc.html>`_ in
It is possible to record `ad-hoc commands <https://docs.ansible.com/projects/ansible/latest/user_guide/intro_adhoc.html>`_ in
addition to playbooks since ara 1.4.1 and Ansible 2.9.7.

Ad-hoc command recording can be enabled by setting to ``true`` the ``ANSIBLE_LOAD_CALLBACK_PLUGINS`` environment
Expand Down
4 changes: 2 additions & 2 deletions doc/source/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ send an event and you can react to it with a callback.
You could use a callback to do things like print additional details or, in the
case of ARA, record the playbook run data in a database.

.. _Ansible Callbacks: https://docs.ansible.com/ansible/dev_guide/developing_plugins.html
.. _Ansible Callbacks: https://docs.ansible.com/projects/ansible/latest/dev_guide/developing_plugins.html

What versions of Ansible are supported ?
----------------------------------------
Expand All @@ -32,7 +32,7 @@ For example, if the latest version of Ansible is 2.9, then the latest release
of ARA will support 2.9 as well as 2.8 and 2.7.

For more information on Ansible's release and maintenance cycle, you can refer
to the `Ansible documentation <https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html>`_.
to the `Ansible documentation <https://docs.ansible.com/projects/ansible/latest/reference_appendices/release_and_maintenance.html>`_.

If you are using a release of Ansible that is no longer supported, it doesn't
mean that ARA won't work but it will no longer be tested. We strongly encourage
Expand Down
2 changes: 1 addition & 1 deletion tests/container_test_tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Assuming running from checked out source
# This is done here instead of the play vars because Zuul uses this var and passes it to the playbook as an inventory var
# which has less precedence than play vars.
# https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_variables.html#understanding-variable-precedence
# https://docs.ansible.com/projects/ansible/latest/playbook_guide/playbooks_variables.html#understanding-variable-precedence
_default_source: "{{ playbook_dir | dirname }}"
command: "{{ ara_api_source | default(_default_source) }}/contrib/container-images/{{ item.script }} {{ item.name }}:{{ item.tag }}"

Expand Down