From ba290807e095a38eec73d6782dcf84fa12f91c05 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 17 May 2018 12:26:15 +0200 Subject: [PATCH] Add the host variables for SAR for nuancier and meetbot Signed-off-by: Pierre-Yves Chibon --- inventory/host_vars/nuancier01.phx2.fedoraproject.org | 7 +++++++ inventory/host_vars/value01.phx2.fedoraproject.org | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/inventory/host_vars/nuancier01.phx2.fedoraproject.org b/inventory/host_vars/nuancier01.phx2.fedoraproject.org index ef353663b2..594a12ad68 100644 --- a/inventory/host_vars/nuancier01.phx2.fedoraproject.org +++ b/inventory/host_vars/nuancier01.phx2.fedoraproject.org @@ -12,3 +12,10 @@ vmhost: virthost22.phx2.fedoraproject.org datacenter: phx2 host_backup_targets: ['/var/cache/nuancier'] + + +# GDPR SAR variables - nuancier +sar_script: /usr/local/bin/nuancier_sar.py +sar_script_user: apache +sar_output_file: nuancier.json + diff --git a/inventory/host_vars/value01.phx2.fedoraproject.org b/inventory/host_vars/value01.phx2.fedoraproject.org index cbead328ab..717bf15cc3 100644 --- a/inventory/host_vars/value01.phx2.fedoraproject.org +++ b/inventory/host_vars/value01.phx2.fedoraproject.org @@ -9,3 +9,10 @@ eth0_ip: 10.5.126.49 vmhost: virthost03.phx2.fedoraproject.org datacenter: phx2 host_backup_targets: ['/srv', '/var/lib/zodbot'] + + +# GDPR SAR variables - meetbot +sar_script: /usr/local/bin/meetbot_sar.py +sar_script_user: root +sar_output_file: meetbot.json +