mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Many more doc fixes
This commit is contained in:
parent
ec68f78556
commit
4f07e8b256
23 changed files with 34 additions and 24 deletions
|
@ -28,7 +28,10 @@ short_description: Manage firewall with UFW
|
|||
description:
|
||||
- Manage firewall with UFW.
|
||||
version_added: 1.6
|
||||
author: Aleksey Ovcharenko, Jarno Keskikangas, Ahti Kitsik
|
||||
author:
|
||||
- '"Aleksey Ovcharenko (@ovcharenko)" <aleksey.ovcharenko@gmail.com>'
|
||||
- '"Jarno Keskikangas (@pyykkis)" <jarno.keskikangas@gmail.com>'
|
||||
- '"Ahti Kitsik (@ahtik)" <ak@ahtik.com>'
|
||||
notes:
|
||||
- See C(man ufw) for more examples.
|
||||
requirements:
|
||||
|
|
|
@ -206,7 +206,7 @@ options:
|
|||
- The zoned property.
|
||||
required: False
|
||||
choices: ['on','off']
|
||||
author: Johan Wiren
|
||||
author: '"Johan Wiren (@johanwiren)" <johan.wiren.se@gmail.com>'
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue