Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ansible-freeipa-1.12.0-2.el8 RPM for noarch

From CentOS 8-stream AppStream for aarch64 / Packages

Name: ansible-freeipa Distribution: CentOS
Version: 1.12.0 Vendor: CentOS
Release: 2.el8 Build date: Tue Nov 28 15:23:39 2023
Group: Unspecified Build host: aarch64-01.stream.rdu2.redhat.com
Size: 2157258 Source RPM: ansible-freeipa-1.12.0-2.el8.src.rpm
Packager: builder@centos.org
Url: https://github.com/freeipa/ansible-freeipa
Summary: Roles and playbooks to deploy FreeIPA servers, replicas and clients
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 idoverridegroup management
- Modules for idoverrideuser management
- Modules for idp management
- Modules for idrange management
- Modules for idview 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.13+

  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.

Provides

Requires

License

GPL-3.0-or-later

Changelog

* Tue Nov 28 2023 Thomas Woerner <twoerner@redhat.com> - 1.12.0-2
  - Fix test_pwpolicy for https://pagure.io/freeipa/issue/9297
    Related: RHEL-13746
* Mon Nov 27 2023 Thomas Woerner <twoerner@redhat.com> - 1.12.0-1
  - Update to version 1.12.0
    https://github.com/freeipa/ansible-freeipa/releases/tag/v1.12.0
    Resolves: RHEL-13746
  - New idoverridegroup management module.
    Resolves: RHEL-16935
  - New idoverrideuser management module.
    Resolves: RHEL-16941
  - New idview management module.
    Resolves: RHEL-16933
  - New idp management module.
    Resolves: RHEL-16938
  - idoverride{user,group}: Fix delete_continue with state absent
    Resolves: RHEL-16682
* Mon Jul 24 2023 Thomas Woerner <twoerner@redhat.com> - 1.11.1-1
  - Update to version 1.11.1
    https://github.com/freeipa/ansible-freeipa/releases/tag/v1.11.1
    Resolves: RHBZ#2170371
  - ipaautomountmap: add support for indirect maps
    Resolves: RHBZ#2050158
  - ipauser: Add support to modify GECOS field
    Resolves: RHBZ#2168022
  - ipauser: Add support for parameter "street"
    Resolves: RHBZ#2215532
  - ipauser: Add support for SMB attributes
    Resolves: RHBZ#2215534
  - ipauser: Support for External IdP attributes
    Resolves: RHBZ#2215539
  - Fix handling of ipapwpolicy attributes usercheck and dictcheck
    Resolves: RHBZ#2215543
  - Update authtypes authind
    Resolves: RHBZ#2215540
* Mon Jun 12 2023 Thomas Woerner <twoerner@redhat.com> - 1.11.0-1
  - Update to version 1.11.0
    https://github.com/freeipa/ansible-freeipa/releases/tag/v1.11.0
    Resolves: RHBZ#2170371
  - Multiple service management
    Resolves: RHBZ#2175769
  - New ipacert module
    Resolves: RHBZ#2127906
  - Fix maxsequence handling in ipapwpolicy module
    Resolves: RHBZ#2214295
* Wed Apr 05 2023 Thomas Woerner <twoerner@redhat.com> - 1.10.0-1
  - Update to version 1.10.0
    https://github.com/freeipa/ansible-freeipa/releases/tag/v1.10.0
    Resolves: RHBZ#2170371
  - ipareplica/server: Enable removal from domain with undeployment
    Resolves: RHBZ#2127901
  - ipagroup: Allow multiple group management
    Resolves: RHBZ#2175762
  - ipaserver: Allow deployments with random serial numbers
    Resolves: RHBZ#2127904
  - ipagroup: Fix ensuring external group members (without trust-ad)
    Resolves: RHBZ#2183820
  - ipaclient: Add subid option to select the sssd profile with-subid
    Resolves: RHBZ#2175766
  - ipaclient: Fix allow_repair with removed krb5.conf and DNS lookup
    Resolves: RHBZ#1759785
  - ipaclient: Keep server affinity while deploying as long as possible
    Resolves: RHBZ#2175755
* Tue Jan 31 2023 Thomas Woerner <twoerner@redhat.com> - 1.9.2-1
  - Update to version 1.9.2
    https://github.com/freeipa/ansible-freeipa/releases/tag/v1.9.2
    Resolves: RHBZ#2125591
  - ipabackup: Use ipabackup_item again in copy_backup_to_server
    Resolves: RHBZ#2165951
* Mon Jan 30 2023 Thomas Woerner <twoerner@redhat.com> - 1.9.1-1
  - Update to version 1.9.1
    https://github.com/freeipa/ansible-freeipa/releases/tag/v1.9.1
    Resolves: RHBZ#2125591
  - pwpolicy: Allow clearing policy values
    Resolves: RHBZ#2150332
  - Use netgroup_find instead of netgroup_show to workaround IPA bug
    Resolves: RHBZ#2144724
* Wed Dec 07 2022 Thomas Woerner <twoerner@redhat.com> - 1.9.0-1
  - Update to version 1.9.0
    https://github.com/freeipa/ansible-freeipa/releases/tag/v1.9.0
    Related: RHBZ#2125591
  - pwpolicy: Add support for password check and grace limit
    Resolves: RHBZ#2015288
  - ipaconfig: Do not allow enable_sid set to False
    Resolves: RHBZ#2127447
  - ipaclient: No kinit on controller for deployment using OTP
    Resolves: RHBZ#2127885
  - ipaclient: Configure DNS resolver
    Resolves: RHBZ#2127894
  - New netgroup management module
    Resolves: RHBZ#2127908
  - sudorule: Add support for 'hostmask' parameter
    Resolves: RHBZ#2127912
  - ipaconfig: Fix fail_json calls
    Resolves: RHBZ#2128460
  - ipaconfig: Do not require enable_sid for add_sids or netbios_name
    Resolves: RHBZ#2134530
  - ipaserver: Add missing idstart check
    Resolves: RHBZ#2132729
* Mon Sep 12 2022 Thomas Woerner <twoerner@redhat.com> - 1.8.4-1
  - Update to version 1.8.4
    https://github.com/freeipa/ansible-freeipa/releases/tag/v1.8.4
    Resolves: RHBZ#2125591
  - 'ansible-doc' -l lists most idm modules as 'UNDOCUMENTED'
    Resolves: RHBZ#2121362
  - ansible-freeipa Replica Install Setup DNS fails
    Resolves: RHBZ#2120415
  - ipaconfig does not support SID and netbios attributes
    Resolves: RHBZ#2069174
* Tue Aug 16 2022 Thomas Woerner <twoerner@redhat.com> - 1.8.3-1
  - Update to version 1.8.3
    https://github.com/freeipa/ansible-freeipa/releases/tag/v1.8.3
    Related: RHBZ#2080321
  - Fixes replica deployment issue for domains without SID support.
    Related: RHBZ#2110491
* Thu Jul 28 2022 Thomas Woerner <twoerner@redhat.com> - 1.8.2-1
  - Update to version 1.8.2
    https://github.com/freeipa/ansible-freeipa/releases/tag/v1.8.2
    Related: RHBZ#2080321
  - SIDs are always generated for server and replica deployments
    Resolves: RHBZ#2110491
  - Random Serial Numbers are not enabled by default any more
    Resolves: RHBZ#2110526
  - Fixes comparison of bool values in IPA 4.9.10+ for ipadnsconfig
    Resolves: RHBZ#2110539
* Thu Jul 07 2022 Thomas Woerner <twoerner@redhat.com> - 1.8.1-1
  - Update to version 1.8.1
    https://github.com/freeipa/ansible-freeipa/releases/tag/v1.8.1
    Related: RHBZ#2080321
  - ipa server deploys failing with latest IPA compose
    Resolves: RHBZ#2103928
  - ipaserver_external_cert_files failes to copy with ansible 2.13
    Resolves: RHBZ#2104842
* Fri Jun 24 2022 Thomas Woerner <twoerner@redhat.com> - 1.8.0-1
  - idrange: Fix usage of dom_name when idrange doesn't exist.
    Resolves: RHBZ#2086993
  - smartcard roles for ansible-freeipa
    Resolves: RHBZ#2076554
* Fri Apr 29 2022 Thomas Woerner <twoerner@redhat.com> - 1.7.0-1
  - Update to version 1.7.0
    https://github.com/freeipa/ansible-freeipa/releases/tag/v1.7.0
    Resolves: RHBZ#2080321
  - New idrange management module.
    Resolves: RHBZ#1921545
  - Not able to update empty descriptions in automount maps.a
    Resolves: RHBZ#2048552
  - New servicedelegationrule management module.
    Resolves: RHBZ#2069170
  - New servicedelegationtarget management module.
    Resolves: RHBZ#2069172
  - Add support for managing idoverrideusers in ipagroup.
    Resolves: RHBZ#2069173
* Thu Jan 27 2022 Thomas Woerner <twoerner@redhat.com> - 1.6.3-1
  - Update to version 1.6.3
    https://github.com/freeipa/ansible-freeipa/releases/tag/v1.6.3
    Related: RHBZ#2010621
* Wed Jan 26 2022 Thomas Woerner <twoerner@redhat.com> - 1.6.2-1
  - Update to version 1.6.2
    https://github.com/freeipa/ansible-freeipa/releases/tag/v1.6.2
    Related: RHBZ#2010621
* Fri Jan 21 2022 Thomas Woerner <twoerner@redhat.com> - 1.6.1-1
  - Update to version 1.6.1
    https://github.com/freeipa/ansible-freeipa/releases/tag/v1.6.1
    https://github.com/freeipa/ansible-freeipa/releases/tag/v1.6.0
    Related: RHBZ#2010621
  - Add module to manage automount maps
    Resolves: RHBZ#2040462
  - Add module to manage automount keys
    Resolves: RHBZ#2040464
  - Client deploy failing with ipaadmin keytab and OTP due to latest ansible
    version
    Resolves: RHBZ#2041753
