From ba53d13d85c8dd4e09e08ecc180f24b95a9c1caa Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 16 Jun 2014 17:59:34 +0200 Subject: [PATCH] Add the missing bits to get the fedmsg certs installed correctly --- inventory/group_vars/elections | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/inventory/group_vars/elections b/inventory/group_vars/elections index d9de0f940b..8e25e6ed68 100644 --- a/inventory/group_vars/elections +++ b/inventory/group_vars/elections @@ -10,3 +10,13 @@ tcp_ports: [ 80 ] custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.29 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.56 --dport 873 -j ACCEPT' ] fas_client_groups: sysadmin-noc,sysadmin-web,fi-apprentice + +# These are consumed by a task in roles/fedmsg/base/main.yml +fedmsg_certs: +- service: shell + owner: root + group: sysadmin +- service: fedora_elections + owner: root + group: apache +