Install Ansible development tools from an RPM package
Ansible development tools are bundled in the Ansible Automation Platform RPM (Red Hat Package Manager) package. Refer to the RPM installation documentation for information on installing Ansible Automation Platform.
Before you begin
- You have installed a supported version of Red Hat Enterprise Linux.
- You have registered your system with Red Hat Subscription Manager.
- You have installed a containerization platform, for example Podman or Docker.
Procedure
Results
- Verify that the Ansible development tools have been installed:
$ rpm -aq | grep ansible-dev-toolsIf the installation was successful, the output shows the
ansible-dev-toolspackage and its version number, for example:ansible-dev-tools-25.8.3-1.el9ap.noarch - On successful installation, you can view the help documentation for the
ansible-creatorutility:$ ansible-creator --help usage: ansible-creator [-h] [--version] command ... The fastest way to generate all your ansible content. Positional arguments: command add Add resources to an existing Ansible project. init Initialize a new Ansible project. Options: --version Print ansible-creator version and exit. -h --help Show this help message and exit