Skip to content
  1. Oct 03, 2022
  2. Oct 01, 2022
  3. Sep 30, 2022
    • Rafael Guterres Jeffman's avatar
      Merge pull request #953 from t-woerner/fix_ipasudorule_docs_for_ansible_test · 0ad76353
      Rafael Guterres Jeffman authored
      ipasudorule: Fix documentation sections and agument spec
      0ad76353
    • Rafael Guterres Jeffman's avatar
      Merge pull request #928 from t-woerner/fix_config_docs_for_ansible_test · 0ba40473
      Rafael Guterres Jeffman authored
      ipaconfig: Fix documentation sections and agument spec
      0ba40473
    • 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
      ipasudorule: Fix documentation sections and agument spec · 97a0aa8d
      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 needs to match `argument_spec`
      - `author` 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
      
      The `copyright` date is extended with `-2022`.
      97a0aa8d
    • Thomas Woerner's avatar
      ipalocation: Fix documentation sections and agument spec · 65732f33
      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
      - `author` 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
      
      The `copyright` date is extended with `-2022`.
      65732f33
    • Thomas Woerner's avatar
      ipahbacsvcgroup: Fix documentation sections and agument spec · 9920c760
      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
      - `required` tags need to be fixed according to the `argument_spec`
      - `author` 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
      
      The `copyright` date is extended with `-2022`.
      9920c760
    • Thomas Woerner's avatar
      ipahbacsvc: Fix documentation sections and agument spec · 5e935eb8
      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
      - `required` tags need to be fixed according to the `argument_spec`
      - `author` 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
      
      The `copyright` date is extended with `-2022`.
      5e935eb8
    • Thomas Woerner's avatar
      ipahbacrule: Fix documentation sections and agument spec · c8ca3164
      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
      
      The `copyright` date is extended with `-2022`.
      c8ca3164
    • Thomas Woerner's avatar
      ipagroup: Fix documentation sections and agument spec · 93c134b6
      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: int` needs to be set for integer parameters
      - `type: list` needs to be set for list parameters
      - `elements: str` needs to be given for list of string parameters
      - `required` tags need to be fixed according to the `argument_spec`
      - `aliases` tag needs to match `argument_spec`
      - `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
      
      The `copyright` date is extended with `-2022`.
      93c134b6
    • Thomas Woerner's avatar
      ipadnszone: Fix documentation sections and agument spec · 19758959
      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
      - `suboptions` instead of `options` needs to be used for dict parameters
      - `aliases` tag needs to match `argument_spec`
      - `type` tag needs to match `argument_spec`
      - `required` tags need to be fixed according to the `argument_spec`
      - `authors` needs to be given with the github user also: `Name (@user)`
      
      RETURN section
      
      - `type: dict` needs to be given for dicts
      - `contains` needs to be used instead of `options` for dicts
      - `type: str` needs to be used for string parameters
      
      argument_spec
      
      - `elements="str"` needs to be added to all list of string parameters
      - `elements="dict"` needs to be added to all list of dict parameters
      - `type=str` and `type=int` need to be replaced by `type="str"` and
        `type="int"`
      
      The `copyright` date is extended with `-2022`.
      19758959
    • Thomas Woerner's avatar
      ipadnsconfig: Fix documentation sections and agument spec · 44e19ada
      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: int` needs to be set for integer 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`
      - `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
      - `type=str` and `type=int` need to be replaced by `type="str"` and
        `type="int"`
      
      The `copyright` date is extended with `-2022`.
      44e19ada
    • Thomas Woerner's avatar
      ipadelegation: : Fix documentation sections and agument spec · daa007c0
      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
      - `required` tags need to be fixed according to the `argument_spec`
      - `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
      
      The `copyright` date is extended with `-2022`.
      daa007c0
    • Thomas Woerner's avatar
      ipaconfig: Fix documentation sections and agument spec · 9836f835
      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
      
      - `module` tag needs to be correct
      - `type: str` needs to be set for string parameters
      - `type: int` needs to be set for integer parameters
      - `type: list` needs to be set for list parameters
      - `type: string` is not valid and needs to be replaced by `type: str`
      - `elements: str` needs to be given for list of string parameters
      - `authors` needs to be given with the github user also: `Name (@user)`
      
      RETURN section
      
      - `contains` needs to be used instead of `options` for dicts
      - `type: str` needs to be set for string parameters
      - `type: int` needs to be set for integer parameters
      - `type: list` needs to be set for list parameters
      - `elements: str` needs to be given for list of string parameters
      - `description` needs to be correct
      
      argument_spec
      
      - `elements="str"` needs to be added to all list of string parameters
      
      The `copyright` date is extended with `-2022`.
      9836f835
    • 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
  4. Sep 27, 2022