From e4d604fba5aadb710a68ce433dbd77f9f12d5f00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 8 Dec 2014 12:53:42 +0000 Subject: [PATCH] add signer_host variable addressing: TASK: [copr/backend | add sign machine address into the sign.conf] ********** fatal: [copr-be.cloud.fedoraproject.org] => One or more undefined variables: 'signer_host' is undefined --- inventory/host_vars/copr-be.cloud.fedoraproject.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inventory/host_vars/copr-be.cloud.fedoraproject.org b/inventory/host_vars/copr-be.cloud.fedoraproject.org index aa94798cd9..555e3aba94 100644 --- a/inventory/host_vars/copr-be.cloud.fedoraproject.org +++ b/inventory/host_vars/copr-be.cloud.fedoraproject.org @@ -29,3 +29,5 @@ copr_hostbase: copr-be host_backup_targets: ['/var/lib/copr/public_html/results'] _copr_be_conf: copr-be.conf +# IP of copr-keygen.cloud.fedoraproject.org +signer_host: 209.132.184.159