mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-09 04:00:31 -07:00
modules: fix seealso sections (#581)
This commit is contained in:
parent
ebb4600618
commit
21681daa01
8 changed files with 10 additions and 10 deletions
|
@ -92,7 +92,7 @@ DOCUMENTATION = '''
|
||||||
- The recommanded way to connect to etcd3 server is using C(ETCDCTL_ENDPOINT)
|
- The recommanded way to connect to etcd3 server is using C(ETCDCTL_ENDPOINT)
|
||||||
environment variable and keep I(endpoints), I(host), and I(port) unused.
|
environment variable and keep I(endpoints), I(host), and I(port) unused.
|
||||||
seealso:
|
seealso:
|
||||||
- module: etcd3
|
- module: community.general.etcd3
|
||||||
- ref: etcd_lookup
|
- ref: etcd_lookup
|
||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
|
|
|
@ -70,7 +70,7 @@ notes:
|
||||||
this needs to be in the redis.conf in the masterauth variable
|
this needs to be in the redis.conf in the masterauth variable
|
||||||
|
|
||||||
seealso:
|
seealso:
|
||||||
- module: redis_info
|
- module: community.general.redis_info
|
||||||
requirements: [ redis ]
|
requirements: [ redis ]
|
||||||
author: "Xabier Larrakoetxea (@slok)"
|
author: "Xabier Larrakoetxea (@slok)"
|
||||||
'''
|
'''
|
||||||
|
|
|
@ -35,7 +35,7 @@ notes:
|
||||||
install it with pip (C(pip install redis)) or with a package manager.
|
install it with pip (C(pip install redis)) or with a package manager.
|
||||||
U(https://github.com/andymccurdy/redis-py)
|
U(https://github.com/andymccurdy/redis-py)
|
||||||
seealso:
|
seealso:
|
||||||
- module: redis
|
- module: community.general.redis
|
||||||
requirements: [ redis ]
|
requirements: [ redis ]
|
||||||
author: "Pavlo Bashynskyi (@levonet)"
|
author: "Pavlo Bashynskyi (@levonet)"
|
||||||
'''
|
'''
|
||||||
|
|
|
@ -20,7 +20,7 @@ seealso:
|
||||||
- name: Failover IP documentation
|
- name: Failover IP documentation
|
||||||
description: Hetzner's documentation on failover IPs.
|
description: Hetzner's documentation on failover IPs.
|
||||||
link: https://wiki.hetzner.de/index.php/Failover/en
|
link: https://wiki.hetzner.de/index.php/Failover/en
|
||||||
- module: hetzner_failover_ip_info
|
- module: community.general.hetzner_failover_ip_info
|
||||||
description: Retrieve information on failover IPs.
|
description: Retrieve information on failover IPs.
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.hetzner
|
- community.general.hetzner
|
||||||
|
|
|
@ -20,7 +20,7 @@ seealso:
|
||||||
- name: Failover IP documentation
|
- name: Failover IP documentation
|
||||||
description: Hetzner's documentation on failover IPs.
|
description: Hetzner's documentation on failover IPs.
|
||||||
link: https://wiki.hetzner.de/index.php/Failover/en
|
link: https://wiki.hetzner.de/index.php/Failover/en
|
||||||
- module: hetzner_failover_ip
|
- module: community.general.hetzner_failover_ip
|
||||||
description: Manage failover IPs.
|
description: Manage failover IPs.
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.hetzner
|
- community.general.hetzner
|
||||||
|
|
|
@ -23,7 +23,7 @@ seealso:
|
||||||
- name: Firewall documentation
|
- name: Firewall documentation
|
||||||
description: Hetzner's documentation on the stateless firewall for dedicated servers
|
description: Hetzner's documentation on the stateless firewall for dedicated servers
|
||||||
link: https://wiki.hetzner.de/index.php/Robot_Firewall/en
|
link: https://wiki.hetzner.de/index.php/Robot_Firewall/en
|
||||||
- module: hetzner_firewall_info
|
- module: community.general.hetzner_firewall_info
|
||||||
description: Retrieve information on firewall configuration.
|
description: Retrieve information on firewall configuration.
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.hetzner
|
- community.general.hetzner
|
||||||
|
|
|
@ -21,7 +21,7 @@ seealso:
|
||||||
- name: Firewall documentation
|
- name: Firewall documentation
|
||||||
description: Hetzner's documentation on the stateless firewall for dedicated servers
|
description: Hetzner's documentation on the stateless firewall for dedicated servers
|
||||||
link: https://wiki.hetzner.de/index.php/Robot_Firewall/en
|
link: https://wiki.hetzner.de/index.php/Robot_Firewall/en
|
||||||
- module: hetzner_firewall
|
- module: community.general.hetzner_firewall
|
||||||
description: Configure firewall.
|
description: Configure firewall.
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.hetzner
|
- community.general.hetzner
|
||||||
|
|
|
@ -62,9 +62,9 @@ options:
|
||||||
type: bool
|
type: bool
|
||||||
default: no
|
default: no
|
||||||
seealso:
|
seealso:
|
||||||
- module: filesystem
|
- module: community.general.filesystem
|
||||||
- module: lvol
|
- module: community.general.lvol
|
||||||
- module: parted
|
- module: community.general.parted
|
||||||
notes:
|
notes:
|
||||||
- This module does not modify PE size for already present volume group.
|
- This module does not modify PE size for already present volume group.
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Add table
Reference in a new issue