mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-30 19:34:45 +00:00
Fix short_description flag in plugins, role modules and templates
Before "short description" was used in most plugins, modules and also in the new module templates. ansible-doc was therefore not showing the short description. To fix the issue the flag was renamed to short_description instead. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2121362 'ansible-doc' -l lists most idm modules as 'UNDOCUMENTED'
This commit is contained in:
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipaautomember
|
module: ipaautomember
|
||||||
short description: Add and delete FreeIPA Auto Membership Rules.
|
short_description: Add and delete FreeIPA Auto Membership Rules.
|
||||||
description: Add, modify and delete an IPA Auto Membership Rules.
|
description: Add, modify and delete an IPA Auto Membership Rules.
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- ipamodule_base_docs
|
- ipamodule_base_docs
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipadelegation
|
module: ipadelegation
|
||||||
short description: Manage FreeIPA delegations
|
short_description: Manage FreeIPA delegations
|
||||||
description: Manage FreeIPA delegations and delegation attributes
|
description: Manage FreeIPA delegations and delegation attributes
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- ipamodule_base_docs
|
- ipamodule_base_docs
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipadnsconfig
|
module: ipadnsconfig
|
||||||
short description: Manage FreeIPA dnsconfig
|
short_description: Manage FreeIPA dnsconfig
|
||||||
description: Manage FreeIPA dnsconfig
|
description: Manage FreeIPA dnsconfig
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- ipamodule_base_docs
|
- ipamodule_base_docs
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipadnsrecord
|
module: ipadnsrecord
|
||||||
short description: Manage FreeIPA DNS records
|
short_description: Manage FreeIPA DNS records
|
||||||
description: Manage FreeIPA DNS records
|
description: Manage FreeIPA DNS records
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- ipamodule_base_docs
|
- ipamodule_base_docs
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipadnszone
|
module: ipadnszone
|
||||||
short description: Manage FreeIPA dnszone
|
short_description: Manage FreeIPA dnszone
|
||||||
description: Manage FreeIPA dnszone
|
description: Manage FreeIPA dnszone
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- ipamodule_base_docs
|
- ipamodule_base_docs
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipagroup
|
module: ipagroup
|
||||||
short description: Manage FreeIPA groups
|
short_description: Manage FreeIPA groups
|
||||||
description: Manage FreeIPA groups
|
description: Manage FreeIPA groups
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- ipamodule_base_docs
|
- ipamodule_base_docs
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipahbacrule
|
module: ipahbacrule
|
||||||
short description: Manage FreeIPA HBAC rules
|
short_description: Manage FreeIPA HBAC rules
|
||||||
description: Manage FreeIPA HBAC rules
|
description: Manage FreeIPA HBAC rules
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- ipamodule_base_docs
|
- ipamodule_base_docs
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipahbacsvc
|
module: ipahbacsvc
|
||||||
short description: Manage FreeIPA HBAC Services
|
short_description: Manage FreeIPA HBAC Services
|
||||||
description: Manage FreeIPA HBAC Services
|
description: Manage FreeIPA HBAC Services
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- ipamodule_base_docs
|
- ipamodule_base_docs
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipahbacsvcgroup
|
module: ipahbacsvcgroup
|
||||||
short description: Manage FreeIPA hbacsvcgroups
|
short_description: Manage FreeIPA hbacsvcgroups
|
||||||
description: Manage FreeIPA hbacsvcgroups
|
description: Manage FreeIPA hbacsvcgroups
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- ipamodule_base_docs
|
- ipamodule_base_docs
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipahost
|
module: ipahost
|
||||||
short description: Manage FreeIPA hosts
|
short_description: Manage FreeIPA hosts
|
||||||
description: Manage FreeIPA hosts
|
description: Manage FreeIPA hosts
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- ipamodule_base_docs
|
- ipamodule_base_docs
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipahostgroup
|
module: ipahostgroup
|
||||||
short description: Manage FreeIPA hostgroups
|
short_description: Manage FreeIPA hostgroups
|
||||||
description: Manage FreeIPA hostgroups
|
description: Manage FreeIPA hostgroups
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- ipamodule_base_docs
|
- ipamodule_base_docs
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipaidrange
|
module: ipaidrange
|
||||||
short description: Manage FreeIPA idrange
|
short_description: Manage FreeIPA idrange
|
||||||
description: Manage FreeIPA idrange
|
description: Manage FreeIPA idrange
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- ipamodule_base_docs
|
- ipamodule_base_docs
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipalocation
|
module: ipalocation
|
||||||
short description: Manage FreeIPA location
|
short_description: Manage FreeIPA location
|
||||||
description: Manage FreeIPA location
|
description: Manage FreeIPA location
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- ipamodule_base_docs
|
- ipamodule_base_docs
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipapermission
|
module: ipapermission
|
||||||
short description: Manage FreeIPA permission
|
short_description: Manage FreeIPA permission
|
||||||
description: Manage FreeIPA permission and permission members
|
description: Manage FreeIPA permission and permission members
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- ipamodule_base_docs
|
- ipamodule_base_docs
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipaprivilege
|
module: ipaprivilege
|
||||||
short description: Manage FreeIPA privilege
|
short_description: Manage FreeIPA privilege
|
||||||
description: Manage FreeIPA privilege and privilege members
|
description: Manage FreeIPA privilege and privilege members
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- ipamodule_base_docs
|
- ipamodule_base_docs
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipapwpolicy
|
module: ipapwpolicy
|
||||||
short description: Manage FreeIPA pwpolicies
|
short_description: Manage FreeIPA pwpolicies
|
||||||
description: Manage FreeIPA pwpolicies
|
description: Manage FreeIPA pwpolicies
|
||||||
options:
|
options:
|
||||||
ipaadmin_principal:
|
ipaadmin_principal:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: iparole
|
module: iparole
|
||||||
short description: Manage FreeIPA role
|
short_description: Manage FreeIPA role
|
||||||
description: Manage FreeIPA role
|
description: Manage FreeIPA role
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- ipamodule_base_docs
|
- ipamodule_base_docs
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipaselfservice
|
module: ipaselfservice
|
||||||
short description: Manage FreeIPA selfservices
|
short_description: Manage FreeIPA selfservices
|
||||||
description: Manage FreeIPA selfservices and selfservice attributes
|
description: Manage FreeIPA selfservices and selfservice attributes
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- ipamodule_base_docs
|
- ipamodule_base_docs
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipaserver
|
module: ipaserver
|
||||||
short description: Manage FreeIPA server
|
short_description: Manage FreeIPA server
|
||||||
description: Manage FreeIPA server
|
description: Manage FreeIPA server
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- ipamodule_base_docs
|
- ipamodule_base_docs
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipaservice
|
module: ipaservice
|
||||||
short description: Manage FreeIPA service
|
short_description: Manage FreeIPA service
|
||||||
description: Manage FreeIPA service
|
description: Manage FreeIPA service
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- ipamodule_base_docs
|
- ipamodule_base_docs
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipaservicedelegationrule
|
module: ipaservicedelegationrule
|
||||||
short description: Manage FreeIPA servicedelegationrule
|
short_description: Manage FreeIPA servicedelegationrule
|
||||||
description: |
|
description: |
|
||||||
Manage FreeIPA servicedelegationrule and servicedelegationrule members
|
Manage FreeIPA servicedelegationrule and servicedelegationrule members
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipaservicedelegationtarget
|
module: ipaservicedelegationtarget
|
||||||
short description: Manage FreeIPA servicedelegationtarget
|
short_description: Manage FreeIPA servicedelegationtarget
|
||||||
description: |
|
description: |
|
||||||
Manage FreeIPA servicedelegationtarget and servicedelegationtarget members
|
Manage FreeIPA servicedelegationtarget and servicedelegationtarget members
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipasudocmd
|
module: ipasudocmd
|
||||||
short description: Manage FreeIPA sudo command
|
short_description: Manage FreeIPA sudo command
|
||||||
description: Manage FreeIPA sudo command
|
description: Manage FreeIPA sudo command
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- ipamodule_base_docs
|
- ipamodule_base_docs
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipasudocmdgroup
|
module: ipasudocmdgroup
|
||||||
short description: Manage FreeIPA sudocmd groups
|
short_description: Manage FreeIPA sudocmd groups
|
||||||
description: Manage FreeIPA sudocmd groups
|
description: Manage FreeIPA sudocmd groups
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- ipamodule_base_docs
|
- ipamodule_base_docs
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipasudorule
|
module: ipasudorule
|
||||||
short description: Manage FreeIPA sudo rules
|
short_description: Manage FreeIPA sudo rules
|
||||||
description: Manage FreeIPA sudo rules
|
description: Manage FreeIPA sudo rules
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- ipamodule_base_docs
|
- ipamodule_base_docs
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipatopologysegment
|
module: ipatopologysegment
|
||||||
short description: Manage FreeIPA topology segments
|
short_description: Manage FreeIPA topology segments
|
||||||
description: Manage FreeIPA topology segments
|
description: Manage FreeIPA topology segments
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- ipamodule_base_docs
|
- ipamodule_base_docs
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipatopologysuffix
|
module: ipatopologysuffix
|
||||||
short description: Verify FreeIPA topology suffix
|
short_description: Verify FreeIPA topology suffix
|
||||||
description: Verify FreeIPA topology suffix
|
description: Verify FreeIPA topology suffix
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- ipamodule_base_docs
|
- ipamodule_base_docs
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipauser
|
module: ipauser
|
||||||
short description: Manage FreeIPA users
|
short_description: Manage FreeIPA users
|
||||||
description: Manage FreeIPA users
|
description: Manage FreeIPA users
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- ipamodule_base_docs
|
- ipamodule_base_docs
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipavault
|
module: ipavault
|
||||||
short description: Manage vaults and secret vaults.
|
short_description: Manage vaults and secret vaults.
|
||||||
description: Manage vaults and secret vaults. KRA service must be enabled.
|
description: Manage vaults and secret vaults. KRA service must be enabled.
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- ipamodule_base_docs
|
- ipamodule_base_docs
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipabackup_get_backup_dir
|
module: ipabackup_get_backup_dir
|
||||||
short description:
|
short_description:
|
||||||
Get IPA_BACKUP_DIR from ipaplatform
|
Get IPA_BACKUP_DIR from ipaplatform
|
||||||
description:
|
description:
|
||||||
Get IPA_BACKUP_DIR from ipaplatform
|
Get IPA_BACKUP_DIR from ipaplatform
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.0',
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaclient_api
|
module: ipaclient_api
|
||||||
short description:
|
short_description:
|
||||||
Create temporary NSS database, call IPA API for remaining enrollment parts
|
Create temporary NSS database, call IPA API for remaining enrollment parts
|
||||||
description:
|
description:
|
||||||
Create temporary NSS database, call IPA API for remaining enrollment parts
|
Create temporary NSS database, call IPA API for remaining enrollment parts
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.0',
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaclient_fix_ca
|
module: ipaclient_fix_ca
|
||||||
short description: Fix IPA ca certificate
|
short_description: Fix IPA ca certificate
|
||||||
description: Repair Fix IPA ca certificate
|
description: Repair Fix IPA ca certificate
|
||||||
options:
|
options:
|
||||||
servers:
|
servers:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaclient_fstore
|
module: ipaclient_fstore
|
||||||
short description: Backup files using IPA client sysrestore
|
short_description: Backup files using IPA client sysrestore
|
||||||
description: Backup files using IPA client sysrestore
|
description: Backup files using IPA client sysrestore
|
||||||
options:
|
options:
|
||||||
backup:
|
backup:
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ __metaclass__ = type
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipaclient_get_facts
|
module: ipaclient_get_facts
|
||||||
short description: Get facts about IPA client and server configuration.
|
short_description: Get facts about IPA client and server configuration.
|
||||||
description: Get facts about IPA client and server configuration.
|
description: Get facts about IPA client and server configuration.
|
||||||
author:
|
author:
|
||||||
- Thomas Woerner
|
- Thomas Woerner
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.0',
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaclient_get_otp
|
module: ipaclient_get_otp
|
||||||
short description: Manage IPA hosts
|
short_description: Manage IPA hosts
|
||||||
description:
|
description:
|
||||||
Manage hosts in a IPA domain.
|
Manage hosts in a IPA domain.
|
||||||
The operation needs to be authenticated with Kerberos either by providing
|
The operation needs to be authenticated with Kerberos either by providing
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaclient_ipa_conf
|
module: ipaclient_ipa_conf
|
||||||
short description: Configure ipa.conf
|
short_description: Configure ipa.conf
|
||||||
description:
|
description:
|
||||||
Configure ipa.conf
|
Configure ipa.conf
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaclient_join
|
module: ipaclient_join
|
||||||
short description:
|
short_description:
|
||||||
Join a machine to an IPA realm and get a keytab for the host service
|
Join a machine to an IPA realm and get a keytab for the host service
|
||||||
principal
|
principal
|
||||||
description:
|
description:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaclient_set_hostname
|
module: ipaclient_set_hostname
|
||||||
short description: Backup and set hostname
|
short_description: Backup and set hostname
|
||||||
description:
|
description:
|
||||||
Backup and set hostname
|
Backup and set hostname
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaclient_setup_automount
|
module: ipaclient_setup_automount
|
||||||
short description: Setup automount for IPA client
|
short_description: Setup automount for IPA client
|
||||||
description:
|
description:
|
||||||
Setup automount for IPA client
|
Setup automount for IPA client
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaclient_setup_firefox
|
module: ipaclient_setup_firefox
|
||||||
short description: Setup firefox for IPA client
|
short_description: Setup firefox for IPA client
|
||||||
description:
|
description:
|
||||||
Setup firefox for IPA client
|
Setup firefox for IPA client
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaclient_setup_krb5
|
module: ipaclient_setup_krb5
|
||||||
short description: Setup krb5 for IPA client
|
short_description: Setup krb5 for IPA client
|
||||||
description:
|
description:
|
||||||
Setup krb5 for IPA client
|
Setup krb5 for IPA client
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaclient_setup_nis
|
module: ipaclient_setup_nis
|
||||||
short description: Setup NIS for IPA client
|
short_description: Setup NIS for IPA client
|
||||||
description:
|
description:
|
||||||
Setup NIS for IPA client
|
Setup NIS for IPA client
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaclient_setup_nss
|
module: ipaclient_setup_nss
|
||||||
short description: Create IPA client NSS database
|
short_description: Create IPA client NSS database
|
||||||
description: Create IPA NSS database
|
description: Create IPA NSS database
|
||||||
options:
|
options:
|
||||||
servers:
|
servers:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaclient_setup_ntp
|
module: ipaclient_setup_ntp
|
||||||
short description: Setup NTP for IPA client
|
short_description: Setup NTP for IPA client
|
||||||
description:
|
description:
|
||||||
Setup NTP for IPA client
|
Setup NTP for IPA client
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaclient_setup_ssh
|
module: ipaclient_setup_ssh
|
||||||
short description: Configure ssh and sshd for IPA client
|
short_description: Configure ssh and sshd for IPA client
|
||||||
description:
|
description:
|
||||||
Configure ssh and sshd for IPA client
|
Configure ssh and sshd for IPA client
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaclient_setup_ssd
|
module: ipaclient_setup_ssd
|
||||||
short description: Setup sssd for IPA client
|
short_description: Setup sssd for IPA client
|
||||||
description:
|
description:
|
||||||
Setup sssd for IPA client
|
Setup sssd for IPA client
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaclient_test
|
module: ipaclient_test
|
||||||
short description: Tries to discover IPA server
|
short_description: Tries to discover IPA server
|
||||||
description:
|
description:
|
||||||
Tries to discover IPA server using DNS or host name
|
Tries to discover IPA server using DNS or host name
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaclient_test_keytab
|
module: ipaclient_test_keytab
|
||||||
short description:
|
short_description:
|
||||||
Test if the krb5.keytab on the machine is valid and can be used.
|
Test if the krb5.keytab on the machine is valid and can be used.
|
||||||
description:
|
description:
|
||||||
Test if the krb5.keytab on the machine is valid and can be used.
|
Test if the krb5.keytab on the machine is valid and can be used.
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipareplica_add_to_ipaservers
|
module: ipareplica_add_to_ipaservers
|
||||||
short description: Add to ipaservers
|
short_description: Add to ipaservers
|
||||||
description:
|
description:
|
||||||
Add to ipaservers
|
Add to ipaservers
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipareplica_create_ipa_conf
|
module: ipareplica_create_ipa_conf
|
||||||
short description: Create ipa.conf
|
short_description: Create ipa.conf
|
||||||
description:
|
description:
|
||||||
Create ipa.conf
|
Create ipa.conf
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipareplica_custodia_import_dm_password
|
module: ipareplica_custodia_import_dm_password
|
||||||
short description: Import dm password into custodia
|
short_description: Import dm password into custodia
|
||||||
description:
|
description:
|
||||||
Import dm password into custodia
|
Import dm password into custodia
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipareplica_ds_apply_updates
|
module: ipareplica_ds_apply_updates
|
||||||
short description: DS apply updates
|
short_description: DS apply updates
|
||||||
description:
|
description:
|
||||||
DS apply updates
|
DS apply updates
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipareplica_ds_enable_ssl
|
module: ipareplica_ds_enable_ssl
|
||||||
short description: DS enable SSL
|
short_description: DS enable SSL
|
||||||
description:
|
description:
|
||||||
DS enable SSL
|
DS enable SSL
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipareplica_enable_ipa
|
module: ipareplica_enable_ipa
|
||||||
short description: Enable IPA
|
short_description: Enable IPA
|
||||||
description: Enable IPA
|
description: Enable IPA
|
||||||
Enable IPA
|
Enable IPA
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipareplica_install_ca_cert
|
module: ipareplica_install_ca_cert
|
||||||
short description: Install CA certs
|
short_description: Install CA certs
|
||||||
description:
|
description:
|
||||||
Install CA certs
|
Install CA certs
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipareplica_krb_enable_ssl
|
module: ipareplica_krb_enable_ssl
|
||||||
short description: KRB enable SSL
|
short_description: KRB enable SSL
|
||||||
description:
|
description:
|
||||||
KRB enable SSL
|
KRB enable SSL
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipareplica_master_password
|
module: ipareplica_master_password
|
||||||
short description: Generate kerberos master password if not given
|
short_description: Generate kerberos master password if not given
|
||||||
description:
|
description:
|
||||||
Generate kerberos master password if not given
|
Generate kerberos master password if not given
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipareplica_prepare
|
module: ipareplica_prepare
|
||||||
short description: Prepare ipa replica installation
|
short_description: Prepare ipa replica installation
|
||||||
description: |
|
description: |
|
||||||
Prepare ipa replica installation: Create IPA configuration file, run install
|
Prepare ipa replica installation: Create IPA configuration file, run install
|
||||||
checks again and also update the host name and the hosts file if needed.
|
checks again and also update the host name and the hosts file if needed.
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipareplica_promote_openldap_conf
|
module: ipareplica_promote_openldap_conf
|
||||||
short description: Promote openldap.conf
|
short_description: Promote openldap.conf
|
||||||
description:
|
description:
|
||||||
Promote openldap.conf
|
Promote openldap.conf
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipareplica_promote_sssd
|
module: ipareplica_promote_sssd
|
||||||
short description: Promote sssd
|
short_description: Promote sssd
|
||||||
description:
|
description:
|
||||||
Promote sssd
|
Promote sssd
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipareplica_restart_kdc
|
module: ipareplica_restart_kdc
|
||||||
short description: Restart KDC
|
short_description: Restart KDC
|
||||||
description:
|
description:
|
||||||
Restart KDC
|
Restart KDC
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipareplica_setup_adtrust
|
module: ipareplica_setup_adtrust
|
||||||
short description: Setup adtrust
|
short_description: Setup adtrust
|
||||||
description:
|
description:
|
||||||
Setup adtrust
|
Setup adtrust
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipareplica_setup_ca
|
module: ipareplica_setup_ca
|
||||||
short description: Setup CA
|
short_description: Setup CA
|
||||||
description:
|
description:
|
||||||
Setup CA
|
Setup CA
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipareplica_setup_certmonger
|
module: ipareplica_setup_certmonger
|
||||||
short description: Setup certmonger
|
short_description: Setup certmonger
|
||||||
description:
|
description:
|
||||||
Setup certmonger
|
Setup certmonger
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipareplica_setup_custodia
|
module: ipareplica_setup_custodia
|
||||||
short description: Setup custodia
|
short_description: Setup custodia
|
||||||
description:
|
description:
|
||||||
Setup custodia
|
Setup custodia
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipareplica_setup_dns
|
module: ipareplica_setup_dns
|
||||||
short description: Setup DNS
|
short_description: Setup DNS
|
||||||
description:
|
description:
|
||||||
Setup DNS
|
Setup DNS
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipareplica_setup_ds
|
module: ipareplica_setup_ds
|
||||||
short description: Setup DS
|
short_description: Setup DS
|
||||||
description:
|
description:
|
||||||
Setup DS
|
Setup DS
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipareplica_setup_http
|
module: ipareplica_setup_http
|
||||||
short description: Setup HTTP
|
short_description: Setup HTTP
|
||||||
description:
|
description:
|
||||||
Setup HTTP
|
Setup HTTP
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipareplica_setup_kra
|
module: ipareplica_setup_kra
|
||||||
short description: Setup KRA
|
short_description: Setup KRA
|
||||||
description:
|
description:
|
||||||
Setup KRA
|
Setup KRA
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipareplica_setup_krb
|
module: ipareplica_setup_krb
|
||||||
short description: Setup KRB
|
short_description: Setup KRB
|
||||||
description:
|
description:
|
||||||
Setup KRB
|
Setup KRB
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipareplica_setup_otpd
|
module: ipareplica_setup_otpd
|
||||||
short description: Setup OTPD
|
short_description: Setup OTPD
|
||||||
description:
|
description:
|
||||||
Setup OTPD
|
Setup OTPD
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipareplica_test
|
module: ipareplica_test
|
||||||
short description: IPA replica deployment tests
|
short_description: IPA replica deployment tests
|
||||||
description: IPA replica deployment tests
|
description: IPA replica deployment tests
|
||||||
options:
|
options:
|
||||||
ip_addresses:
|
ip_addresses:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaserver_enable_ipa
|
module: ipaserver_enable_ipa
|
||||||
short description: Enable IPA
|
short_description: Enable IPA
|
||||||
description: Enable IPA
|
description: Enable IPA
|
||||||
options:
|
options:
|
||||||
hostname:
|
hostname:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaserver_load_cache
|
module: ipaserver_load_cache
|
||||||
short description: Load cache file
|
short_description: Load cache file
|
||||||
description: Load cache file
|
description: Load cache file
|
||||||
options:
|
options:
|
||||||
dm_password:
|
dm_password:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaserver_master_password
|
module: ipaserver_master_password
|
||||||
short description: Generate kerberos master password if not given
|
short_description: Generate kerberos master password if not given
|
||||||
description:
|
description:
|
||||||
Generate kerberos master password if not given
|
Generate kerberos master password if not given
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaserver_prepare
|
module: ipaserver_prepare
|
||||||
short description: Prepare IPA server deployment
|
short_description: Prepare IPA server deployment
|
||||||
description: Prepare IPA server deployment
|
description: Prepare IPA server deployment
|
||||||
options:
|
options:
|
||||||
force:
|
force:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaserver_set_ds_password
|
module: ipaserver_set_ds_password
|
||||||
short description: Set DS password
|
short_description: Set DS password
|
||||||
description: Set DS password
|
description: Set DS password
|
||||||
options:
|
options:
|
||||||
dm_password:
|
dm_password:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaserver_setup_adtrust
|
module: ipaserver_setup_adtrust
|
||||||
short description: Setup trust ad
|
short_description: Setup trust ad
|
||||||
description: Setup trust ad
|
description: Setup trust ad
|
||||||
options:
|
options:
|
||||||
hostname:
|
hostname:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaserver_setup_ca
|
module: ipaserver_setup_ca
|
||||||
short description: Setup CA
|
short_description: Setup CA
|
||||||
description: Setup CA
|
description: Setup CA
|
||||||
options:
|
options:
|
||||||
dm_password:
|
dm_password:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaserver_setup_custodia
|
module: ipaserver_setup_custodia
|
||||||
short description: Setup custodia
|
short_description: Setup custodia
|
||||||
description: Setup custodia
|
description: Setup custodia
|
||||||
options:
|
options:
|
||||||
realm:
|
realm:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaserver_setup_dns
|
module: ipaserver_setup_dns
|
||||||
short description: Setup DNS
|
short_description: Setup DNS
|
||||||
description: Setup DNS
|
description: Setup DNS
|
||||||
options:
|
options:
|
||||||
ip_addresses:
|
ip_addresses:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaserver_setup_ds
|
module: ipaserver_setup_ds
|
||||||
short description: Configure directory server
|
short_description: Configure directory server
|
||||||
description: Configure directory server
|
description: Configure directory server
|
||||||
options:
|
options:
|
||||||
dm_password:
|
dm_password:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaserver_setup_http
|
module: ipaserver_setup_http
|
||||||
short description: Setup HTTP
|
short_description: Setup HTTP
|
||||||
description: Setup HTTP
|
description: Setup HTTP
|
||||||
options:
|
options:
|
||||||
dm_password:
|
dm_password:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaserver_setup_kra
|
module: ipaserver_setup_kra
|
||||||
short description: Setup KRA
|
short_description: Setup KRA
|
||||||
description: Setup KRA
|
description: Setup KRA
|
||||||
options:
|
options:
|
||||||
dm_password:
|
dm_password:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaserver_setup_krb
|
module: ipaserver_setup_krb
|
||||||
short description: Setup KRB
|
short_description: Setup KRB
|
||||||
description: Setup KRB
|
description: Setup KRB
|
||||||
options:
|
options:
|
||||||
dm_password:
|
dm_password:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaserver_setup_ntp
|
module: ipaserver_setup_ntp
|
||||||
short description: Setup NTP
|
short_description: Setup NTP
|
||||||
description: Setup NTP
|
description: Setup NTP
|
||||||
options:
|
options:
|
||||||
ntp_servers:
|
ntp_servers:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaserver_setup_otpd
|
module: ipaserver_setup_otpd
|
||||||
short description: Setup OTPD
|
short_description: Setup OTPD
|
||||||
description: Setup OTPD
|
description: Setup OTPD
|
||||||
options:
|
options:
|
||||||
realm:
|
realm:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipaserver_test
|
module: ipaserver_test
|
||||||
short description: IPA server test
|
short_description: IPA server test
|
||||||
description: IPA server test
|
description: IPA server test
|
||||||
options:
|
options:
|
||||||
force:
|
force:
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipasmartcard_client_get_vars
|
module: ipasmartcard_client_get_vars
|
||||||
short description:
|
short_description:
|
||||||
Get variables from ipaplatform and python interpreter used for the module.
|
Get variables from ipaplatform and python interpreter used for the module.
|
||||||
description:
|
description:
|
||||||
Get variables from ipaplatform and python interpreter used for the module.
|
Get variables from ipaplatform and python interpreter used for the module.
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipasmartcard_server_validate_ca_certs
|
module: ipasmartcard_server_validate_ca_certs
|
||||||
short description: Validate CA certs
|
short_description: Validate CA certs
|
||||||
description: Validate CA certs
|
description: Validate CA certs
|
||||||
options:
|
options:
|
||||||
ca_cert_files:
|
ca_cert_files:
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipasmartcard_server_get_vars
|
module: ipasmartcard_server_get_vars
|
||||||
short description:
|
short_description:
|
||||||
Get variables from ipaplatform and ipaserver and python interpreter.
|
Get variables from ipaplatform and ipaserver and python interpreter.
|
||||||
description:
|
description:
|
||||||
Get variables from ipaplatform and ipaserver and python interpreter.
|
Get variables from ipaplatform and ipaserver and python interpreter.
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ipasmartcard_server_validate_ca_certs
|
module: ipasmartcard_server_validate_ca_certs
|
||||||
short description: Validate CA certs
|
short_description: Validate CA certs
|
||||||
description: Validate CA certs
|
description: Validate CA certs
|
||||||
options:
|
options:
|
||||||
ca_cert_files:
|
ca_cert_files:
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipa$name
|
module: ipa$name
|
||||||
short description: Manage FreeIPA $name
|
short_description: Manage FreeIPA $name
|
||||||
description: Manage FreeIPA $name and $name members
|
description: Manage FreeIPA $name and $name members
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- ipamodule_base_docs
|
- ipamodule_base_docs
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ ANSIBLE_METADATA = {
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ipa$name
|
module: ipa$name
|
||||||
short description: Manage FreeIPA $name
|
short_description: Manage FreeIPA $name
|
||||||
description: Manage FreeIPA $name
|
description: Manage FreeIPA $name
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- ipamodule_base_docs
|
- ipamodule_base_docs
|
||||||
|
|||||||
Reference in New Issue
Block a user