File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 5
5
yum : name={{ item }} state=present
6
6
with_items :
7
7
- httpd
8
- - libsemanage-python
9
- - libselinux-python
10
8
11
9
- name : http service state
12
10
service : name=httpd state=started enabled=yes
Original file line number Diff line number Diff line change 1
1
---
2
2
# This role contains common plays that will run on all nodes.
3
3
4
+ - name : Install python bindings for SE Linux
5
+ yum : name={{ item }} state=present
6
+ with_items :
7
+ - libselinux-python
8
+ - libsemanage-python
9
+
4
10
- name : Create the repository for EPEL
5
11
copy : src=epel.repo dest=/etc/yum.repos.d/epel.repo
6
12
Original file line number Diff line number Diff line change 6
6
with_items :
7
7
- mysql-server
8
8
- MySQL-python
9
- - libselinux-python
10
- - libsemanage-python
11
9
12
10
- name : Configure SELinux to start mysql on any port
13
11
seboolean : name=mysql_connect_any state=true persistent=yes
You can’t perform that action at this time.
0 commit comments