* Wed Dec 29 2021 Thomas Woerner <twoerner@redhat.com> - 1.5.3-1
  - Update to version 1.5.3
    https://github.com/freeipa/ansible-freeipa/releases/tag/v1.5.3
    https://github.com/freeipa/ansible-freeipa/releases/tag/v1.5.2
    https://github.com/freeipa/ansible-freeipa/releases/tag/v1.5.1
    https://github.com/freeipa/ansible-freeipa/releases/tag/v1.5.0
    Related: RHBZ#2010621
  - automember set default group/hostgroup is missing from the automember module
    Resolves: RHBZ#1999912
  - automember remove default group/hostgroup is missing from the automember
    module
    Resolves: RHBZ#1999913
  - automember rebuild is missing from the automember module
    Resolves: RHBZ#1999915
  - automember remove orphans group/hostgroup is missing from the automember
    module
    Resolves: RHBZ#1999916
  - Not able to update existing automember rule description
    Resolves: RHBZ#2021393
* Tue Oct 05 2021 Thomas Woerner <twoerner@redhat.com> - 0.4.0-1
  - Update to version 0.4.0
    https://github.com/freeipa/ansible-freeipa/releases/tag/v0.4.0
    Resolves: RHBZ#2010621
  - Add ability to run modules remotely
    Resolves: RHBZ#1918025
  - New management module ipaautomountlocation
    Resolves: RHBZ#2010639
* Tue Jul 13 2021 Thomas Woerner <twoerner@redhat.com> - 0.3.8-1
  - Update to version 0.3.8
    https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.8
    Related: RHBZ#1959875
  - automember: Verify condition keys
    Related: RHBZ#1976926
* Tue Jul 13 2021 Thomas Woerner <twoerner@redhat.com> - 0.3.7-1
  - Update to version 0.3.7
    https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.7
    Related: RHBZ#1959875
  - automember: Fix action to be automember or member, not service
    Resolves: RRBZ#1976923
  - automember: Fix result["failed"] issues with conditions
    Resolves: RRBZ#1976926
* Wed Jun 09 2021 Thomas Woerner <twoerner@redhat.com> - 0.3.6-3
  - Apply fix for ipabackup: Use module to get IPA_BACKUP_DIR from ipaplatform
    Related: RRBZ#1969847
* Wed Jun 09 2021 Thomas Woerner <twoerner@redhat.com> - 0.3.6-2
  - ipabackup: Use module to get IPA_BACKUP_DIR from ipaplatform
    Resolves: RRBZ#1969847
* Mon Jun 07 2021 Thomas Woerner <twoerner@redhat.com> - 0.3.6-1
  - Update to version 0.3.6
    https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.6
    Resolves: RHBZ#1959875
  - ansible-freeipa-tests not in the compose
    Resolves: RHBZ#1936869
  - Remove unsupported parameter for (ipapermission) module: perm_rights from
    permission-present.yml
    Resolves: RHBZ#1921654
  - Sample playbook included for selfservice module is incorrect
    Resolves: RHBZ#1922060
  - ipa-client-install failing with error code 7(keytab: /usr/sbin/ipa-rmkeytab
    returned 7)
    Resolves: RHBZ#1935123
  - New management module ipaserver
    Resolves: RHBZ#1966493
  - New management module ipaautomember
    Resolves: RHBZ#1966496
* Mon Jan 18 2021 Thomas Woerner <twoerner@redhat.com> - 0.3.2-1
  - Update to version 0.3.2
    https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.2
    Related: RHBZ#1891826
  - Not able to add additional privileges with existing privilege in role module
    Resolves: RHBZ#1893678
  - Required error message while adding non-existing members in role handling
    Resolves: RHBZ#1893679
  - Not able to add new members with existing members role handling
    Resolves: RHBZ#1893684
  - service members are removed while updating other members in role handling
    Resolves: RHBZ#1893685
  - after changing the vault type from standard to symmetric, Salt is missing
    Resolves: RHBZ#1880367
  - After changing the vault type from symmetric to asymmetric, Salt is present
    in the asymmetric vault
    Resolves: RHBZ#1880377
  - After changing the vault type from asymmetric to the standard vault, the
    Public key is present in the standard vault
    Resolves: RHBZ#1880378
  - Not able to replace public-key-file to the public-key in asymmetric vault
    type
    Resolves: RHBZ#1880862
  - ipauser module does not seem to support --check flag to ansible-playbook
    Resolves: RHBZ#1893675
  - Not able to add additional attributes with existing attributes in permission
    handling
    Resolves: RHBZ#1893687
  - Privilege variable is removed from permission handling
    Resolves: RHBZ#1893688
* Wed Dec 02 2020 Thomas Woerner <twoerner@redhat.com> - 0.3.1-1
  - Update to version 0.3.1
    https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.1
    Related: RHBZ#1891826
  - ipabackup: Fix undefined vars for conditions in shell tasks without else
    Related: RHBZ#1894494
* Tue Dec 01 2020 Thomas Woerner <twoerner@redhat.com> - 0.3.0-2
  - Ship ipabackup role for backup and restore
    Related: RHBZ#1894494
* Thu Nov 26 2020 Thomas Woerner <twoerner@redhat.com> - 0.3.0-1
  - Update to version 0.3.0
    https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.0
    With tests sub package
    Resolves: RHBZ#1891826
  - Support for firewalld zone in ipaserver and ipareplica roles 
    Resolves: RHBZ#1894488
  - ipagroup: Add support for the IPA CLI option `posix`
    Resolves: RHBZ#1894493
  - New ipabackup role for backup and restore
    Resolves: RHBZ#1894494
  - New management module ipadelegation
    Resolves: RHBZ#1894496
  - New management module ipalocation
    Resolves: RHBZ#1894497
  - New management module ipaprivilege
    Resolves: RHBZ#1894498
  - New management module ipapermission
    Resolves: RHBZ#1894499
  - New management module iparole
    Resolves: RHBZ#1894500
  - New management module ipaselfservice
    Resolves: RHBZ#1894501
  - New management module ipatrust
    Resolves: RHBZ#1894502
  - Fixed log of vault data return when retrieving to a file
    Resolves: RHBZ#1875378
  - ipadnszone: Fix modification o SOA serial with other attributes
    Resolves: RHBZ#1876896
  - Fix symmetric vault password change when using password_files
    Resolves: RHBZ#1879004
  - ipadnsrecord: fix record modification behavior
    Resolves: RHBZ#1880409
    Resolves: RHBZ#1881452
  - ipadnsrecord: fix record update when multiple records exist
    Resolves: RHBZ#1881436
* Tue Aug 18 2020 Thomas Woerner <twoerner@redhat.com> - 0.1.12-6
  - Allow to manage multiple dnszone entries
    Resolves: RHBZ#1845058
  - Fixed error msgs on FreeIPABaseModule subclasses
    Resolves: RHBZ#1845051
  - Fix `allow_create_keytab_host` in service module
    Resolves: RHBZ#1868020
  - Modified return value for ipavault module
    Resolves: RHBZ#1867909
  - Add support for option `name_from_ip` in ipadnszone module
    Resolves: RHBZ#1845056
  - Fixe password behavior on Vault module
    Resolves: RHBZ#1839200
* Tue Jul 14 2020 Thomas Woerner <twoerner@redhat.com> - 0.1.12-5
  - ipareplica: Fix failure while deploying KRA
    Resolves: RHBZ#1855299
* Thu Jul 02 2020 Thomas Woerner <twoerner@redhat.com> - 0.1.12-4
  - ipa[server,replica]: Fix pkcs12 info regressions introduced with CA-less
    Resolves: RHBZ#1853284
* Wed Jul 01 2020 Thomas Woerner <twoerner@redhat.com> - 0.1.12-3
  - action_plugins/ipaclient_get_otp: Discovered python needed in task_vars
    Resolves: RHBZ#1852714
* Mon Jun 29 2020 Thomas Woerner <twoerner@redhat.com> - 0.1.12-2
  - Fixes service disable when service has no certificates attached
    Resolves: RHBZ#1836294
  - Add suppport for changing password of symmetric vaults
    Resolves: RHBZ#1839197
  - Fix forwardzone issues
    Resolves: RHBZ#1843826
    Resolves: RHBZ#1843828
    Resolves: RHBZ#1843829
    Resolves: RHBZ#1843830
    Resolves: RHBZ#1843831
  - ipa[host]group: Fix membermanager unknow user issue
    Resolves: RHBZ#1848426
  - ipa[user,host]: Fail on duplucate names in the users and hosts lists
    Resolves: RHBZ#1822683
* Mon Jun 15 2020 Thomas Woerner <twoerner@redhat.com> - 0.1.12-1
  - Update to version 0.1.12 bug fix only release
    Related: RHBZ#1818768
* Thu Jun 11 2020 Thomas Woerner <twoerner@redhat.com> - 0.1.11-1
  - Update to version 0.1.11
    Related: RHBZ#1818768
* Mon Apr 27 2020 Thomas Woerner <twoerner@redhat.com> - 0.1.10-1
  - Update to version 0.1.10:
    - ipaclient: Not delete keytab when ipaclient_on_master is true
    - New module to manage dns forwarder zones in ipa
    - Enhancements of sudorule module tests
    - Gracefully handle RuntimeError raised during parameter validation in
      fail_jso
    - ipareplica_prepare: Fix module DOCUMENTATION
    - ipa[server,replica,client]: setup_logging wrapper for
      standard_logging_setup
    - Created FreeIPABaseModule class to facilitate creation of new modules
    - New IPADNSZone module
    - Add admin password to the ipadnsconfig module tests
    - Added alias module arguments in dnszone module
    - Fixed a bug in AnsibleFreeIPAParams
    - utils/build-galaxy-release: Do not add release tag to version for galaxy
    - ipaserver docs: Calm down module linter
    - galaxy.yml: Add system tag
    - ipareplica_setup_kra: Remove unused ccache parameter
    - ipareplica_setup_krb: krb is assigned to but never used
    - utils/galaxy: Make galaxy scripts more generic
    - galaxyfy-playbook.py: Fixed script name
    Related: RHBZ#1818768
* Thu Feb 20 2020 Thomas Woerner <twoerner@redhat.com> - 0.1.8-3
  - ipahost: Do not fail on missing DNS or zone when no IP address given
    Resolves: RHBZ#1804838
* Fri Feb 14 2020 Thomas Woerner <twoerner@redhat.com> - 0.1.8-2
  - Updated RPM description for ansible-freeipa 0.1.8
    Related: RHBZ#1748986
  - ipahost: Fix choices of auth_ind parameter, allow to reset parameter
    Resolves: RHBZ#1783992
  - ipauser: Allow reset of userauthtype, do not depend on first,last for mod
    Resolves: RHBZ#1784474
  - ipahost: Enhanced failure msg for member params used without member action
    Resolves: RHBZ#1783948
  - Add missing attributes to ipasudorule
    Resolves: RHBZ#1788168
    Resolves: RHBZ#1788035
    Resolves: RHBZ#1788024
  - ipapwpolicy: Use global_policy if name is not set
    Resolves: RHBZ#1797532
  - ipahbacrule: Fix handing of members with action hbacrule
    Resolves: RHBZ#1787996
  - ansible_freeipa_module: Fix comparison of bool parameters in compare_args_isa
    Resolves: RHBZ#1784514
  - ipahost: Add support for several IP addresses and also to change them
    Resolves: RHBZ#1783979
    Resolves: RHBZ#1783976
  - ipahost: Fail on action member for new hosts, fix dnsrecord_add reverse flag
    Resolves: RHBZ#1803026
* Sat Dec 14 2019 Thomas Woerner <twoerner@redhat.com> - 0.1.8-1
  - Update to version 0.1.8 (bug fix release)
    - roles/ipaclient/README.md: Add information about ipaclient_otp
    - Install and enable firewalld if it is configured for ipaserver and
      ipareplica roles
    - ipaserver_test: Do not use zone_overlap_check for domain name validation
    - Allow execution of API commands that do not require a name
    - Update README-host: Drop options from allow_*keytab parameters docs
    - ipauser: Extend email addresses with default email domain if no domain is
      given
      Resolves: RHBZ#1747413
    Related: RHBZ#1748986
* Mon Dec 02 2019 Thomas Woerner <twoerner@redhat.com> - 0.1.7-1
  - Update to version 0.1.7
    - Add debian support for ipaclient
    - Added support for predefining client OTP using ipaclient_otp
    - ipatopologysegment: Store suffix for commands in command list
    - ipatopologysegment: Fail for missing entry with reinitialized
    - Utils scripts: ansible-ipa-[server,replica,client]-install
    - ipaserver_test,ipareplica_prepare: Do not return _pkcs12_file settings
    - ansible_freeipa_module: Add support for GSSAPI
    - ansible_ipa_client: Drop import of configure_nsswitch_database
    - New host management module
    - New hostgroup management module
    - ipagroup: Remove unused member_[present,absent] states
    - external-ca tests: Fix typo in inventory files
    - tests/external-signed-ca tests: Fix external-ca.sh to use proper serials
    - ipagroup: Rework to use same mechanisms as ipahostgroup module
    - ansible_freeipa_module: api_command should not have extra try clause
    - ansible_freeipa_module: compare_args_ipa needs to compare lists orderless
    - ansible_freeipa_module: New function api_check_param
    - ansible_freeipa_module: New functions module_params_get and _afm_convert
    - ansible_freeipa_module: Add missing to_text import for _afm_convert
    - ansible_freeipa_module: Convert tuple to list in compare_args_ipa
    - ansible_freeipa_module: New function api_get_realm
    - ipauser: User module extension
    - New sudocmd management module
    - New sudocmdgroup management module
    - ansible_freeipa_module: Convert int to string in compare_args_ipa
    - New pwpolicy management module
    - New hbacsvc (HBAC Service) management module
    - New hbacsvcgroup (HBAC Service Group) management module
    - ipagroup: Properly support IPA versions 4.6 and RHEL-7
    - ipagroup: Fix changed flag, new test cases
    - ipauser: Add info about version limitation of passwordexpiration
    - New hbacrule (HBAC Rule) management module
    - ipahostgroup: Fix changed flag, support IPA 4.6 on RHEL-7, new test cases
    - New sudorule (Sudo Rule) management module
    - ipauser: Support 'sn' alias of 'last' for surname
    - Update galaxy.yml: Update description, drop empty dependencies
    - Update ipauser.py: Fix typo in users.name description
    - ipaclient: Fix misspelled sssd options
    - ipauser: Return generated random password
    - ipahost: Return generated random password
    - Added context configuration to api_connect
    - ansible_freeipa_module: Better support for KRB5CCNAME environment variable
    - ipa[server,replica,client]: Add support for CentOS-8
    - ipahost: Extension to be able handle several hosts and all settings
    - Flake8 fixes
    - Documentation updates
    - Cleanup
    Resolves: RHBZ#1748986
