Files
fedora-infra_ansible/roles
Nils Philippsen 3d1c5218f7 ipa/client: Combine operations on the IPA server
The reason for this is to avoid having to do the same or similar things
over and over again for each host in the play, especially since these
operations are delegated to the IPA server, i.e. had to run sequentially
host after host in order to avoid race conditions.

To achieve this, the IPA client related group variables are prepared in
suitable structures in `prepare-ipa-info.yml` and consumed by
`common.yml`, `hbac.yml` and `sudo.yml`, which do most operations in one
go per e.g. host group on the affected IPA server(s).

Additionally:
- Remove compat for legacy `fas_client_groups`, only check for its
  presence and warn.
- Remove the prepared but masked out task to manage password-less sudo
  access.
- Make yamllint a little happier on the changed files.

Signed-off-by: Nils Philippsen <nils@redhat.com>
2021-02-12 14:25:25 +00:00
..
2021-02-11 12:34:22 +01:00
2021-02-02 10:43:58 +00:00
2021-02-09 19:09:18 +01:00
2020-11-21 18:43:27 -08:00
2021-02-05 16:47:01 +01:00
2020-09-01 22:56:23 +02:00
2021-02-09 19:09:18 +01:00
2021-02-09 19:09:18 +01:00
2021-02-12 09:52:00 +01:00
2020-10-11 18:58:30 -05:00
2021-02-09 19:09:18 +01:00
2021-02-09 19:09:18 +01:00
2021-02-11 19:22:45 -05:00
2021-02-04 21:05:18 +00:00
2020-07-15 15:29:20 +00:00
2020-11-10 12:20:50 -08:00

Space for our ansible roles - ansible 1.2 and above only