mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
975 B
Groff
44 lines
975 B
Groff
12 years ago
|
.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
|