Add the anitya_frontend tag in the anitya frontend role
This commit is contained in:
parent
b61ce8ede5
commit
adcb87e885
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
command: yum clean all
|
command: yum clean all
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
- anitya_frontend
|
||||||
|
|
||||||
- name: install needed packages
|
- name: install needed packages
|
||||||
yum: pkg={{ item }} state=installed
|
yum: pkg={{ item }} state=installed
|
||||||
|
@ -16,6 +17,7 @@
|
||||||
- httpd
|
- httpd
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
- anitya_frontend
|
||||||
|
|
||||||
- name: Install all the configuration file of anitya
|
- name: Install all the configuration file of anitya
|
||||||
template: src={{ item.file }}
|
template: src={{ item.file }}
|
||||||
|
@ -27,6 +29,7 @@
|
||||||
- { file: anitya.wsgi, location: /var/www/, dest: anitya.wsgi }
|
- { file: anitya.wsgi, location: /var/www/, dest: anitya.wsgi }
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
- anitya_frontend
|
||||||
notify:
|
notify:
|
||||||
- restart apache
|
- restart apache
|
||||||
|
|
||||||
|
@ -34,4 +37,6 @@
|
||||||
action: seboolean name=httpd_can_network_connect_db
|
action: seboolean name=httpd_can_network_connect_db
|
||||||
state=true
|
state=true
|
||||||
persistent=true
|
persistent=true
|
||||||
|
tags:
|
||||||
|
- anitya_frontend
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue