How to Install and Uninstall ansible-freeipa.noarch Package on Oracle Linux 9

Last updated: April 30,2024

1. Install "ansible-freeipa.noarch" package

This guide let you learn how to install ansible-freeipa.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install ansible-freeipa.noarch

2. Uninstall "ansible-freeipa.noarch" package

This tutorial shows how to uninstall ansible-freeipa.noarch on Oracle Linux 9:

$ sudo dnf remove ansible-freeipa.noarch $ sudo dnf autoremove

3. Information about the ansible-freeipa.noarch package on Oracle Linux 9

Last metadata expiration check: 3:38:07 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ansible-freeipa
Version : 1.11.1
Release : 1.el9
Architecture : noarch
Size : 907 k
Source : ansible-freeipa-1.11.1-1.el9.src.rpm
Repository : ol9_appstream
Summary : Roles and playbooks to deploy FreeIPA servers, replicas and clients
URL : https://github.com/freeipa/ansible-freeipa
License : GPL-3.0-or-later
Description : Ansible roles to install and uninstall FreeIPA servers, replicas and clients,
: roles for backups and SmartCard configuration, modules for management and also
: playbooks for all roles and modules.
:
: Note: The Ansible playbooks and roles require a configured Ansible environment
: where the Ansible nodes are reachable and are properly set up to have an IP
: address and a working package manager.
:
: Features
:
: - Server, replica and client deployment
: - Cluster deployments: Server, replicas and clients in one playbook
: - One-time-password (OTP) support for client installation
: - Repair mode for clients
: - Backup and restore, also to and from controller
: - Smartcard setup for servers and clients
: - Modules for automembership rule management
: - Modules for automount key management
: - Modules for automount location management
: - Modules for automount map management
: - Modules for certificate management
: - Modules for config management
: - Modules for delegation management
: - Modules for dns config management
: - Modules for dns forwarder management
: - Modules for dns record management
: - Modules for dns zone management
: - Modules for group management
: - Modules for hbacrule management
: - Modules for hbacsvc management
: - Modules for hbacsvcgroup management
: - Modules for host management
: - Modules for hostgroup management
: - Modules for idrange management
: - Modules for location management
: - Modules for netgroup management
: - Modules for permission management
: - Modules for privilege management
: - Modules for pwpolicy management
: - Modules for role management
: - Modules for self service management
: - Modules for server management
: - Modules for service management
: - Modules for service delegation rule management
: - Modules for service delegation target management
: - Modules for sudocmd management
: - Modules for sudocmdgroup management
: - Modules for sudorule management
: - Modules for topology management
: - Modules for trust management
: - Modules for user management
: - Modules for vault management
:
: Supported FreeIPA Versions
:
: FreeIPA versions 4.6 and up are supported by all roles.
:
: The client role supports versions 4.4 and up, the server role is working with
: versions 4.5 and up, the replica role is currently only working with versions
: 4.6 and up.
:
: Supported Distributions
:
: - RHEL/CentOS 7.4+
: - Fedora 26+
: - Ubuntu
: - Debian 10+ (ipaclient only, no server or replica!)
:
: Requirements
:
: Controller
: - Ansible version: 2.8+ (ansible-freeipa is an Ansible Collection)
:
: Node
: - Supported FreeIPA version (see above)
: - Supported distribution (needed for package installation only, see above)
:
: Limitations
:
: External signed CA is now supported. But the currently needed two step process
: is an issue for the processing in a simple playbook.
: Work is planned to have a new method to handle CSR for external signed CAs in
: a separate step before starting the server installation.