Skip to content
  1. Sep 30, 2022
    • Rafael Guterres Jeffman's avatar
      Merge pull request #927 from t-woerner/fix_automountmap_docs_for_ansible_test · 3c1c3ebe
      Rafael Guterres Jeffman authored
      ipaautomountmap: Fix documentation sections and agument spec
      3c1c3ebe
    • Rafael Guterres Jeffman's avatar
      Merge pull request #925 from t-woerner/fix_automountkey_docs_for_ansible_test · 95d961cc
      Rafael Guterres Jeffman authored
      ipaautomountkey: Fix documentation sections and agument spec
      95d961cc
    • Rafael Guterres Jeffman's avatar
      Merge pull request #926 from t-woerner/fix_automountlocation_docs_for_ansible_test · 1c1d26c4
      Rafael Guterres Jeffman authored
      ipaautomountlocation: Fix documentation sections and agument spec
      1c1d26c4
    • Rafael Guterres Jeffman's avatar
      Merge pull request #924 from t-woerner/fix_automember_docs_for_ansible_test · 43e548a2
      Rafael Guterres Jeffman authored
      ipaautomember: Fix documentation sections and agument spec
      43e548a2
    • Thomas Woerner's avatar
      ipaautomountmap: Fix documentation sections and agument spec · 3f9aceca
      Thomas Woerner authored
      ansible-test with ansible-2.14 is adding a lot of new tests to ensure
      that the documentation section and the agument spec is complete. Needed
      changes:
      
      DOCUMENTATION section
      
      - `type: str` needs to be set for string parameters
      - `type: list` needs to be set for list parameters
      - `elements: str` needs to be given for list of string parameters
      - `aliases` tag need to be consistent to `argument_spec`
      - `extends_documentation_fragment: ipamodule_base_docs` needs added and
        `ipaadmin_*` parameters need to be removed
      
      argument_spec
      
      - `elements="str"` needs to be added to all list of string parameters
      - `default=.*` needs to be dropped if `required=True` is also given
      
      The `copyright` date is extended with `-2022`.
      3f9aceca
    • Thomas Woerner's avatar
      ipaautomountlocation: Fix documentation sections and agument spec · e7e6572e
      Thomas Woerner authored
      ansible-test with ansible-2.14 is adding a lot of new tests to ensure
      that the documentation section and the agument spec is complete. Needed
      changes:
      
      DOCUMENTATION section
      
      - `type: str` needs to be set for string parameters
      - `type: list` needs to be set for list parameters
      - `elements: str` needs to be given for list of string parameters
      - `authors` needs to be given with the github user also: `Name (@user)`
      
      argument_spec
      
      - `elements="str"` needs to be added to all list of string parameters
      - `default=.*` needs to be dropped if `required=True` is also given
      
      The `copyright` date is extended with `-2022`.
      e7e6572e
    • Thomas Woerner's avatar
      ipaautomountkey: Fix documentation sections and agument spec · 489eb578
      Thomas Woerner authored
      ansible-test with ansible-2.14 is adding a lot of new tests to ensure
      that the documentation section and the agument spec is complete. Needed
      changes:
      
      DOCUMENTATION section
      - `type: str` needs to be set for string parameters
      - `required` tags need to be fixed according to the `argument_spec`
      - `aliases` tag need to be consistent to `argument_spec`
      - `authors` needs to be given with the github user also: `Name (@user)`
      - `extends_documentation_fragment: ipamodule_base_docs` needs added and
        `ipaadmin_*` parameters need to be removed
      - `choices` needs to be replaced with `aliases` to match `argument_spec`
      
      argument_spec
      - `no_log=False` or `no_log=True` needs to be set for all parameters
        that have `key` in the name or for dicts also in one the key names
      - `required=None` needs to be replaced by `required=False`
      
      The `copyright` date is extended with `-2022`.
      489eb578
    • Thomas Woerner's avatar
      ipaautomember: Fix documentation sections and agument spec · 59780334
      Thomas Woerner authored
      ansible-test with ansible-2.14 is adding a lot of new tests to ensure
      that the documentation section and the agument spec is complete. Needed
      changes:
      
      DOCUMENTATION section
      
      - `type: str` needs to be set for string parameters
      - `elements: str` needs to be given for list of string parameters
      - `suboptions` instead of `options` needs to be used for dict parameters
      - `authors` needs to be given with the github user also: `Name (@user)`
      - `required` tag was fixed according to the argument_spec
      
      arguemnt_spec
      
      - `elements="str"` needs to be added to all list of string parameters
      - `no_log=False` or `no_log=True` needs to be set for all parameters
        that have `key` in the name or for dicts also in one the key names.
      
      The `copyright` date is extended with `-2022`.
      59780334
  2. Sep 27, 2022
  3. Sep 16, 2022
  4. Sep 09, 2022
  5. Sep 08, 2022
  6. Sep 07, 2022
  7. Sep 06, 2022