retrace: update playbooks from upstream

This commit is contained in:
Miroslav Suchý 2017-07-04 10:35:33 +02:00
parent 8c8cf281ca
commit 3f70c964c8
5 changed files with 12 additions and 9 deletions

View file

@ -48,7 +48,8 @@ faf_with_web: true
# faf-webui configuration #
###########################
# faf_server_name is the bare URL without protocols and trailing slash
# faf_server_name is the URL without protocols and trailing slash
# the URL can be also with /path part (e.g. example-faf.org/faf)
faf_server_name: "example-faf.org"
faf_web_brand_title: "FAF"

View file

@ -1 +1 @@
{install_date: 'Wed May 3 12:54:28 2017', version: ''}
{install_date: 'Tue Jul 4 08:35:09 2017', version: ''}

View file

@ -135,8 +135,11 @@ rs_vmcore_run_kmem: 0
# Requires support from ABRT Server
rs_use_faf_packages: false
# where faf store data
faf_spool_dir: /var/spool/faf
# Where to hardlink faf packages
rs_faf_link_dir: /var/spool/faf/retrace-tmp
rs_faf_link_dir: {{ faf_spool_dir }}/retrace-tmp
# Whether to enable e-mail notifications
rs_email_notify: false

View file

@ -1 +1 @@
{install_date: 'Thu May 4 07:47:06 2017', version: ''}
{install_date: 'Tue Jul 4 08:34:40 2017', version: ''}

View file

@ -1,10 +1,9 @@
---
- name: check if faf installed
yum: list=faf
register: is_installed
- fail: msg="faf is not installed!"
when: '"installed" not in "{{ is_installed.results }}"'
command: rpm -q faf
args:
warn: no
changed_when: false
- name: add user retrace to faf db
postgresql_user: db=faf