summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/mongodb/roles/mongodb_selinux/README.md
blob: 5f5b9f45c2c0ea8db0d55072e8ed1d8c70ef2bd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
mongodb_linux
=============

Configures SeLinux as per the instructions located at https://docs.mongodb.com/manual/tutorial/install-mongodb-on-red-hat/


Role Variables
--------------

required_packages: Package required for this role. Currently checkpolicy & policycoreutils-python.

Example Playbook
----------------

```yaml
    - hosts: servers
      roles:
         - "mongodb_selinux"
```

License
-------

BSD

Author Information
------------------

Rhys Campbell (https://github.com/rhysmeister)