* Fri Sep 06 2019 Thomas Woerner <twoerner@redhat.com> - 0.1.6-4
  - ansible_ipa_client: Drop import of configure_nsswitch_database
    (RHBZ#1748905)
* Wed Jul 31 2019 Thomas Woerner <twoerner@redhat.com> - 0.1.6-3
  - ipatopologysegment: Store suffix for commands in command list (RHBZ#1733547)
  - ipatopologysegment: Fail for missing entry with reinitialized (RHBZ#1733559)
* Tue Jul 23 2019 Thomas Woerner <twoerner@redhat.com> - 0.1.6-2
  - Drop dirserv_cert_files key from utils/gen_module_docs.py for covscan
* Tue Jul 23 2019 Thomas Woerner <twoerner@redhat.com> - 0.1.6-1
  - update to version 0.1.6
    - Lots of documentation updates in READMEs and modules
    - library/ipaclient_get_otp: Enable force mode for host_add call (fixes #74)
    - Flake8 and pylint reated fixes
    - Fixed wrong path to CheckedIPAddress class in ipareplica_test
    - Remove unused ipaserver/library/ipaserver.py
    - No not use wildcard imports for modules
    - ipareplica: Add support for pki_config_override
    - ipareplica: Initialize dns.ip_addresses and dns.reverse_zones for dns setup
    - ipareplica_prepare: Properly initialize pin and cert_name variables
    - ipareplica: Fail with proper error messages
    - ipaserver: Properly set settings related to pkcs12 files
    - ipaclient: RawConfigParser is not always provided by six.moves.configparser
    - ipaclient_setup_nss: paths.GETENT is not available before
      freeipa-4.6.90.pre1
    - ipaserver_test: Initialize value from options.zonemgr
    - ipareplica_setup_custodia: create_replica only available in newer releases
    - ipaclient: Fix typo in dnsok assignment for ipaclient_setup_nss
    - ipa[server,replica]: Set _packages_adtrust for Ubuntu
    - New build script for galaxy release
    - New utils script to update module docs
  - Changes from ansible-freeipa-0.1.5
    - Support for IPA 4.8.0
    - New user management module
    - New group management module
    - ipaserver: Support external signed CA
    - RHEL-8 specific vars files to be able to install needed modules
      automatically
    - ipareplica: Fixes for certmonger and kra setup
    - New tests folder
    - OTP related updates to README files
* Thu Jul 04 2019 Thomas Woerner <twoerner@redhat.com> - 0.1.4-2
  - ansible_ipa_client: Always set options.unattended (RHBZ#1726645)
  - ipaserver_prepare: Properly report error, do show trace back (RHBZ#1726668)
  - ipa[server,replica,client]: RHEL-8 specific vars files (RHBZ#1727095)
  - ipatopology modules: Use ipaadmin_ prefix for principal and password
    (RHBZ#1727101)
* Mon Jun 17 2019 Thomas Woerner <twoerner@redhat.com> - 0.1.4-1
  - update to version 0.1.4
    - ipatopologysegment: Use commands, not command
* Mon Jun 17 2019 Thomas Woerner <twoerner@redhat.com> - 0.1.3-1
  - update to version 0.1.3
    - ipaclient_test: Fix Python2 decode use with Python3
    - Fixed: #86 (AttributeError: 'str' object has no attribute 'decode')
    - ipaclient_get_otp: Remove ansible_python_interpreter handling
    - ipaclient: Use omit (None) for password, keytab, no string length checks
    - ipaclient_join: Support to use ipaadmin_keytab without ipaclient_use_otp
    - ipaclient: Report error message if ipaclient_get_otp failed
    - Fixes #17 Improve how tasks manage package installation
    - ipareplica: The dm password is not needed for ipareplica_master_password
    - ipareplica: Use ipareplica_server if set
    - ipatopologysegment: Allow domain+ca suffix, new state: checked
    - Documentation updates
    - Cleanups
* Tue Jun 11 2019 Thomas Woerner <twoerner@redhat.com> - 0.1.2-3
  - bump release for functional test
* Tue Jun 11 2019 Thomas Woerner <twoerner@redhat.com> - 0.1.2-2
  - bump release for functional test
* Fri Jun 07 2019 Thomas Woerner <twoerner@redhat.com> - 0.1.2-1
  - update to version 0.1.2
    - Now a new Ansible Collection
    - Fix gssapi requirement for OTP: It is only needed if keytab is used with
      OTP now.
    - Fix wrong ansible argument types
    - Do not fail on textwrap for replica deployments with CA
    - Ansible lint and galaxy fixes
    - Disable automatic removal of replication agreements in uninstall
    - Enable freeipa-trust service if adtrust is enabled
    - Add support for hidden replica
    - New topology managament modules
    - Add support for pki_config_override
    - Fix host name setup in server deployment
    - Fix errors when ipaservers variable is not set
    - Fix ipaclient install role length typo
    - Cleanups
* Mon May 06 2019 Thomas Woerner <twoerner@redhat.com> - 0.1.1-1
  - Initial package

Files

/usr/share/ansible-freeipa/requirements-dev.txt
/usr/share/ansible-freeipa/requirements.txt
/usr/share/ansible-freeipa/utils
/usr/share/ansible-freeipa/utils/ansible-doc-test
/usr/share/ansible-freeipa/utils/ansible-freeipa.spec.in
/usr/share/ansible-freeipa/utils/build-galaxy-release.sh
/usr/share/ansible-freeipa/utils/build-srpm.sh
/usr/share/ansible-freeipa/utils/changelog
/usr/share/ansible-freeipa/utils/check_test_configuration.py
/usr/share/ansible-freeipa/utils/create_action_group.py
/usr/share/ansible-freeipa/utils/facts.py
/usr/share/ansible-freeipa/utils/galaxyfy-README.py
/usr/share/ansible-freeipa/utils/galaxyfy-module-EXAMPLES.py
/usr/share/ansible-freeipa/utils/galaxyfy-playbook.py
/usr/share/ansible-freeipa/utils/galaxyfy.py
/usr/share/ansible-freeipa/utils/gen_module_docs.py
/usr/share/ansible-freeipa/utils/gen_modules_docs.sh
/usr/share/ansible-freeipa/utils/get_test_modules.py
/usr/share/ansible-freeipa/utils/lint_check.sh
/usr/share/ansible-freeipa/utils/new_module
/usr/share/ansible-freeipa/utils/run-tests.sh
/usr/share/ansible-freeipa/utils/set_test_modules
/usr/share/ansible-freeipa/utils/templates
/usr/share/ansible-freeipa/utils/templates/README-module+member.md.in
/usr/share/ansible-freeipa/utils/templates/README-module.md.in
/usr/share/ansible-freeipa/utils/templates/ipamodule+member.py.in
/usr/share/ansible-freeipa/utils/templates/ipamodule.py.in
/usr/share/ansible-freeipa/utils/templates/module-absent.yml.in
/usr/share/ansible-freeipa/utils/templates/module-member-absent.yml.in
/usr/share/ansible-freeipa/utils/templates/module-member-present.yml.in
/usr/share/ansible-freeipa/utils/templates/module-present.yml.in
/usr/share/ansible-freeipa/utils/templates/test_module+member.yml.in
/usr/share/ansible-freeipa/utils/templates/test_module.yml.in
/usr/share/ansible-freeipa/utils/templates/test_module_client_context.yml.in
/usr/share/ansible/plugins/doc_fragments
/usr/share/ansible/plugins/doc_fragments/ipamodule_base_docs.py
/usr/share/ansible/plugins/module_utils
/usr/share/ansible/plugins/module_utils/ansible_freeipa_module.py
/usr/share/ansible/plugins/modules
/usr/share/ansible/plugins/modules/README.md
/usr/share/ansible/plugins/modules/ipaautomember.py
/usr/share/ansible/plugins/modules/ipaautomountkey.py
/usr/share/ansible/plugins/modules/ipaautomountlocation.py
/usr/share/ansible/plugins/modules/ipaautomountmap.py
/usr/share/ansible/plugins/modules/ipacert.py
/usr/share/ansible/plugins/modules/ipaconfig.py
/usr/share/ansible/plugins/modules/ipadelegation.py
/usr/share/ansible/plugins/modules/ipadnsconfig.py
/usr/share/ansible/plugins/modules/ipadnsforwardzone.py
/usr/share/ansible/plugins/modules/ipadnsrecord.py
/usr/share/ansible/plugins/modules/ipadnszone.py
/usr/share/ansible/plugins/modules/ipagroup.py
/usr/share/ansible/plugins/modules/ipahbacrule.py
/usr/share/ansible/plugins/modules/ipahbacsvc.py
/usr/share/ansible/plugins/modules/ipahbacsvcgroup.py
/usr/share/ansible/plugins/modules/ipahost.py
/usr/share/ansible/plugins/modules/ipahostgroup.py
/usr/share/ansible/plugins/modules/ipaidoverridegroup.py
/usr/share/ansible/plugins/modules/ipaidoverrideuser.py
/usr/share/ansible/plugins/modules/ipaidp.py
/usr/share/ansible/plugins/modules/ipaidrange.py
/usr/share/ansible/plugins/modules/ipaidview.py
/usr/share/ansible/plugins/modules/ipalocation.py
/usr/share/ansible/plugins/modules/ipanetgroup.py
/usr/share/ansible/plugins/modules/ipapermission.py
/usr/share/ansible/plugins/modules/ipaprivilege.py
/usr/share/ansible/plugins/modules/ipapwpolicy.py
/usr/share/ansible/plugins/modules/iparole.py
/usr/share/ansible/plugins/modules/ipaselfservice.py
/usr/share/ansible/plugins/modules/ipaserver.py
/usr/share/ansible/plugins/modules/ipaservice.py
/usr/share/ansible/plugins/modules/ipaservicedelegationrule.py
/usr/share/ansible/plugins/modules/ipaservicedelegationtarget.py
/usr/share/ansible/plugins/modules/ipasudocmd.py
/usr/share/ansible/plugins/modules/ipasudocmdgroup.py
/usr/share/ansible/plugins/modules/ipasudorule.py
/usr/share/ansible/plugins/modules/ipatopologysegment.py
/usr/share/ansible/plugins/modules/ipatopologysuffix.py
/usr/share/ansible/plugins/modules/ipatrust.py
/usr/share/ansible/plugins/modules/ipauser.py
/usr/share/ansible/plugins/modules/ipavault.py
/usr/share/ansible/roles/ipabackup
/usr/share/ansible/roles/ipabackup/README.md
/usr/share/ansible/roles/ipabackup/defaults
/usr/share/ansible/roles/ipabackup/defaults/main.yml
/usr/share/ansible/roles/ipabackup/library
/usr/share/ansible/roles/ipabackup/library/ipabackup_get_backup_dir.py
/usr/share/ansible/roles/ipabackup/meta
/usr/share/ansible/roles/ipabackup/meta/main.yml
/usr/share/ansible/roles/ipabackup/tasks
/usr/share/ansible/roles/ipabackup/tasks/backup.yml
/usr/share/ansible/roles/ipabackup/tasks/copy_backup_from_server.yml
/usr/share/ansible/roles/ipabackup/tasks/copy_backup_to_server.yml
/usr/share/ansible/roles/ipabackup/tasks/get_ipabackup_dir.yml
/usr/share/ansible/roles/ipabackup/tasks/main.yml
/usr/share/ansible/roles/ipabackup/tasks/remove_backup_from_server.yml
/usr/share/ansible/roles/ipabackup/tasks/restore.yml
/usr/share/ansible/roles/ipabackup/vars
/usr/share/ansible/roles/ipabackup/vars/Fedora.yml
/usr/share/ansible/roles/ipabackup/vars/RedHat-7.yml
/usr/share/ansible/roles/ipabackup/vars/RedHat-8.yml
/usr/share/ansible/roles/ipabackup/vars/Ubuntu-18.04.yml
/usr/share/ansible/roles/ipabackup/vars/Ubuntu.yml
/usr/share/ansible/roles/ipabackup/vars/default.yml
/usr/share/ansible/roles/ipaclient
/usr/share/ansible/roles/ipaclient/README.md
/usr/share/ansible/roles/ipaclient/defaults
/usr/share/ansible/roles/ipaclient/defaults/main.yml
/usr/share/ansible/roles/ipaclient/library
/usr/share/ansible/roles/ipaclient/library/ipaclient_api.py
/usr/share/ansible/roles/ipaclient/library/ipaclient_configure_dns_resolver.py
/usr/share/ansible/roles/ipaclient/library/ipaclient_fix_ca.py
/usr/share/ansible/roles/ipaclient/library/ipaclient_fstore.py
/usr/share/ansible/roles/ipaclient/library/ipaclient_get_otp.py
/usr/share/ansible/roles/ipaclient/library/ipaclient_ipa_conf.py
/usr/share/ansible/roles/ipaclient/library/ipaclient_join.py
/usr/share/ansible/roles/ipaclient/library/ipaclient_set_hostname.py
/usr/share/ansible/roles/ipaclient/library/ipaclient_setup_automount.py
/usr/share/ansible/roles/ipaclient/library/ipaclient_setup_certmonger.py
/usr/share/ansible/roles/ipaclient/library/ipaclient_setup_firefox.py
/usr/share/ansible/roles/ipaclient/library/ipaclient_setup_krb5.py
/usr/share/ansible/roles/ipaclient/library/ipaclient_setup_nis.py
/usr/share/ansible/roles/ipaclient/library/ipaclient_setup_nss.py
/usr/share/ansible/roles/ipaclient/library/ipaclient_setup_ntp.py
/usr/share/ansible/roles/ipaclient/library/ipaclient_setup_ssh.py
/usr/share/ansible/roles/ipaclient/library/ipaclient_setup_sssd.py
/usr/share/ansible/roles/ipaclient/library/ipaclient_temp_krb5.py
/usr/share/ansible/roles/ipaclient/library/ipaclient_test.py
/usr/share/ansible/roles/ipaclient/library/ipaclient_test_keytab.py
/usr/share/ansible/roles/ipaclient/meta
/usr/share/ansible/roles/ipaclient/meta/main.yml
/usr/share/ansible/roles/ipaclient/module_utils
/usr/share/ansible/roles/ipaclient/module_utils/ansible_ipa_client.py
/usr/share/ansible/roles/ipaclient/tasks
/usr/share/ansible/roles/ipaclient/tasks/install.yml
/usr/share/ansible/roles/ipaclient/tasks/main.yml
/usr/share/ansible/roles/ipaclient/tasks/uninstall.yml
/usr/share/ansible/roles/ipaclient/vars
/usr/share/ansible/roles/ipaclient/vars/Debian-10.yml
/usr/share/ansible/roles/ipaclient/vars/Debian.yml
/usr/share/ansible/roles/ipaclient/vars/Fedora-25.yml
/usr/share/ansible/roles/ipaclient/vars/Fedora-26.yml
/usr/share/ansible/roles/ipaclient/vars/RedHat-7.3.yml
/usr/share/ansible/roles/ipaclient/vars/RedHat-7.yml
/usr/share/ansible/roles/ipaclient/vars/RedHat-8.yml
/usr/share/ansible/roles/ipaclient/vars/Ubuntu-18.04.yml
/usr/share/ansible/roles/ipaclient/vars/default.yml
/usr/share/ansible/roles/ipareplica
/usr/share/ansible/roles/ipareplica/README.md
/usr/share/ansible/roles/ipareplica/defaults
/usr/share/ansible/roles/ipareplica/defaults/main.yml
/usr/share/ansible/roles/ipareplica/library
/usr/share/ansible/roles/ipareplica/library/ipareplica_add_to_ipaservers.py
/usr/share/ansible/roles/ipareplica/library/ipareplica_create_ipa_conf.py
/usr/share/ansible/roles/ipareplica/library/ipareplica_custodia_import_dm_password.py
/usr/share/ansible/roles/ipareplica/library/ipareplica_ds_apply_updates.py
/usr/share/ansible/roles/ipareplica/library/ipareplica_ds_enable_ssl.py
/usr/share/ansible/roles/ipareplica/library/ipareplica_enable_ipa.py
/usr/share/ansible/roles/ipareplica/library/ipareplica_install_ca_certs.py
/usr/share/ansible/roles/ipareplica/library/ipareplica_krb_enable_ssl.py
/usr/share/ansible/roles/ipareplica/library/ipareplica_master_password.py
/usr/share/ansible/roles/ipareplica/library/ipareplica_prepare.py
/usr/share/ansible/roles/ipareplica/library/ipareplica_promote_openldap_conf.py
/usr/share/ansible/roles/ipareplica/library/ipareplica_promote_sssd.py
/usr/share/ansible/roles/ipareplica/library/ipareplica_restart_kdc.py
/usr/share/ansible/roles/ipareplica/library/ipareplica_setup_adtrust.py
/usr/share/ansible/roles/ipareplica/library/ipareplica_setup_ca.py
/usr/share/ansible/roles/ipareplica/library/ipareplica_setup_certmonger.py
/usr/share/ansible/roles/ipareplica/library/ipareplica_setup_custodia.py
/usr/share/ansible/roles/ipareplica/library/ipareplica_setup_dns.py
/usr/share/ansible/roles/ipareplica/library/ipareplica_setup_ds.py
/usr/share/ansible/roles/ipareplica/library/ipareplica_setup_http.py
/usr/share/ansible/roles/ipareplica/library/ipareplica_setup_kra.py
/usr/share/ansible/roles/ipareplica/library/ipareplica_setup_krb.py
/usr/share/ansible/roles/ipareplica/library/ipareplica_setup_otpd.py
/usr/share/ansible/roles/ipareplica/library/ipareplica_test.py
/usr/share/ansible/roles/ipareplica/meta
/usr/share/ansible/roles/ipareplica/meta/main.yml
/usr/share/ansible/roles/ipareplica/module_utils
/usr/share/ansible/roles/ipareplica/module_utils/ansible_ipa_replica.py
/usr/share/ansible/roles/ipareplica/tasks
/usr/share/ansible/roles/ipareplica/tasks/install.yml
/usr/share/ansible/roles/ipareplica/tasks/main.yml
/usr/share/ansible/roles/ipareplica/tasks/uninstall.yml
/usr/share/ansible/roles/ipareplica/vars
/usr/share/ansible/roles/ipareplica/vars/Fedora-25.yml
/usr/share/ansible/roles/ipareplica/vars/Fedora-26.yml
/usr/share/ansible/roles/ipareplica/vars/Fedora-27.yml
/usr/share/ansible/roles/ipareplica/vars/Fedora.yml
/usr/share/ansible/roles/ipareplica/vars/RedHat-7.yml
/usr/share/ansible/roles/ipareplica/vars/RedHat-8.yml
/usr/share/ansible/roles/ipareplica/vars/Ubuntu-18.04.yml
/usr/share/ansible/roles/ipareplica/vars/Ubuntu.yml
/usr/share/ansible/roles/ipareplica/vars/default.yml
/usr/share/ansible/roles/ipaserver
/usr/share/ansible/roles/ipaserver/README.md
/usr/share/ansible/roles/ipaserver/defaults
/usr/share/ansible/roles/ipaserver/defaults/main.yml
/usr/share/ansible/roles/ipaserver/library
/usr/share/ansible/roles/ipaserver/library/ipaserver_enable_ipa.py
/usr/share/ansible/roles/ipaserver/library/ipaserver_get_connected_server.py
/usr/share/ansible/roles/ipaserver/library/ipaserver_load_cache.py
/usr/share/ansible/roles/ipaserver/library/ipaserver_master_password.py
/usr/share/ansible/roles/ipaserver/library/ipaserver_prepare.py
/usr/share/ansible/roles/ipaserver/library/ipaserver_set_ds_password.py
/usr/share/ansible/roles/ipaserver/library/ipaserver_setup_adtrust.py
/usr/share/ansible/roles/ipaserver/library/ipaserver_setup_ca.py
/usr/share/ansible/roles/ipaserver/library/ipaserver_setup_custodia.py
/usr/share/ansible/roles/ipaserver/library/ipaserver_setup_dns.py
/usr/share/ansible/roles/ipaserver/library/ipaserver_setup_ds.py
/usr/share/ansible/roles/ipaserver/library/ipaserver_setup_http.py
/usr/share/ansible/roles/ipaserver/library/ipaserver_setup_kra.py
/usr/share/ansible/roles/ipaserver/library/ipaserver_setup_krb.py
/usr/share/ansible/roles/ipaserver/library/ipaserver_setup_ntp.py
/usr/share/ansible/roles/ipaserver/library/ipaserver_setup_otpd.py
/usr/share/ansible/roles/ipaserver/library/ipaserver_test.py
/usr/share/ansible/roles/ipaserver/meta
/usr/share/ansible/roles/ipaserver/meta/main.yml
/usr/share/ansible/roles/ipaserver/module_utils
/usr/share/ansible/roles/ipaserver/module_utils/ansible_ipa_server.py
/usr/share/ansible/roles/ipaserver/tasks
/usr/share/ansible/roles/ipaserver/tasks/copy_external_cert.yml
/usr/share/ansible/roles/ipaserver/tasks/install.yml
/usr/share/ansible/roles/ipaserver/tasks/main.yml
/usr/share/ansible/roles/ipaserver/tasks/uninstall.yml
/usr/share/ansible/roles/ipaserver/vars
/usr/share/ansible/roles/ipaserver/vars/Fedora-25.yml
/usr/share/ansible/roles/ipaserver/vars/Fedora-26.yml
/usr/share/ansible/roles/ipaserver/vars/Fedora-27.yml
/usr/share/ansible/roles/ipaserver/vars/Fedora.yml
/usr/share/ansible/roles/ipaserver/vars/RedHat-7.yml
/usr/share/ansible/roles/ipaserver/vars/RedHat-8.yml
/usr/share/ansible/roles/ipaserver/vars/Ubuntu-18.04.yml
/usr/share/ansible/roles/ipaserver/vars/Ubuntu.yml
/usr/share/ansible/roles/ipaserver/vars/default.yml
/usr/share/ansible/roles/ipasmartcard_client
/usr/share/ansible/roles/ipasmartcard_client/README.md
/usr/share/ansible/roles/ipasmartcard_client/defaults
/usr/share/ansible/roles/ipasmartcard_client/defaults/main.yml
/usr/share/ansible/roles/ipasmartcard_client/files
/usr/share/ansible/roles/ipasmartcard_client/files/ipasmartcard_client_add_ca_to_sssd_auth_ca_db.sh
/usr/share/ansible/roles/ipasmartcard_client/files/ipasmartcard_client_add_ca_to_systemwide_db.sh
/usr/share/ansible/roles/ipasmartcard_client/files/ipasmartcard_client_add_pkcs11_module_to_systemwide_db.sh
/usr/share/ansible/roles/ipasmartcard_client/library
/usr/share/ansible/roles/ipasmartcard_client/library/ipasmartcard_client_get_vars.py
/usr/share/ansible/roles/ipasmartcard_client/library/ipasmartcard_client_validate_ca_certs.py
/usr/share/ansible/roles/ipasmartcard_client/meta
/usr/share/ansible/roles/ipasmartcard_client/meta/main.yml
/usr/share/ansible/roles/ipasmartcard_client/tasks
/usr/share/ansible/roles/ipasmartcard_client/tasks/main.yml
/usr/share/ansible/roles/ipasmartcard_client/vars
/usr/share/ansible/roles/ipasmartcard_client/vars/default.yml
/usr/share/ansible/roles/ipasmartcard_server
/usr/share/ansible/roles/ipasmartcard_server/README.md
/usr/share/ansible/roles/ipasmartcard_server/defaults
/usr/share/ansible/roles/ipasmartcard_server/defaults/main.yml
/usr/share/ansible/roles/ipasmartcard_server/files
/usr/share/ansible/roles/ipasmartcard_server/files/ipasmartcard_server_add_ca_to_sssd_auth_ca_db.sh
/usr/share/ansible/roles/ipasmartcard_server/files/ipasmartcard_server_add_ca_to_systemwide_db.sh
/usr/share/ansible/roles/ipasmartcard_server/files/ipasmartcard_server_enable_ocsp_directive.sh
/usr/share/ansible/roles/ipasmartcard_server/files/ipasmartcard_server_mark_httpd_cert_as_trusted.sh
/usr/share/ansible/roles/ipasmartcard_server/library
/usr/share/ansible/roles/ipasmartcard_server/library/ipasmartcard_server_get_vars.py
/usr/share/ansible/roles/ipasmartcard_server/library/ipasmartcard_server_validate_ca_certs.py
/usr/share/ansible/roles/ipasmartcard_server/meta
/usr/share/ansible/roles/ipasmartcard_server/meta/main.yml
/usr/share/ansible/roles/ipasmartcard_server/tasks
/usr/share/ansible/roles/ipasmartcard_server/tasks/main.yml
/usr/share/ansible/roles/ipasmartcard_server/vars
/usr/share/ansible/roles/ipasmartcard_server/vars/default.yml
/usr/share/doc/ansible-freeipa
/usr/share/doc/ansible-freeipa/README-automember.md
/usr/share/doc/ansible-freeipa/README-automountkey.md
/usr/share/doc/ansible-freeipa/README-automountlocation.md
/usr/share/doc/ansible-freeipa/README-automountmap.md
/usr/share/doc/ansible-freeipa/README-backup.md
/usr/share/doc/ansible-freeipa/README-cert.md
/usr/share/doc/ansible-freeipa/README-client.md
/usr/share/doc/ansible-freeipa/README-config.md
/usr/share/doc/ansible-freeipa/README-delegation.md
/usr/share/doc/ansible-freeipa/README-dnsconfig.md
/usr/share/doc/ansible-freeipa/README-dnsforwardzone.md
/usr/share/doc/ansible-freeipa/README-dnsrecord.md
/usr/share/doc/ansible-freeipa/README-dnszone.md
/usr/share/doc/ansible-freeipa/README-group.md
/usr/share/doc/ansible-freeipa/README-hbacrule.md
/usr/share/doc/ansible-freeipa/README-hbacsvc.md
/usr/share/doc/ansible-freeipa/README-hbacsvcgroup.md
/usr/share/doc/ansible-freeipa/README-host.md
/usr/share/doc/ansible-freeipa/README-hostgroup.md
/usr/share/doc/ansible-freeipa/README-idoverridegroup.md
/usr/share/doc/ansible-freeipa/README-idoverrideuser.md
/usr/share/doc/ansible-freeipa/README-idp.md
/usr/share/doc/ansible-freeipa/README-idrange.md
/usr/share/doc/ansible-freeipa/README-idview.md
/usr/share/doc/ansible-freeipa/README-location.md
/usr/share/doc/ansible-freeipa/README-netgroup.md
/usr/share/doc/ansible-freeipa/README-permission.md
/usr/share/doc/ansible-freeipa/README-privilege.md
/usr/share/doc/ansible-freeipa/README-pwpolicy.md
/usr/share/doc/ansible-freeipa/README-replica.md
/usr/share/doc/ansible-freeipa/README-role.md
/usr/share/doc/ansible-freeipa/README-selfservice.md
/usr/share/doc/ansible-freeipa/README-server.md
/usr/share/doc/ansible-freeipa/README-service.md
/usr/share/doc/ansible-freeipa/README-servicedelegationrule.md
/usr/share/doc/ansible-freeipa/README-servicedelegationtarget.md
/usr/share/doc/ansible-freeipa/README-smartcard_client.md
/usr/share/doc/ansible-freeipa/README-smartcard_server.md
/usr/share/doc/ansible-freeipa/README-sudocmd.md
/usr/share/doc/ansible-freeipa/README-sudocmdgroup.md
/usr/share/doc/ansible-freeipa/README-sudorule.md
/usr/share/doc/ansible-freeipa/README-topology.md
/usr/share/doc/ansible-freeipa/README-trust.md
/usr/share/doc/ansible-freeipa/README-user.md
/usr/share/doc/ansible-freeipa/README-vault.md
/usr/share/doc/ansible-freeipa/README.md
/usr/share/doc/ansible-freeipa/playbooks
/usr/share/doc/ansible-freeipa/playbooks/automember
/usr/share/doc/ansible-freeipa/playbooks/automember/automember-default-group-not-set.yml
/usr/share/doc/ansible-freeipa/playbooks/automember/automember-default-group-set.yml
/usr/share/doc/ansible-freeipa/playbooks/automember/automember-default-hostgroup-not-set.yml
/usr/share/doc/ansible-freeipa/playbooks/automember/automember-default-hostgroup-set.yml
/usr/share/doc/ansible-freeipa/playbooks/automember/automember-group-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/automember/automember-group-membership-all-users-rebuilt.yml
/usr/share/doc/ansible-freeipa/playbooks/automember/automember-group-membership-users-rebuilt.yml
/usr/share/doc/ansible-freeipa/playbooks/automember/automember-group-orphans-removed.yml
/usr/share/doc/ansible-freeipa/playbooks/automember/automember-group-present.yml
/usr/share/doc/ansible-freeipa/playbooks/automember/automember-hostgroup-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/automember/automember-hostgroup-membership-all-hosts-rebuilt.yml
/usr/share/doc/ansible-freeipa/playbooks/automember/automember-hostgroup-membership-hosts-rebuilt.yml
/usr/share/doc/ansible-freeipa/playbooks/automember/automember-hostgroup-orphans-removed.yml
/usr/share/doc/ansible-freeipa/playbooks/automember/automember-hostgroup-present.yml
/usr/share/doc/ansible-freeipa/playbooks/automember/automember-hostgroup-rule-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/automember/automember-hostgroup-rule-present.yml
/usr/share/doc/ansible-freeipa/playbooks/automount
/usr/share/doc/ansible-freeipa/playbooks/automount/automount-location-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/automount/automount-location-present.yml
/usr/share/doc/ansible-freeipa/playbooks/automount/automount-map-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/automount/automount-map-indirect-map.yml
/usr/share/doc/ansible-freeipa/playbooks/automount/automount-map-present.yml
/usr/share/doc/ansible-freeipa/playbooks/automount/automountkey-present.yml
/usr/share/doc/ansible-freeipa/playbooks/automount/automountkey-renamed.yml
/usr/share/doc/ansible-freeipa/playbooks/automount/automoutkey-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/backup-server-to-controller.yml
/usr/share/doc/ansible-freeipa/playbooks/backup-server.yml
/usr/share/doc/ansible-freeipa/playbooks/cert
/usr/share/doc/ansible-freeipa/playbooks/cert/cert-hold.yml
/usr/share/doc/ansible-freeipa/playbooks/cert/cert-release.yml
/usr/share/doc/ansible-freeipa/playbooks/cert/cert-request-host.yml
/usr/share/doc/ansible-freeipa/playbooks/cert/cert-request-service.yml
/usr/share/doc/ansible-freeipa/playbooks/cert/cert-request-user.yml
/usr/share/doc/ansible-freeipa/playbooks/cert/cert-retrieve.yml
/usr/share/doc/ansible-freeipa/playbooks/cert/cert-revoke.yml
/usr/share/doc/ansible-freeipa/playbooks/config
/usr/share/doc/ansible-freeipa/playbooks/config/change-ipa-domain-netbios-name.yml
/usr/share/doc/ansible-freeipa/playbooks/config/generate-users-groups-sids.yml
/usr/share/doc/ansible-freeipa/playbooks/config/retrieve-config.yml
/usr/share/doc/ansible-freeipa/playbooks/config/set-ca-renewal-master-server.yml
/usr/share/doc/ansible-freeipa/playbooks/copy-all-backups-from-server.yml
/usr/share/doc/ansible-freeipa/playbooks/copy-backup-from-controller.yml
/usr/share/doc/ansible-freeipa/playbooks/copy-backup-from-server.yml
/usr/share/doc/ansible-freeipa/playbooks/delegation
/usr/share/doc/ansible-freeipa/playbooks/delegation/delegation-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/delegation/delegation-member-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/delegation/delegation-member-present.yml
/usr/share/doc/ansible-freeipa/playbooks/delegation/delegation-present.yml
/usr/share/doc/ansible-freeipa/playbooks/dnsconfig
/usr/share/doc/ansible-freeipa/playbooks/dnsconfig/disable-global-forwarders.yml
/usr/share/doc/ansible-freeipa/playbooks/dnsconfig/disallow-reverse-sync.yml
/usr/share/doc/ansible-freeipa/playbooks/dnsconfig/forwarders-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/dnsconfig/forwarders-present.yml
/usr/share/doc/ansible-freeipa/playbooks/dnsconfig/set-configuration.yml
/usr/share/doc/ansible-freeipa/playbooks/dnsforwardzone
/usr/share/doc/ansible-freeipa/playbooks/dnsforwardzone/ensure-dnsforwardzone-is-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/dnsforwardzone/ensure-dnsforwardzone-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/dnsforwardzone/ensure-dnsforwardzone-with-forwarder-port.yml
/usr/share/doc/ansible-freeipa/playbooks/dnsrecord
/usr/share/doc/ansible-freeipa/playbooks/dnsrecord/ensure-A-and-AAAA-records-are-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/dnsrecord/ensure-A-and-AAAA-records-are-present.yml
/usr/share/doc/ansible-freeipa/playbooks/dnsrecord/ensure-CNAME-record-is-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/dnsrecord/ensure-CNAME-record-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/dnsrecord/ensure-MX-record-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/dnsrecord/ensure-PTR-record-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/dnsrecord/ensure-SRV-record-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/dnsrecord/ensure-SSHFP-record-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/dnsrecord/ensure-TLSA-record-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/dnsrecord/ensure-TXT-record-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/dnsrecord/ensure-URI-record-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/dnsrecord/ensure-dnsrecord-is-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/dnsrecord/ensure-dnsrecord-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/dnsrecord/ensure-dnsrecord-with-reverse-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/dnsrecord/ensure-multiple-A-records-are-present.yml
/usr/share/doc/ansible-freeipa/playbooks/dnsrecord/ensure-presence-multiple-records.yml
/usr/share/doc/ansible-freeipa/playbooks/dnszone
/usr/share/doc/ansible-freeipa/playbooks/dnszone/disable-zone-forwarders.yml
/usr/share/doc/ansible-freeipa/playbooks/dnszone/dnszone-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/dnszone/dnszone-all-params.yml
/usr/share/doc/ansible-freeipa/playbooks/dnszone/dnszone-disable.yml
/usr/share/doc/ansible-freeipa/playbooks/dnszone/dnszone-enable.yml
/usr/share/doc/ansible-freeipa/playbooks/dnszone/dnszone-present.yml
/usr/share/doc/ansible-freeipa/playbooks/dnszone/dnszone-reverse-from-ip.yml
/usr/share/doc/ansible-freeipa/playbooks/group
/usr/share/doc/ansible-freeipa/playbooks/group/add-group.yml
/usr/share/doc/ansible-freeipa/playbooks/group/add-groups-to-group.yml
/usr/share/doc/ansible-freeipa/playbooks/group/add-groups.yml
/usr/share/doc/ansible-freeipa/playbooks/group/add-user-to-group.yml
/usr/share/doc/ansible-freeipa/playbooks/group/delete-group.yml
/usr/share/doc/ansible-freeipa/playbooks/hbacrule
/usr/share/doc/ansible-freeipa/playbooks/hbacrule/ensure-hbarule-allhosts-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/hbacrule/ensure-hbarule-allhosts-disabled.yml
/usr/share/doc/ansible-freeipa/playbooks/hbacrule/ensure-hbarule-allhosts-enabled.yml
/usr/share/doc/ansible-freeipa/playbooks/hbacrule/ensure-hbarule-allhosts-present.yml
/usr/share/doc/ansible-freeipa/playbooks/hbacrule/ensure-hbarule-allhosts-server-member-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/hbacrule/ensure-hbarule-allhosts-server-member-present.yml
/usr/share/doc/ansible-freeipa/playbooks/hbacsvc
/usr/share/doc/ansible-freeipa/playbooks/hbacsvc/ensure-hbacsvc-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/hbacsvc/ensure-hbacsvc-present.yml
/usr/share/doc/ansible-freeipa/playbooks/hbacsvcgroup
/usr/share/doc/ansible-freeipa/playbooks/hbacsvcgroup/ensure-hbacsvcgroup-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/hbacsvcgroup/ensure-hbacsvcgroup-member-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/hbacsvcgroup/ensure-hbacsvcgroup-member-present.yml
/usr/share/doc/ansible-freeipa/playbooks/hbacsvcgroup/ensure-hbacsvcgroup-present.yml
/usr/share/doc/ansible-freeipa/playbooks/host
/usr/share/doc/ansible-freeipa/playbooks/host/add-host.yml
/usr/share/doc/ansible-freeipa/playbooks/host/delete-host.yml
/usr/share/doc/ansible-freeipa/playbooks/host/disable-host.yml
/usr/share/doc/ansible-freeipa/playbooks/host/ensure_host_with_randompassword.yml
/usr/share/doc/ansible-freeipa/playbooks/host/host-member-allow_create_keytab-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/host/host-member-allow_create_keytab-present.yml
/usr/share/doc/ansible-freeipa/playbooks/host/host-member-allow_retrieve_keytab-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/host/host-member-allow_retrieve_keytab-present.yml
/usr/share/doc/ansible-freeipa/playbooks/host/host-member-certificate-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/host/host-member-certificate-present.yml
/usr/share/doc/ansible-freeipa/playbooks/host/host-member-ipaddresses-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/host/host-member-ipaddresses-present.yml
/usr/share/doc/ansible-freeipa/playbooks/host/host-member-managedby_host-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/host/host-member-managedby_host-present.yml
/usr/share/doc/ansible-freeipa/playbooks/host/host-member-principal-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/host/host-member-principal-present.yml
/usr/share/doc/ansible-freeipa/playbooks/host/host-present-with-allow_create_keytab.yml
/usr/share/doc/ansible-freeipa/playbooks/host/host-present-with-allow_retrieve_keytab.yml
/usr/share/doc/ansible-freeipa/playbooks/host/host-present-with-certificate.yml
/usr/share/doc/ansible-freeipa/playbooks/host/host-present-with-managedby_host.yml
/usr/share/doc/ansible-freeipa/playbooks/host/host-present-with-principal.yml
/usr/share/doc/ansible-freeipa/playbooks/host/host-present-with-randompassword.yml
/usr/share/doc/ansible-freeipa/playbooks/host/host-present-with-several-ip-addresses.yml
/usr/share/doc/ansible-freeipa/playbooks/host/host-present.yml
/usr/share/doc/ansible-freeipa/playbooks/host/hosts-member-certificate-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/host/hosts-member-certificate-present.yml
/usr/share/doc/ansible-freeipa/playbooks/host/hosts-member-managedby_host-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/host/hosts-member-managedby_host-present.yml
/usr/share/doc/ansible-freeipa/playbooks/host/hosts-member-principal-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/host/hosts-member-principal-present.yml
/usr/share/doc/ansible-freeipa/playbooks/host/hosts-present-with-certificate.yml
/usr/share/doc/ansible-freeipa/playbooks/host/hosts-present-with-managedby_host.yml
/usr/share/doc/ansible-freeipa/playbooks/host/hosts-present-with-randompasswords.yml
/usr/share/doc/ansible-freeipa/playbooks/hostgroup
/usr/share/doc/ansible-freeipa/playbooks/hostgroup/ensure-hostgroup-is-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/hostgroup/ensure-hostgroup-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/hostgroup/ensure-hosts-and-hostgroups-are-absent-in-hostgroup.yml
/usr/share/doc/ansible-freeipa/playbooks/hostgroup/ensure-hosts-and-hostgroups-are-present-in-hostgroup.yml
/usr/share/doc/ansible-freeipa/playbooks/hostgroup/rename-hostgroup.yml
/usr/share/doc/ansible-freeipa/playbooks/idoverridegroup
/usr/share/doc/ansible-freeipa/playbooks/idoverridegroup/idoverridegroup-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/idoverridegroup/idoverridegroup-present.yml
/usr/share/doc/ansible-freeipa/playbooks/idoverrideuser
/usr/share/doc/ansible-freeipa/playbooks/idoverrideuser/idoverrideuser-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/idoverrideuser/idoverrideuser-certificate-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/idoverrideuser/idoverrideuser-certificate-present.yml
/usr/share/doc/ansible-freeipa/playbooks/idoverrideuser/idoverrideuser-present.yml
/usr/share/doc/ansible-freeipa/playbooks/idp
/usr/share/doc/ansible-freeipa/playbooks/idp/idp-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/idp/idp-present.yml
/usr/share/doc/ansible-freeipa/playbooks/idrange
/usr/share/doc/ansible-freeipa/playbooks/idrange/idrange-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/idrange/idrange-ad-posix-present.yml
/usr/share/doc/ansible-freeipa/playbooks/idrange/idrange-ad-present.yml
/usr/share/doc/ansible-freeipa/playbooks/idrange/idrange-present.yml
/usr/share/doc/ansible-freeipa/playbooks/idview
/usr/share/doc/ansible-freeipa/playbooks/idview/idview-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/idview/idview-host-applied.yml
/usr/share/doc/ansible-freeipa/playbooks/idview/idview-host-unapplied.yml
/usr/share/doc/ansible-freeipa/playbooks/idview/idview-present.yml
/usr/share/doc/ansible-freeipa/playbooks/install-client.yml
/usr/share/doc/ansible-freeipa/playbooks/install-cluster.yml
/usr/share/doc/ansible-freeipa/playbooks/install-replica.yml
/usr/share/doc/ansible-freeipa/playbooks/install-server.yml
/usr/share/doc/ansible-freeipa/playbooks/install-smartcard-clients.yml
/usr/share/doc/ansible-freeipa/playbooks/install-smartcard-replicas.yml
/usr/share/doc/ansible-freeipa/playbooks/install-smartcard-server.yml
/usr/share/doc/ansible-freeipa/playbooks/install-smartcard-servers.yml
/usr/share/doc/ansible-freeipa/playbooks/location
/usr/share/doc/ansible-freeipa/playbooks/location/location-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/location/location-present.yml
/usr/share/doc/ansible-freeipa/playbooks/netgroup
/usr/share/doc/ansible-freeipa/playbooks/netgroup/netgroup-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/netgroup/netgroup-member-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/netgroup/netgroup-member-present.yml
/usr/share/doc/ansible-freeipa/playbooks/netgroup/netgroup-present.yml
/usr/share/doc/ansible-freeipa/playbooks/permission
/usr/share/doc/ansible-freeipa/playbooks/permission/permission-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/permission/permission-allow-read-employeenum.yml
/usr/share/doc/ansible-freeipa/playbooks/permission/permission-member-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/permission/permission-member-present.yml
/usr/share/doc/ansible-freeipa/playbooks/permission/permission-present.yml
/usr/share/doc/ansible-freeipa/playbooks/permission/permission-renamed.yml
/usr/share/doc/ansible-freeipa/playbooks/privilege
/usr/share/doc/ansible-freeipa/playbooks/privilege/privilege-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/privilege/privilege-member-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/privilege/privilege-member-present.yml
/usr/share/doc/ansible-freeipa/playbooks/privilege/privilege-present.yml
/usr/share/doc/ansible-freeipa/playbooks/pwpolicy
/usr/share/doc/ansible-freeipa/playbooks/pwpolicy/pwpolicy_absent.yml
/usr/share/doc/ansible-freeipa/playbooks/pwpolicy/pwpolicy_grace_limit.yml
/usr/share/doc/ansible-freeipa/playbooks/pwpolicy/pwpolicy_password_check.yml
/usr/share/doc/ansible-freeipa/playbooks/pwpolicy/pwpolicy_present.yml
/usr/share/doc/ansible-freeipa/playbooks/remove-all-backups-from-server.yml
/usr/share/doc/ansible-freeipa/playbooks/remove-backup-from-server.yml
/usr/share/doc/ansible-freeipa/playbooks/restore-server-from-controller.yml
/usr/share/doc/ansible-freeipa/playbooks/restore-server.yml
/usr/share/doc/ansible-freeipa/playbooks/role
/usr/share/doc/ansible-freeipa/playbooks/role/role-is-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/role/role-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/role/role-member-group-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/role/role-member-group-present.yml
/usr/share/doc/ansible-freeipa/playbooks/role/role-member-host-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/role/role-member-host-present.yml
/usr/share/doc/ansible-freeipa/playbooks/role/role-member-hostgroup-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/role/role-member-hostgroup-present.yml
/usr/share/doc/ansible-freeipa/playbooks/role/role-member-privilege-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/role/role-member-privilege-present.yml
/usr/share/doc/ansible-freeipa/playbooks/role/role-member-service-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/role/role-member-service-present.yml
/usr/share/doc/ansible-freeipa/playbooks/role/role-member-user-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/role/role-member-user-present.yml
/usr/share/doc/ansible-freeipa/playbooks/role/role-members-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/role/role-members-present.yml
/usr/share/doc/ansible-freeipa/playbooks/role/role-rename.yml
/usr/share/doc/ansible-freeipa/playbooks/selfservice
/usr/share/doc/ansible-freeipa/playbooks/selfservice/selfservice-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/selfservice/selfservice-member-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/selfservice/selfservice-member-present.yml
/usr/share/doc/ansible-freeipa/playbooks/selfservice/selfservice-present.yml
/usr/share/doc/ansible-freeipa/playbooks/server
/usr/share/doc/ansible-freeipa/playbooks/server/server-absent-continue.yml
/usr/share/doc/ansible-freeipa/playbooks/server/server-absent-force.yml
/usr/share/doc/ansible-freeipa/playbooks/server/server-absent-ignore_last_of_role.yml
/usr/share/doc/ansible-freeipa/playbooks/server/server-absent-ignore_topology_disconnect.yml
/usr/share/doc/ansible-freeipa/playbooks/server/server-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/server/server-hidden.yml
/usr/share/doc/ansible-freeipa/playbooks/server/server-location.yml
/usr/share/doc/ansible-freeipa/playbooks/server/server-no-location.yml
/usr/share/doc/ansible-freeipa/playbooks/server/server-no-service-weight.yml
/usr/share/doc/ansible-freeipa/playbooks/server/server-not-hidden.yml
/usr/share/doc/ansible-freeipa/playbooks/server/server-present.yml
/usr/share/doc/ansible-freeipa/playbooks/server/server-service-weight.yml
/usr/share/doc/ansible-freeipa/playbooks/service
/usr/share/doc/ansible-freeipa/playbooks/service/service-host-is-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/service/service-host-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/service/service-is-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/service/service-is-disabled.yml
/usr/share/doc/ansible-freeipa/playbooks/service/service-is-present-with-all-attributes.yml
/usr/share/doc/ansible-freeipa/playbooks/service/service-is-present-with-host-force.yml
/usr/share/doc/ansible-freeipa/playbooks/service/service-is-present-without-host-object.yml
/usr/share/doc/ansible-freeipa/playbooks/service/service-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/service/service-member-allow_create_keytab-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/service/service-member-allow_create_keytab-present.yml
/usr/share/doc/ansible-freeipa/playbooks/service/service-member-allow_retrieve_keytab-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/service/service-member-allow_retrieve_keytab-present.yml
/usr/share/doc/ansible-freeipa/playbooks/service/service-member-certificate-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/service/service-member-certificate-present.yml
/usr/share/doc/ansible-freeipa/playbooks/service/service-member-principal-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/service/service-member-principal-present.yml
/usr/share/doc/ansible-freeipa/playbooks/servicedelegationrule
/usr/share/doc/ansible-freeipa/playbooks/servicedelegationrule/servicedelegationrule-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/servicedelegationrule/servicedelegationrule-present.yml
/usr/share/doc/ansible-freeipa/playbooks/servicedelegationrule/servicedelegationrule-principal-member-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/servicedelegationrule/servicedelegationrule-principal-member-present.yml
/usr/share/doc/ansible-freeipa/playbooks/servicedelegationrule/servicedelegationrule-target-member-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/servicedelegationrule/servicedelegationrule-target-member-present.yml
/usr/share/doc/ansible-freeipa/playbooks/servicedelegationtarget
/usr/share/doc/ansible-freeipa/playbooks/servicedelegationtarget/servicedelegationtarget-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/servicedelegationtarget/servicedelegationtarget-member-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/servicedelegationtarget/servicedelegationtarget-member-present.yml
/usr/share/doc/ansible-freeipa/playbooks/servicedelegationtarget/servicedelegationtarget-present.yml
/usr/share/doc/ansible-freeipa/playbooks/sudocmd
/usr/share/doc/ansible-freeipa/playbooks/sudocmd/ensure-sudocmd-is-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/sudocmd/ensure-sudocmd-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/sudocmdgroup
/usr/share/doc/ansible-freeipa/playbooks/sudocmdgroup/ensure-sudocmd-are-absent-in-sudocmdgroup.yml
/usr/share/doc/ansible-freeipa/playbooks/sudocmdgroup/ensure-sudocmd-are-present-in-sudocmdgroup.yml
/usr/share/doc/ansible-freeipa/playbooks/sudocmdgroup/ensure-sudocmdgroup-is-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/sudocmdgroup/ensure-sudocmdgroup-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/sudorule
/usr/share/doc/ansible-freeipa/playbooks/sudorule/ensure-sudorule-does-not-have-sudooption.yml
/usr/share/doc/ansible-freeipa/playbooks/sudorule/ensure-sudorule-has-sudooption.yml
/usr/share/doc/ansible-freeipa/playbooks/sudorule/ensure-sudorule-host-member-is-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/sudorule/ensure-sudorule-host-member-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/sudorule/ensure-sudorule-hostgroup-member-is-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/sudorule/ensure-sudorule-hostgroup-member-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/sudorule/ensure-sudorule-hostmask-member-is-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/sudorule/ensure-sudorule-hostmask-member-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/sudorule/ensure-sudorule-is-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/sudorule/ensure-sudorule-is-disabled.yml
/usr/share/doc/ansible-freeipa/playbooks/sudorule/ensure-sudorule-is-enabled.yml
/usr/share/doc/ansible-freeipa/playbooks/sudorule/ensure-sudorule-is-present-with-order.yml
/usr/share/doc/ansible-freeipa/playbooks/sudorule/ensure-sudorule-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/sudorule/ensure-sudorule-runasuser-is-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/sudorule/ensure-sudorule-runasuser-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/sudorule/ensure-sudorule-sudocmd-is-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/sudorule/ensure-sudorule-sudocmd-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/topology
/usr/share/doc/ansible-freeipa/playbooks/topology/add-topologysegment.yml
/usr/share/doc/ansible-freeipa/playbooks/topology/add-topologysegments.yml
/usr/share/doc/ansible-freeipa/playbooks/topology/check-topologysegments.yml
/usr/share/doc/ansible-freeipa/playbooks/topology/delete-topologysegment.yml
/usr/share/doc/ansible-freeipa/playbooks/topology/delete-topologysegments.yml
/usr/share/doc/ansible-freeipa/playbooks/topology/reinitialize-topologysegment.yml
/usr/share/doc/ansible-freeipa/playbooks/topology/verify-topologysuffix.yml
/usr/share/doc/ansible-freeipa/playbooks/trust
/usr/share/doc/ansible-freeipa/playbooks/trust/add-trust.yml
/usr/share/doc/ansible-freeipa/playbooks/trust/del-trust.yml
/usr/share/doc/ansible-freeipa/playbooks/uninstall-client.yml
/usr/share/doc/ansible-freeipa/playbooks/uninstall-cluster.yml
/usr/share/doc/ansible-freeipa/playbooks/uninstall-replica.yml
/usr/share/doc/ansible-freeipa/playbooks/uninstall-server.yml
/usr/share/doc/ansible-freeipa/playbooks/user
/usr/share/doc/ansible-freeipa/playbooks/user/add-user-external-idp.yml
/usr/share/doc/ansible-freeipa/playbooks/user/add-user.yml
/usr/share/doc/ansible-freeipa/playbooks/user/delete-preserve-user.yml
/usr/share/doc/ansible-freeipa/playbooks/user/delete-user.yml
/usr/share/doc/ansible-freeipa/playbooks/user/disable-user.yml
/usr/share/doc/ansible-freeipa/playbooks/user/enable-user.yml
/usr/share/doc/ansible-freeipa/playbooks/user/ensure_user_with_randompassword.yml
/usr/share/doc/ansible-freeipa/playbooks/user/ensure_users_with_randompasswords.yml
/usr/share/doc/ansible-freeipa/playbooks/user/smb-attributes.yml
/usr/share/doc/ansible-freeipa/playbooks/user/undelete-user.yml
/usr/share/doc/ansible-freeipa/playbooks/user/unlock-users.yml
/usr/share/doc/ansible-freeipa/playbooks/user/user_certificate_absent.yml
/usr/share/doc/ansible-freeipa/playbooks/user/user_certificate_present.yml
/usr/share/doc/ansible-freeipa/playbooks/user/user_present.yml
/usr/share/doc/ansible-freeipa/playbooks/user/users_absent.yml
/usr/share/doc/ansible-freeipa/playbooks/user/users_certificate_absent.yml
/usr/share/doc/ansible-freeipa/playbooks/user/users_certificate_present.yml
/usr/share/doc/ansible-freeipa/playbooks/user/users_present.yml
/usr/share/doc/ansible-freeipa/playbooks/vault
/usr/share/doc/ansible-freeipa/playbooks/vault/change-password-symmetric-vault.yml
/usr/share/doc/ansible-freeipa/playbooks/vault/data-archive-in-asymmetric-vault.yml
/usr/share/doc/ansible-freeipa/playbooks/vault/data-archive-in-symmetric-vault.yml
/usr/share/doc/ansible-freeipa/playbooks/vault/ensure-asymetric-vault-is-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/vault/ensure-asymetric-vault-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/vault/ensure-service-vault-is-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/vault/ensure-service-vault-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/vault/ensure-shared-vault-is-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/vault/ensure-shared-vault-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/vault/ensure-standard-vault-is-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/vault/ensure-standard-vault-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/vault/ensure-symetric-vault-is-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/vault/ensure-symetric-vault-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/vault/ensure-vault-is-present-with-members.yml
/usr/share/doc/ansible-freeipa/playbooks/vault/ensure-vault-member-group-is-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/vault/ensure-vault-member-group-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/vault/ensure-vault-member-user-is-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/vault/ensure-vault-member-user-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/vault/ensure-vault-owner-is-absent.yml
/usr/share/doc/ansible-freeipa/playbooks/vault/ensure-vault-owner-is-present.yml
/usr/share/doc/ansible-freeipa/playbooks/vault/password.txt
/usr/share/doc/ansible-freeipa/playbooks/vault/private.pem
/usr/share/doc/ansible-freeipa/playbooks/vault/public.pem
/usr/share/doc/ansible-freeipa/playbooks/vault/retrive-data-asymmetric-vault.yml
/usr/share/doc/ansible-freeipa/playbooks/vault/retrive-data-symmetric-vault.yml
/usr/share/doc/ansible-freeipa/playbooks/vault/vault-is-present-with-password-file.yml
/usr/share/doc/ansible-freeipa/playbooks/vault/vault-is-present-with-public-key-file.yml
/usr/share/licenses/ansible-freeipa
/usr/share/licenses/ansible-freeipa/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 04:00:37 2024