You've already forked community.general
mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-08 13:42:08 +03:00
Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules (#5963)
Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules.
This commit is contained in:
@@ -13,7 +13,14 @@ DOCUMENTATION = r'''
|
||||
module: cobbler_system
|
||||
short_description: Manage system objects in Cobbler
|
||||
description:
|
||||
- Add, modify or remove systems in Cobbler
|
||||
- Add, modify or remove systems in Cobbler
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
diff_mode:
|
||||
support: full
|
||||
options:
|
||||
host:
|
||||
description:
|
||||
|
Reference in New Issue
Block a user