faf: add names to actions
This commit is contained in:
parent
f8e33b7025
commit
f2b186674c
1 changed files with 16 additions and 8 deletions
|
@ -9,45 +9,53 @@
|
|||
- include: services.yml
|
||||
|
||||
# landing page
|
||||
- yum: name=abrt-server-info-page state=latest
|
||||
- name: install abrt-server-info-page
|
||||
yum: name=abrt-server-info-page state=latest
|
||||
|
||||
- lineinfile:
|
||||
- name: configure ADMINS
|
||||
lineinfile:
|
||||
path: /usr/lib/python2.7/site-packages/abrt-server-info-page/config.py
|
||||
regexp: 'ADMINS ='
|
||||
line: ' ADMINS = "infrastructure@lists.fedoraproject.org"'
|
||||
notify: restart httpd
|
||||
|
||||
- lineinfile:
|
||||
- name: configure MORE_FAF
|
||||
lineinfile:
|
||||
path: /usr/lib/python2.7/site-packages/abrt-server-info-page/config.py
|
||||
regexp: 'MORE_FAF ='
|
||||
line: ' MORE_FAF = "https://github.com/abrt/faf/"'
|
||||
notify: restart httpd
|
||||
|
||||
- lineinfile:
|
||||
- name: configure MORE_RS
|
||||
lineinfile:
|
||||
path: /usr/lib/python2.7/site-packages/abrt-server-info-page/config.py
|
||||
regexp: 'MORE_RS ='
|
||||
line: ' MORE_RS = "https://github.com/abrt/retrace-server"'
|
||||
notify: restart httpd
|
||||
|
||||
- lineinfile:
|
||||
- name: configure MORE_ABRT
|
||||
lineinfile:
|
||||
path: /usr/lib/python2.7/site-packages/abrt-server-info-page/config.py
|
||||
regexp: 'MORE_ABRT ='
|
||||
line: ' MORE_ABRT = "https://github.com/abrt/abrt/"'
|
||||
notify: restart httpd
|
||||
|
||||
- lineinfile:
|
||||
- name: configure MORE_GABRT
|
||||
lineinfile:
|
||||
path: /usr/lib/python2.7/site-packages/abrt-server-info-page/config.py
|
||||
regexp: 'MORE_GABRT ='
|
||||
line: ' MORE_GABRT = "https://github.com/abrt/gnome-abrt/"'
|
||||
notify: restart httpd
|
||||
|
||||
- lineinfile:
|
||||
- name: configure MORE_LR
|
||||
lineinfile:
|
||||
path: /usr/lib/python2.7/site-packages/abrt-server-info-page/config.py
|
||||
regexp: 'MORE_LR ='
|
||||
line: ' MORE_LR = "https://github.com/abrt/libreport/"'
|
||||
notify: restart httpd
|
||||
|
||||
- lineinfile:
|
||||
- name: configure MORE_SATYR
|
||||
lineinfile:
|
||||
path: /usr/lib/python2.7/site-packages/abrt-server-info-page/config.py
|
||||
regexp: 'MORE_SATYR ='
|
||||
line: ' MORE_SATYR = "https://github.com/abrt/satyr/"'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue