Install Ansible development tools from an RPM package
Ansible development tools are available as an RPM package for Red Hat Enterprise Linux. Install the tools on your local RHEL system using a package manager.
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