Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
1f4cb797
Commit
1f4cb797
authored
Sep 11, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #224 from wzzrd/master
Small fix in documentation for seliux module
parents
4503ad7c
ba1c9b04
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
modules.html
+4
-5
rst/modules/selinux.rst
+3
-3
No files found.
modules.html
View file @
1f4cb797
...
...
@@ -1732,7 +1732,7 @@ will let you know when it is required.</p>
<tr
class=
"row-even"
><td>
policy
</td>
<td>
yes
</td>
<td>
</td>
<td>
name of the SELinux policy to use (example:
‘
target
t
ed
’
)
</td>
<td>
name of the SELinux policy to use (example:
‘
targeted
’
)
</td>
</tr>
<tr
class=
"row-odd"
><td>
state
</td>
<td>
yes
</td>
...
...
@@ -1747,8 +1747,8 @@ will let you know when it is required.</p>
</tbody>
</table>
<p>
Example from Ansible
<a
class=
"reference internal"
href=
"playbooks.html"
><em>
Playbooks
</em></a>
:
</p>
<div
class=
"highlight-python"
><pre>
selinux policy=target
t
ed state=enforcing
selinux policy=target
t
ed state=disabled
</pre>
<div
class=
"highlight-python"
><pre>
selinux policy=targeted state=enforcing
selinux policy=targeted state=disabled
</pre>
</div>
</div>
<div
class=
"section"
id=
"setup"
>
...
...
@@ -2368,4 +2368,4 @@ yum name=httpd state=installed</pre>
</div>
</footer>
</body>
</html>
\ No newline at end of file
</html>
rst/modules/selinux.rst
View file @
1f4cb797
...
...
@@ -11,7 +11,7 @@ will let you know when it is required.
+--------------------+----------+---------------------+----------------------------------------------------------------------------+
| parameter | required | default | comments |
+====================+==========+=====================+============================================================================+
| policy | yes | | name of the SELinux policy to use (example: 'target
t
ed') |
| policy | yes | | name of the SELinux policy to use (example: 'targeted') |
+--------------------+----------+---------------------+----------------------------------------------------------------------------+
| state | yes | | the SELinux mode. 'enforcing', 'permissive', or 'disabled' |
+--------------------+----------+---------------------+----------------------------------------------------------------------------+
...
...
@@ -20,6 +20,6 @@ will let you know when it is required.
Example from Ansible :doc:`playbooks`::
selinux policy=target
t
ed state=enforcing
selinux policy=target
t
ed state=disabled
selinux policy=targeted state=enforcing
selinux policy=targeted state=disabled
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment