mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-15 05:52:24 +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 = '''
|
||||
---
|
||||
module: ipareplica_add_to_ipaservers
|
||||
short description: Add to ipaservers
|
||||
short_description: Add to ipaservers
|
||||
description:
|
||||
Add to ipaservers
|
||||
options:
|
||||
|
||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ipareplica_create_ipa_conf
|
||||
short description: Create ipa.conf
|
||||
short_description: Create ipa.conf
|
||||
description:
|
||||
Create ipa.conf
|
||||
options:
|
||||
|
||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ipareplica_custodia_import_dm_password
|
||||
short description: Import dm password into custodia
|
||||
short_description: Import dm password into custodia
|
||||
description:
|
||||
Import dm password into custodia
|
||||
options:
|
||||
|
||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ipareplica_ds_apply_updates
|
||||
short description: DS apply updates
|
||||
short_description: DS apply updates
|
||||
description:
|
||||
DS apply updates
|
||||
options:
|
||||
|
||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ipareplica_ds_enable_ssl
|
||||
short description: DS enable SSL
|
||||
short_description: DS enable SSL
|
||||
description:
|
||||
DS enable SSL
|
||||
options:
|
||||
|
||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ipareplica_enable_ipa
|
||||
short description: Enable IPA
|
||||
short_description: Enable IPA
|
||||
description: Enable IPA
|
||||
Enable IPA
|
||||
options:
|
||||
|
||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ipareplica_install_ca_cert
|
||||
short description: Install CA certs
|
||||
short_description: Install CA certs
|
||||
description:
|
||||
Install CA certs
|
||||
options:
|
||||
|
||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ipareplica_krb_enable_ssl
|
||||
short description: KRB enable SSL
|
||||
short_description: KRB enable SSL
|
||||
description:
|
||||
KRB enable SSL
|
||||
options:
|
||||
|
||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ipareplica_master_password
|
||||
short description: Generate kerberos master password if not given
|
||||
short_description: Generate kerberos master password if not given
|
||||
description:
|
||||
Generate kerberos master password if not given
|
||||
options:
|
||||
|
||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ipareplica_prepare
|
||||
short description: Prepare ipa replica installation
|
||||
short_description: Prepare ipa replica installation
|
||||
description: |
|
||||
Prepare ipa replica installation: Create IPA configuration file, run install
|
||||
checks again and also update the host name and the hosts file if needed.
|
||||
|
||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ipareplica_promote_openldap_conf
|
||||
short description: Promote openldap.conf
|
||||
short_description: Promote openldap.conf
|
||||
description:
|
||||
Promote openldap.conf
|
||||
options:
|
||||
|
||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ipareplica_promote_sssd
|
||||
short description: Promote sssd
|
||||
short_description: Promote sssd
|
||||
description:
|
||||
Promote sssd
|
||||
options:
|
||||
|
||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ipareplica_restart_kdc
|
||||
short description: Restart KDC
|
||||
short_description: Restart KDC
|
||||
description:
|
||||
Restart KDC
|
||||
options:
|
||||
|
||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ipareplica_setup_adtrust
|
||||
short description: Setup adtrust
|
||||
short_description: Setup adtrust
|
||||
description:
|
||||
Setup adtrust
|
||||
options:
|
||||
|
||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ipareplica_setup_ca
|
||||
short description: Setup CA
|
||||
short_description: Setup CA
|
||||
description:
|
||||
Setup CA
|
||||
options:
|
||||
|
||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ipareplica_setup_certmonger
|
||||
short description: Setup certmonger
|
||||
short_description: Setup certmonger
|
||||
description:
|
||||
Setup certmonger
|
||||
options:
|
||||
|
||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ipareplica_setup_custodia
|
||||
short description: Setup custodia
|
||||
short_description: Setup custodia
|
||||
description:
|
||||
Setup custodia
|
||||
options:
|
||||
|
||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ipareplica_setup_dns
|
||||
short description: Setup DNS
|
||||
short_description: Setup DNS
|
||||
description:
|
||||
Setup DNS
|
||||
options:
|
||||
|
||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ipareplica_setup_ds
|
||||
short description: Setup DS
|
||||
short_description: Setup DS
|
||||
description:
|
||||
Setup DS
|
||||
options:
|
||||
|
||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ipareplica_setup_http
|
||||
short description: Setup HTTP
|
||||
short_description: Setup HTTP
|
||||
description:
|
||||
Setup HTTP
|
||||
options:
|
||||
|
||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ipareplica_setup_kra
|
||||
short description: Setup KRA
|
||||
short_description: Setup KRA
|
||||
description:
|
||||
Setup KRA
|
||||
options:
|
||||
|
||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ipareplica_setup_krb
|
||||
short description: Setup KRB
|
||||
short_description: Setup KRB
|
||||
description:
|
||||
Setup KRB
|
||||
options:
|
||||
|
||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ipareplica_setup_otpd
|
||||
short description: Setup OTPD
|
||||
short_description: Setup OTPD
|
||||
description:
|
||||
Setup OTPD
|
||||
options:
|
||||
|
||||
@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ipareplica_test
|
||||
short description: IPA replica deployment tests
|
||||
short_description: IPA replica deployment tests
|
||||
description: IPA replica deployment tests
|
||||
options:
|
||||
ip_addresses:
|
||||
|
||||
Reference in New Issue
Block a user