Tag up the elections role.
This commit is contained in:
parent
b65639bc20
commit
229f1a6991
1 changed files with 7 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
||||||
- python-alembic
|
- python-alembic
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
- elections
|
||||||
|
|
||||||
- name: replace the fedora-elections configuration file by the one with the normal user
|
- name: replace the fedora-elections configuration file by the one with the normal user
|
||||||
template: src={{ item.file }}
|
template: src={{ item.file }}
|
||||||
|
@ -25,6 +26,7 @@
|
||||||
- { file: alembic.ini, location: /etc/fedora-elections }
|
- { file: alembic.ini, location: /etc/fedora-elections }
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
- elections
|
||||||
notify:
|
notify:
|
||||||
- restart apache
|
- restart apache
|
||||||
|
|
||||||
|
@ -35,6 +37,7 @@
|
||||||
changed_when: "1 != 1"
|
changed_when: "1 != 1"
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
- elections
|
||||||
notify:
|
notify:
|
||||||
- restart apache
|
- restart apache
|
||||||
|
|
||||||
|
@ -44,6 +47,7 @@
|
||||||
persistent=true
|
persistent=true
|
||||||
tags:
|
tags:
|
||||||
- selinux
|
- selinux
|
||||||
|
- elections
|
||||||
|
|
||||||
- name: apply selinux type to static files
|
- name: apply selinux type to static files
|
||||||
file: >
|
file: >
|
||||||
|
@ -53,6 +57,7 @@
|
||||||
recurse=yes
|
recurse=yes
|
||||||
tags:
|
tags:
|
||||||
- selinux
|
- selinux
|
||||||
|
- elections
|
||||||
|
|
||||||
- name: apply selinux type to the wsgi file
|
- name: apply selinux type to the wsgi file
|
||||||
file: >
|
file: >
|
||||||
|
@ -60,6 +65,7 @@
|
||||||
setype=httpd_sys_content_t
|
setype=httpd_sys_content_t
|
||||||
tags:
|
tags:
|
||||||
- selinux
|
- selinux
|
||||||
|
- elections
|
||||||
|
|
||||||
- name: set sebooleans so apache can talk to memcached0*
|
- name: set sebooleans so apache can talk to memcached0*
|
||||||
action: seboolean name=httpd_can_network_memcache
|
action: seboolean name=httpd_can_network_memcache
|
||||||
|
@ -67,3 +73,4 @@
|
||||||
persistent=true
|
persistent=true
|
||||||
tags:
|
tags:
|
||||||
- selinux
|
- selinux
|
||||||
|
- elections
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue