mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-25 00:44:42 +00:00
ipatrust: Updated ipatrust documentation.
This patch updates the ipatrust documentation about the 'trust_type' parameter, and changes one password to be similar to the standard passwords used in other modules.
This commit is contained in:
@@ -105,6 +105,7 @@ Variable | Description | Required
|
|||||||
`password` | Active Directory domain administrator's password string. | no
|
`password` | Active Directory domain administrator's password string. | no
|
||||||
`server` | Domain controller for the Active Directory domain string. | no
|
`server` | Domain controller for the Active Directory domain string. | no
|
||||||
`trust_secret` | Shared secret for the trust string. | no
|
`trust_secret` | Shared secret for the trust string. | no
|
||||||
|
`trust_type` | Trust type. Currently, only 'ad' for Active Directory is supported. | no
|
||||||
`base_id` | First posix id for the trusted domain integer. | no
|
`base_id` | First posix id for the trusted domain integer. | no
|
||||||
`range_size` | Size of the ID range reserved for the trusted domain integer. | no
|
`range_size` | Size of the ID range reserved for the trusted domain integer. | no
|
||||||
`range_type` | Type of trusted domain ID range, It can be one of `ipa-ad-trust` or `ipa-ad-trust-posix`and defaults to `ipa-ad-trust`. | no
|
`range_type` | Type of trusted domain ID range, It can be one of `ipa-ad-trust` or `ipa-ad-trust-posix`and defaults to `ipa-ad-trust`. | no
|
||||||
|
|||||||
@@ -44,7 +44,8 @@ options:
|
|||||||
description:
|
description:
|
||||||
- Trust type (ad for Active Directory, default)
|
- Trust type (ad for Active Directory, default)
|
||||||
default: ad
|
default: ad
|
||||||
required: true
|
required: false
|
||||||
|
choices: ["ad"]
|
||||||
admin:
|
admin:
|
||||||
description:
|
description:
|
||||||
- Active Directory domain administrator
|
- Active Directory domain administrator
|
||||||
@@ -103,7 +104,7 @@ EXAMPLES = """
|
|||||||
realm: ad.example.test
|
realm: ad.example.test
|
||||||
trust_type: ad
|
trust_type: ad
|
||||||
admin: Administrator
|
admin: Administrator
|
||||||
password: Welcome2020!
|
password: SomeW1Npassword
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
# delete ad-trust
|
# delete ad-trust
|
||||||
|
|||||||
Reference in New Issue
Block a user