Skip to content
  1. Oct 08, 2022
  2. Oct 06, 2022
  3. Oct 04, 2022
  4. Oct 03, 2022
  5. Oct 01, 2022
  6. 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
      ipatrust Fix documentation sections and agument spec · af87a2d9
      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: bool` needs to be set for bool parameters
      - `required` tags need to be fixed according to the `argument_spec`
      - `default` tag needs to match `argument_spec`
      - `author` needs to be given with the github user also: `Name (@user)`
      - `choices` needs to match `argument_spec`
      
      argument_spec
      
      - `default=.*` needs to be dropped if `required=True` is also given
      
      The `copyright` date is extended with `-2022`.
      af87a2d9
    • Thomas Woerner's avatar
      ipatopologysuffix: Fix documentation sections and agument spec · 87aae5b3
      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
      - `author` needs to be given with the github user also: `Name (@user)`
      
      argument_spec
      
      - `type="str"` needs to added to all string parameters
      
      The `copyright` date is extended with `-2022`.
      87aae5b3
    • 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
      ipasudocmdgroup: Fix documentation sections and agument spec · 3850c6a0
      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`
      - `default` 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`.
      3850c6a0
    • Thomas Woerner's avatar
      ipasudocmd: Fix documentation sections and agument spec · d4d714dc
      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`.
      d4d714dc
    • Thomas Woerner's avatar
      ipaservicedelegationtarget: Fix documentation sections and agument spec · 9cb4a515
      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`.
      9cb4a515
    • Thomas Woerner's avatar
      ipaservicedelegationrule: Fix documentation sections and agument spec · f6466351
      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`.
      f6466351
    • Thomas Woerner's avatar
      ipaservice:: Fix documentation sections and agument spec · ca036d42
      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`
      - `default` tag needs to match `argument_spec`
      - `author` needs to be given with the github user also: `Name (@user)`
      - all parameters need to be defined
      
      argument_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`.
      ca036d42
    • Thomas Woerner's avatar
      ipaserver: Fix documentation sections and agument spec · 40dc47ec
      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`.
      40dc47ec
    • Thomas Woerner's avatar
      ipaselfservice: Fix documentation sections and agument spec · 8f2e96cb
      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`.
      8f2e96cb
    • Thomas Woerner's avatar
      iparole: Fix documentation sections and agument spec · d2d04615
      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`
      - all parameters need to be defined
      - `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`.
      d2d04615