retrace: define defaults
This commit is contained in:
parent
77e9d9c4dc
commit
1936dcfd09
4 changed files with 10 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
|||
install_date: Fri Mar 27 10:36:49 2020
|
||||
install_date: Fri Mar 27 19:49:42 2020
|
||||
version: master
|
||||
|
|
|
@ -192,3 +192,10 @@ rs_hooks_global_timeout: 300
|
|||
|
||||
# Hostname
|
||||
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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
install_date: Fri Mar 27 10:36:51 2020
|
||||
install_date: Fri Mar 27 19:49:44 2020
|
||||
version: master
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
- name: Set settings_url fact
|
||||
set_fact:
|
||||
settings_url: "https://{{ ansible_default_ipv4.address }}/settings"
|
||||
settings_url: "https://{{ hostname }}/settings"
|
||||
|
||||
- name: fetch settings
|
||||
uri:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue