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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,13 +28,13 @@ The curated list of tools installed as part of the Ansible automation developer
28
28
29
29
## Communication
30
30
31
-
Refer to our [Communication guide](https://ansible.readthedocs.io/projects/dev-tools/contributor-guide/#talk-to-us) for details.
31
+
Refer to our [Communication guide](https://docs.ansible.com/projects/dev-tools/contributor-guide/#talk-to-us) for details.
32
32
33
33
## Installation
34
34
35
35
`python3 -m pip install ansible-dev-tools`
36
36
37
-
A VsCode compatible devcontainer is also available which is a great way to develop ansible content. The image name is [community-ansible-dev-tools](https://ansible.readthedocs.io/projects/dev-tools/container/).
37
+
A VsCode compatible devcontainer is also available which is a great way to develop ansible content. The image name is [community-ansible-dev-tools](https://docs.ansible.com/projects/dev-tools/container/).
Copy file name to clipboardExpand all lines: docs/container.md
+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
@@ -29,18 +29,18 @@ You can simply copy over the `.devcontainer` directory to your Ansible project a
29
29
30
30
To use this image with [Github Codespaces](https://docs.github.com/en/codespaces/overview), copy the [`devcontainer.json`](https://github.com/ansible/ansible-dev-tools/blob/main/.devcontainer/devcontainer.json) in this repo to your project and push to Github.
31
31
32
-
**Note:** If you are planning to start writing a new Ansible playbook project or collection, use [Ansible Creator](https://ansible.readthedocs.io/projects/creator) to scaffold it for you and your project/collection will already have all the `.devcontainer` files ready.
32
+
**Note:** If you are planning to start writing a new Ansible playbook project or collection, use [Ansible Creator](https://docs.ansible.com/projects/creator/) to scaffold it for you and your project/collection will already have all the `.devcontainer` files ready.
33
33
34
34
### Using this image as an EE
35
35
36
-
This image can also be used as an Ansible Execution Environment (EE). If you're not familiar with what an EE is, checkout the documentation in [Getting started with EE](https://docs.ansible.com/ansible/devel/getting_started_ee/index.html). It is shipped with the following Ansible collections:
36
+
This image can also be used as an Ansible Execution Environment (EE). If you're not familiar with what an EE is, checkout the documentation in [Getting started with EE](https://docs.ansible.com/projects/ansible/devel/getting_started_ee/index.html). It is shipped with the following Ansible collections:
37
37
38
38
- ansible.netcommon
39
39
- ansible.posix
40
40
- ansible.scm
41
41
- ansible.utils
42
42
43
-
You can also create a new EE based on this with more Ansible collections (or Python/System packages) of your choice by using Ansible Builder. Read this [documentation](https://ansible.readthedocs.io/projects/builder/en/latest/) to know about ansible-builder.
43
+
You can also create a new EE based on this with more Ansible collections (or Python/System packages) of your choice by using Ansible Builder. Read this [documentation](https://docs.ansible.com/projects/builder/en/latest/) to know about ansible-builder.
44
44
45
45
The below example shows how to make a custom EE that adds the `amazon.aws` and `cisco.nxos` collections as well as the `ansible-pylibssh` python package to this image.
46
46
@@ -62,7 +62,7 @@ The below example shows how to make a custom EE that adds the `amazon.aws` and `
Once this image is built, you can use [`ansible-navigator`](https://ansible.readthedocs.io/projects/navigator/) to reference this image and run your playbooks!
65
+
Once this image is built, you can use [`ansible-navigator`](https://docs.ansible.com/projects/navigator/) to reference this image and run your playbooks!
Copy file name to clipboardExpand all lines: docs/contributor-guide.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,18 +75,18 @@ At this moment the devspaces container is not tested by the CI, so it is importa
75
75
-[Posts tagged with 'devtools'](https://forum.ansible.com/tag/devtools): subscribe to participate in project-related conversations.
76
76
-[Social Spaces](https://forum.ansible.com/c/chat/4): gather and interact with fellow enthusiasts.
77
77
-[News & Announcements](https://forum.ansible.com/c/news/5): track project-wide announcements including social events.
78
-
-[Bullhorn newsletter](https://docs.ansible.com/ansible/devel/community/communication.html#the-bullhorn): used to announce releases and important changes.
78
+
-[Bullhorn newsletter](https://docs.ansible.com/projects/ansible/devel/community/communication.html#the-bullhorn): used to announce releases and important changes.
79
79
80
80
- We are also available on Matrix in the [#devtools:ansible.com](https://matrix.to/#/#devtools:ansible.com) room.
81
81
82
82
Possible security bugs should be reported via email to
83
83
<mailto:security@ansible.com>.
84
84
85
-
For more information about communication, see the [Ansible communication guide](https://docs.ansible.com/ansible/devel/community/communication.html).
85
+
For more information about communication, see the [Ansible communication guide](https://docs.ansible.com/projects/ansible/devel/community/communication.html).
86
86
87
87
## Code of Conduct
88
88
89
89
Please see the official [Ansible Community Code of Conduct].
90
90
91
-
[Ansible Community Code of Conduct]: https://docs.ansible.com/ansible/latest/community/code_of_conduct.html
91
+
[Ansible Community Code of Conduct]: https://docs.ansible.com/projects/ansible/latest/community/code_of_conduct.html
92
92
[creating your fork on github]: https://docs.github.com/en/get-started/quickstart/contributing-to-projects
Copy file name to clipboardExpand all lines: docs/devspaces.md
+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
@@ -73,4 +73,4 @@ Contributions to this repository are welcome! If you find any issues or have sug
73
73
74
74
## Code of Conduct
75
75
76
-
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 you have questions or need assistance, please reach out to our community team at [codeofconduct@ansible.com](mailto:codeofconduct@ansible.com)
76
+
We ask all of our community members and contributors to adhere to the [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 [codeofconduct@ansible.com](mailto:codeofconduct@ansible.com)
Copy file name to clipboardExpand all lines: docs/index.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,21 +30,21 @@ For those looking for an IDE-based experience, we also recommend you get familia
30
30
31
31
The curated list of tools installed as part of the Ansible Development Tools includes:
32
32
33
-
-[ansible-builder](https://ansible.readthedocs.io/projects/builder/): Ansible Builder automates the process of building execution environments using the schemas and tooling defined in various Ansible Collections and by the user.
34
-
-[ansible-core](https://ansible.readthedocs.io/projects/ansible/): Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems.
35
-
-[ansible-creator](https://ansible.readthedocs.io/projects/creator/): The fastest way to generate all your ansible content!
36
-
-[ansible-dev-environment](https://ansible.readthedocs.io/projects/dev-environment/): A pip-like install for Ansible collections.
37
-
-[ansible-lint](https://ansible.readthedocs.io/projects/lint/): Checks playbooks for practices and behavior that could potentially be improved.
38
-
-[ansible-navigator](https://ansible.readthedocs.io/projects/navigator/) A text-based user interface (TUI) for Ansible.
39
-
-[ansible-sign](https://ansible.readthedocs.io/projects/sign/): Utility for signing and verifying Ansible project directory contents.
40
-
-[molecule](https://ansible.readthedocs.io/projects/molecule/): Molecule aids in the development and testing of Ansible content: collections, playbooks and roles
41
-
-[pytest-ansible](https://ansible.readthedocs.io/projects/pytest-ansible/): A pytest plugin that enables the use of ansible in tests, enables the use of pytest as a collection unit test runner, and exposes molecule scenarios using a pytest fixture.
42
-
-[tox-ansible](https://ansible.readthedocs.io/projects/tox-ansible/): The tox-ansible plugin dynamically creates a full matrix of python interpreter and ansible-core version environments for running integration, sanity, and unit for an ansible collection both locally and in a Github action. tox virtual environments are leveraged for collection building, collection installation, dependency installation, and testing.
33
+
-[ansible-builder](https://docs.ansible.com/projects/builder/en/latest/): Ansible Builder automates the process of building execution environments using the schemas and tooling defined in various Ansible Collections and by the user.
34
+
-[ansible-core](https://docs.ansible.com/projects/ansible/latest/): Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems.
35
+
-[ansible-creator](https://docs.ansible.com/projects/creator/): The fastest way to generate all your ansible content!
36
+
-[ansible-dev-environment](https://docs.ansible.com/projects/dev-environment/): A pip-like install for Ansible collections.
37
+
-[ansible-lint](https://docs.ansible.com/projects/lint/): Checks playbooks for practices and behavior that could potentially be improved.
38
+
-[ansible-navigator](https://docs.ansible.com/projects/navigator/) A text-based user interface (TUI) for Ansible.
39
+
-[ansible-sign](https://docs.ansible.com/projects/sign/en/latest/): Utility for signing and verifying Ansible project directory contents.
40
+
-[molecule](https://docs.ansible.com/projects/molecule/): Molecule aids in the development and testing of Ansible content: collections, playbooks and roles
41
+
-[pytest-ansible](https://docs.ansible.com/projects/pytest-ansible/): A pytest plugin that enables the use of ansible in tests, enables the use of pytest as a collection unit test runner, and exposes molecule scenarios using a pytest fixture.
42
+
-[tox-ansible](https://docs.ansible.com/projects/tox-ansible/): The tox-ansible plugin dynamically creates a full matrix of python interpreter and ansible-core version environments for running integration, sanity, and unit for an ansible collection both locally and in a Github action. tox virtual environments are leveraged for collection building, collection installation, dependency installation, and testing.
43
43
44
44
## Getting started
45
45
46
46
To get started, follow the [installation](installation.md) steps to get ansible-dev-tools setup and check [User Guide](user-guide/index.md) for more details.
47
47
48
48
## Community
49
49
50
-
Questions, feedback, or contributions? Join the Ansible community on [Matrix](https://matrix.to/#/#devtools:ansible.com) or [open an issue](https://github.com/ansible/ansible-dev-tools/issues/new). We're dedicated to supporting your Ansible automation journey! For more details on how to interact with our community, please visit the [Ansible Communication](https://docs.ansible.com/ansible/latest/community/communication.html) page.
50
+
Questions, feedback, or contributions? Join the Ansible community on [Matrix](https://matrix.to/#/#devtools:ansible.com) or [open an issue](https://github.com/ansible/ansible-dev-tools/issues/new). We're dedicated to supporting your Ansible automation journey! For more details on how to interact with our community, please visit the [Ansible Communication](https://docs.ansible.com/projects/ansible/latest/community/communication.html) page.
Copy file name to clipboardExpand all lines: docs/user-guide/building-collection.md
+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
@@ -48,7 +48,7 @@ $ ansible-galaxy collection list
48
48
49
49
- Due to its installation method using pip4a, you can change module code dynamically and observe the effects during playbook execution.
50
50
51
-
NOTE: for details regarding the module development, refer to the [ansible module development docs](https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_general.html).
51
+
NOTE: for details regarding the module development, refer to the [ansible module development docs](https://docs.ansible.com/projects/ansible/latest/dev_guide/developing_modules_general.html).
52
52
53
53
## Using ansible-lint to check module syntax in the playbook
0 commit comments