Skip to content
  1. Jan 18, 2022
    • Thomas Woerner's avatar
      ipaclient_get_keytab: Do not use gssapi for kinit_keytab · b0252fb5
      Thomas Woerner authored
      Due to a change in Ansible to depend on Python 3.8 it is needed to only
      use bindings that are provided by Python and Ansible core. gssapi is
      therefore not usable any more.
      
      The kinit_keytab function was using gssapi and now has to use the kinit
      command insead.
      b0252fb5
  2. Jan 17, 2022
  3. Jan 13, 2022
  4. Jan 12, 2022
  5. Jan 11, 2022
    • Rafael Guterres Jeffman's avatar
      Fixed automountkey code review issues. · dd700d95
      Rafael Guterres Jeffman authored
      Fixed several issues found during code review and change
      AutomountkeyModule to use IPAAnsibleModule instead of deprecated
      FreeIPABaseModule.
      dd700d95
    • chrisp's avatar
      New automount key management module · 3ca9982c
      chrisp authored
      There is a new automount key module placed in the plugins folder:
      
          plugins/modules/ipaautomountkey.py
      
      The server module allows to ensure presence and absence of automount
      keys. The module requires an existing automount location and map to
      place the key within.
      
      Here is the documentation for the module:
      
          README-automountkey.md
      
      New example playbooks have been added:
      
          playbooks/automount/automount-key-absent.yaml
          playbooks/automount/automount-key-present.yaml
      
      New tests for the module:
      
          tests/automount/test_automountkey.yml
      3ca9982c