mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
Library functions and modules should be in the 3 man page section. Also the files should end in '.3'
This commit is contained in:
parent
53d24ef002
commit
85fb7c6d4b
45 changed files with 10 additions and 8 deletions
42
docs/man/man3/ansible.seboolean.3
Normal file
42
docs/man/man3/ansible.seboolean.3
Normal file
|
@ -0,0 +1,42 @@
|
|||
.TH ANSIBLE.SEBOOLEAN 5 "2012-10-02" "0.8" "ANSIBLE MODULES"
|
||||
." generated from library/seboolean
|
||||
.SH NAME
|
||||
seboolean \- Toggles SELinux booleans.
|
||||
." ------ DESCRIPTION
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
Toggles SELinux booleans.
|
||||
." ------ OPTIONS
|
||||
."
|
||||
."
|
||||
.SH OPTIONS
|
||||
|
||||
.IP state
|
||||
Desired boolean value
|
||||
.IR Choices :
|
||||
true,false.(required)
|
||||
.IP name
|
||||
Name of the boolean to configure(required)
|
||||
.IP persistent
|
||||
Set to 'yes' if the boolean setting should survive a reboot
|
||||
.IR Choices :
|
||||
yes,no.."
|
||||
."
|
||||
." ------ NOTES
|
||||
.SH NOTES
|
||||
.PP
|
||||
Not tested on any debian based system
|
||||
."
|
||||
."
|
||||
." ------ EXAMPLES
|
||||
.SH EXAMPLES
|
||||
.PP
|
||||
.nf
|
||||
seboolean name=httpd_can_network_connect state=true persistent=yes
|
||||
.fi
|
||||
." ------- AUTHOR
|
||||
.SH AUTHOR
|
||||
Stephen Fromm
|
||||
.SH SEE ALSO
|
||||
.IR ansible (1),
|
||||
.I http://ansible.github.com/modules.html#seboolean
|
Loading…
Add table
Add a link
Reference in a new issue