retrace: define defaults

This commit is contained in:
Miroslav Suchý 2020-03-27 20:56:07 +01:00 committed by Pierre-Yves Chibon
parent 77e9d9c4dc
commit 1936dcfd09
4 changed files with 10 additions and 3 deletions

View file

@ -1,2 +1,2 @@
install_date: Fri Mar 27 10:36:49 2020 install_date: Fri Mar 27 19:49:42 2020
version: master version: master

View file

@ -192,3 +192,10 @@ rs_hooks_global_timeout: 300
# Hostname # Hostname
hostname: example.org hostname: example.org
# Path to the executable hook scripts
# see https://github.com/abrt/retrace-server/wiki/Hook-scripts
rs_executable_hooks_path: "/usr/libexec/retrace-server/hooks/"
# Global time limit for hook scripts (in seconds)
rs_global_hook_timeout: 300

View file

@ -1,2 +1,2 @@
install_date: Fri Mar 27 10:36:51 2020 install_date: Fri Mar 27 19:49:44 2020
version: master version: master

View file

@ -6,7 +6,7 @@
- name: Set settings_url fact - name: Set settings_url fact
set_fact: set_fact:
settings_url: "https://{{ ansible_default_ipv4.address }}/settings" settings_url: "https://{{ hostname }}/settings"
- name: fetch settings - name: fetch settings
uri: uri: