You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ body:
10
10
**Thank you for reporting a bug in Ansible Runner.**
11
11
12
12
If this is a question about using `ansible-runner`, please do not use a new issue for your question.
13
-
New issues should be used only for submitting a new bug report. Please consult the [Community guide](https://ansible.readthedocs.io/projects/runner/en/latest/community/)
13
+
New issues should be used only for submitting a new bug report. Please consult the [Community guide](https://docs.ansible.com/projects/runner/en/latest/community/)
14
14
for information on how to submit your question to the [Ansible Forum](https://forum.ansible.com/).
[](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html)
[](https://docs.ansible.com/projects/ansible/latest/community/code_of_conduct.html)
Ansible Runner is a tool and Python library that helps when interfacing with Ansible directly or as part of another system. Ansible Runner works as a standalone tool, a container image interface, or a Python module that can be imported. The goal is to provide a stable and consistent interface abstraction to Ansible.
Copy file name to clipboardExpand all lines: docs/community.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Here's how to reach the community.
9
9
Code of Conduct
10
10
---------------
11
11
12
-
All communication and interactions in the Ansible community are governed by the `Ansible code of conduct <https://docs.ansible.com/ansible/devel/community/code_of_conduct.html>`_.
12
+
All communication and interactions in the Ansible community are governed by the `Ansible code of conduct <https://docs.ansible.com/projects/ansible/devel/community/code_of_conduct.html>`_.
@@ -22,7 +22,7 @@ Search by categories and tags to find interesting topics or start a new one; sub
22
22
23
23
* `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-runner``, ``playbook``, and ``awx``.
24
24
* `Posts tagged with 'ansible-runner' <https://forum.ansible.com/tag/ansible-runner>`_: subscribe to participate in project-related conversations.
25
-
* `Bullhorn newsletter <https://docs.ansible.com/ansible/devel/community/communication.html#the-bullhorn>`_: used to announce releases and important changes.
25
+
* `Bullhorn newsletter <https://docs.ansible.com/projects/ansible/devel/community/communication.html>`_: used to announce releases and important changes.
26
26
* `Social Spaces <https://forum.ansible.com/c/chat/4>`_: gather and interact with fellow enthusiasts.
27
27
* `News & Announcements <https://forum.ansible.com/c/news/5>`_: track project-wide announcements including social events.
Copy file name to clipboardExpand all lines: docs/execution_environments.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Using Runner with Execution Environments
5
5
6
6
.. note::
7
7
8
-
For an Execution Environments general technology overview and to learn how get started using it in a few easy steps, see the `Getting started with Execution Environments guide <https://docs.ansible.com/ansible/devel/getting_started_ee/index.html>`_.
8
+
For an Execution Environments general technology overview and to learn how get started using it in a few easy steps, see the `Getting started with Execution Environments guide <https://docs.ansible.com/projects/ansible/devel/getting_started_ee/index.html>`_.
9
9
10
10
**Execution Environments** are meant to be a consistent, reproducible, portable,
11
11
and shareable method to run Ansible Automation jobs in the exact same way on
Copy file name to clipboardExpand all lines: docs/intro.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,8 +95,8 @@ the environment variables that will be added to the environment at run-time::
95
95
have to worry about the format of certain prompts emitted from **Ansible** itself. In particular, vault passwords need to become more flexible.
96
96
97
97
**Ansible** itself is set up to emit passwords to certain prompts, these prompts can be requested (``-k`` for example to prompt for the connection password).
98
-
Likewise, prompts can be emitted via `vars_prompt <https://docs.ansible.com/ansible/latest/user_guide/playbooks_prompts.html>`_ and also
In order for **Runner** to respond with the correct password, it needs to be able to match the prompt and provide the correct password. This is currently supported
102
102
by providing a yaml or json formatted file with a regular expression and a value to emit, for example::
@@ -157,7 +157,7 @@ The process isolation settings are meant to control the process isolation featur
157
157
* ``process_isolation_ro_paths``: ``None`` Path or list of paths on the system that should be exposed to the playbook run as read-only.
158
158
159
159
These settings instruct **Runner** to execute **Ansible** tasks inside a container environment.
160
-
For information about building execution environments, see `ansible-builder <https://ansible-builder.readthedocs.io/>`_.
160
+
For information about building execution environments, see `ansible-builder <https://docs.ansible.com/projects/builder/en/latest/>`_.
161
161
162
162
To execute **Runner** with an execution environment:
163
163
@@ -189,7 +189,7 @@ Modules
189
189
Roles
190
190
-----
191
191
192
-
**Runner** has the ability to execute `Roles <https://docs.ansible.com/ansible/latest/user_guide/playbooks_reuse_roles.html>`_ directly without first needing
192
+
**Runner** has the ability to execute `Roles <https://docs.ansible.com/projects/ansible/latest/user_guide/playbooks_reuse_roles.html>`_ directly without first needing
193
193
a playbook to reference them. This directory holds roles used for that. Behind the scenes, **Runner** will generate a playbook and invoke the ``Role``.
0 commit comments