
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
12 lines
309 B
YAML
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
|