diff options
author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2014-06-16 17:59:34 +0200 |
---|---|---|
committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2014-06-16 17:59:34 +0200 |
commit | ba53d13d85c8dd4e09e08ecc180f24b95a9c1caa (patch) | |
tree | e2d101806abc84803544077419538c10b391429e | |
parent | 7a1c15fe3dbfba1ec42a0668e0b1ddaad26d3d5d (diff) | |
download | ansible-ba53d13d85c8dd4e09e08ecc180f24b95a9c1caa.tar.gz ansible-ba53d13d85c8dd4e09e08ecc180f24b95a9c1caa.tar.xz ansible-ba53d13d85c8dd4e09e08ecc180f24b95a9c1caa.zip |
Add the missing bits to get the fedmsg certs installed correctly
-rw-r--r-- | inventory/group_vars/elections | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/inventory/group_vars/elections b/inventory/group_vars/elections index d9de0f940..8e25e6ed6 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 + |