We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497e49c commit 0643b72Copy full SHA for 0643b72
lamp_haproxy/roles/common/tasks/main.yml
@@ -1,6 +1,12 @@
1
---
2
# This role contains common plays that will run on all nodes.
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
+
10
- name: Create the repository for EPEL
11
copy: src=epel.repo dest=/etc/yum.repos.d/epel.repo
12
0 commit comments