mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20: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
44
docs/man/man3/ansible.selinux.3
Normal file
44
docs/man/man3/ansible.selinux.3
Normal file
|
@ -0,0 +1,44 @@
|
|||
.TH ANSIBLE.SELINUX 5 "2012-10-02" "0.8" "ANSIBLE MODULES"
|
||||
." generated from library/selinux
|
||||
.SH NAME
|
||||
selinux \- Change policy and state of SELinux
|
||||
." ------ DESCRIPTION
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
Configures the SELinux mode and policy. A reboot may be required after usage. Ansible will not issue this reboot but will let you know when it is required.
|
||||
." ------ OPTIONS
|
||||
."
|
||||
."
|
||||
.SH OPTIONS
|
||||
|
||||
.IP policy
|
||||
name of the SELinux policy to use (example: 'targeted')(required)
|
||||
.IP state
|
||||
The SELinux mode
|
||||
.IR Choices :
|
||||
enforcing,permissive,disabled.(required)
|
||||
.IP conf
|
||||
path to the SELinux configuration file, if non-standard (default: /etc/selinux/config)."
|
||||
."
|
||||
." ------ NOTES
|
||||
.SH NOTES
|
||||
.PP
|
||||
Not tested on any debian based system
|
||||
."
|
||||
."
|
||||
." ------ EXAMPLES
|
||||
.SH EXAMPLES
|
||||
.PP
|
||||
.nf
|
||||
selinux policy=targeted state=enforcing
|
||||
.fi
|
||||
.PP
|
||||
.nf
|
||||
selinux policy=targeted state=disabled
|
||||
.fi
|
||||
." ------- AUTHOR
|
||||
.SH AUTHOR
|
||||
Derek Carter
|
||||
.SH SEE ALSO
|
||||
.IR ansible (1),
|
||||
.I http://ansible.github.com/modules.html#selinux
|
Loading…
Add table
Add a link
Reference in a new issue