Skip to content
  1. Mar 03, 2020
  2. Feb 28, 2020
    • Rafael Guterres Jeffman's avatar
      200eb304
    • Thomas Woerner's avatar
      Merge pull request #209 from pvoborni/fix_pwpolicy_test · 1ac67ae5
      Thomas Woerner authored
      test_pwpolicy: unite admin passwords
      1ac67ae5
    • Thomas Woerner's avatar
      Merge pull request #197 from rjeffman/ipaservice · 89c00b15
      Thomas Woerner authored
      New service management module.
      89c00b15
    • Rafael Guterres Jeffman's avatar
      New service management module. · 5a83c08f
      Rafael Guterres Jeffman authored
      There is a new service management module placed in the pluginsfolder:
      
        plugins/modules/ipaservice.py
      
      The service module allows to ensure presence and absence of services, and
      manage members and certificates of the service.
      
      Here is the documentation for the module:
      
        README-service.md
      
      New example playbooks have been added:
      
          playbooks/service/service-host-is-absent.yml
          playbooks/service/service-host-is-present.yml
          playbooks/service/service-is-absent.yml
          playbooks/service/service-is-disabled.yml
          playbooks/service/service-is-present-with-all-attributes.yml
          playbooks/service/service-is-present-without-host-object.yml
          playbooks/service/service-is-present.yml
          playbooks/service/service-member-allow_create_keytab-absent.yml
          playbooks/service/service-member-allow_create_keytab-present.yml
          playbooks/service/service-member-allow_retrieve_keytab-absent.yml
          playbooks/service/service-member-allow_retrieve_keytab-present.yml
          playbooks/service/service-member-certificate-absent.yml
          playbooks/service/service-member-certificate-present.yml
          playbooks/service/service-member-principal-absent.yml
          playbooks/service/service-member-principal-present.yml
      
      New tests added for the module:
      
        tests/service/test-service.yml
      5a83c08f
  3. Feb 26, 2020
  4. Feb 20, 2020
  5. Feb 14, 2020
  6. Feb 13, 2020
  7. Feb 11, 2020
  8. Feb 07, 2020
  9. Feb 06, 2020
    • Thomas Woerner's avatar
      ipapwpolicy: Use global_policy if name is not set · 4dd1d25e
      Thomas Woerner authored
      If the name is not set, the policy global_policy is now used. It was needed
      before to explicitly name the global_policy. Also a check has been added
      to fail early if global_policy is used with state absent.
      
      The README for pwpolicy has been extended with an example for global_policy
      and also the description of the name variable.
      
      The test has also been extended to check a change of maxlife for
      global_policy and that global_policy can not be used with state: absent
      
      Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1797532
      4dd1d25e
  10. Feb 04, 2020
  11. Feb 03, 2020
  12. Jan 23, 2020
    • Thomas Woerner's avatar
      ipareplica: Use ipaserver_realm as a fallback for realm · 35f2f32b
      Thomas Woerner authored
      Use ipaserver_realm as a fallback if ipareplica_realm is not defined. This
      had been done for ipareplica_domain and ipaserver_domain, but was missing
      for ipareplica_realm and ipaserver_realm.
      
      Related: #114 (ipareplica 'Env' object has no attribute 'realm')
      35f2f32b
  13. Jan 17, 2020
  14. Jan 16, 2020
  15. Dec 30, 2019
  16. Dec 24, 2019
  17. Dec 23, 2019