From 6d858323740b70a648c17dd8c92c60305f04dc1f Mon Sep 17 00:00:00 2001 From: Cristiano Nicolai <570894+cristianonicolai@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:58:03 +1000 Subject: [PATCH] Add creator link to docs --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 0e3b87f6..ed2d4fea 100644 --- a/docs/index.md +++ b/docs/index.md @@ -26,6 +26,7 @@ The curated list of tools installed as part of the Ansible Development Tools inc - [ansible-core](https://github.com/ansible/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. - [ansible-builder](https://github.com/ansible/ansible-builder): Ansible Builder automates the process of building execution environments using the schemas and tooling defined in various Ansible Collections and by the user. +- [ansible-creator](https://github.com/ansible/ansible-creator): The fastest way to generate all your ansible content! - [ansible-lint](https://github.com/ansible/ansible-lint): Checks playbooks for practices and behavior that could potentially be improved. - [ansible-navigator](https://github.com/ansible/ansible-navigator) A text-based user interface (TUI) for Ansible. - [ansible-sign](https://github.com/ansible/ansible-sign): Utility for signing and verifying Ansible project directory contents.