Changing selinux bool names. whee!
This commit is contained in:
parent
f21f2b8bb4
commit
af115ef1e8
1 changed files with 8 additions and 0 deletions
|
@ -183,6 +183,14 @@
|
||||||
tags:
|
tags:
|
||||||
- selinux
|
- selinux
|
||||||
- koji_hub
|
- koji_hub
|
||||||
|
when: ansible_distribution == "RedHat" and ansible_distribution_major_version == "6"
|
||||||
|
|
||||||
|
- name: set sebooleans so koji can anon write
|
||||||
|
seboolean: name=httpd_anon_write state=true persistent=true
|
||||||
|
tags:
|
||||||
|
- selinux
|
||||||
|
- koji_hub
|
||||||
|
when: ansible_distribution == "RedHat" and ansible_distribution_major_version == "7"
|
||||||
|
|
||||||
- name: Set httpd to run on boot
|
- name: Set httpd to run on boot
|
||||||
service: name=httpd enabled=yes
|
service: name=httpd enabled=yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue