retrace: update playbooks from upstream
This commit is contained in:
parent
8c8cf281ca
commit
3f70c964c8
5 changed files with 12 additions and 9 deletions
|
@ -48,7 +48,8 @@ faf_with_web: true
|
||||||
# faf-webui configuration #
|
# 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_server_name: "example-faf.org"
|
||||||
|
|
||||||
faf_web_brand_title: "FAF"
|
faf_web_brand_title: "FAF"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{install_date: 'Wed May 3 12:54:28 2017', version: ''}
|
{install_date: 'Tue Jul 4 08:35:09 2017', version: ''}
|
||||||
|
|
|
@ -135,8 +135,11 @@ rs_vmcore_run_kmem: 0
|
||||||
# Requires support from ABRT Server
|
# Requires support from ABRT Server
|
||||||
rs_use_faf_packages: false
|
rs_use_faf_packages: false
|
||||||
|
|
||||||
|
# where faf store data
|
||||||
|
faf_spool_dir: /var/spool/faf
|
||||||
|
|
||||||
# Where to hardlink faf packages
|
# 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
|
# Whether to enable e-mail notifications
|
||||||
rs_email_notify: false
|
rs_email_notify: false
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{install_date: 'Thu May 4 07:47:06 2017', version: ''}
|
{install_date: 'Tue Jul 4 08:34:40 2017', version: ''}
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
---
|
---
|
||||||
- name: check if faf installed
|
- name: check if faf installed
|
||||||
yum: list=faf
|
command: rpm -q faf
|
||||||
register: is_installed
|
args:
|
||||||
|
warn: no
|
||||||
- fail: msg="faf is not installed!"
|
changed_when: false
|
||||||
when: '"installed" not in "{{ is_installed.results }}"'
|
|
||||||
|
|
||||||
- name: add user retrace to faf db
|
- name: add user retrace to faf db
|
||||||
postgresql_user: db=faf
|
postgresql_user: db=faf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue