tripleo-ipa/ansible-collections-requirements.yml
afariasa fa63e4f3d9 Replacing community.general ipa modules with ansible-freeipa
The community.general ipa modules used in tripleo-ipa don't work
under FIPS deployment. This patch is fixing that by replacing it
with the ansible-freeipa ipa modules.

Co-Author: Ade Lee <alee@redhat.com>
Co-Author: Grzegorz Grasza <xek@redhat.com>
Change-Id: Ibfd1b34fdf3d533579512f531ac8619b356f9ba0
2022-08-01 11:04:01 +02:00

12 lines
309 B
YAML

collections:
- containers.podman
# - community.general
# Until community.general release is out use latest from git
- name: https://github.com/ansible-collections/community.general
type: git
version: main
- freeipa.ansible_freeipa
- ansible.posix
- ansible.netcommon
- openstack.cloud