diff options
author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2014-06-16 18:04:39 +0200 |
---|---|---|
committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2014-06-16 18:04:39 +0200 |
commit | 55c6574dc6ca08d0e9d628bc0bd83131a493b0b4 (patch) | |
tree | 6cd545d9e6bdb8e0778328eb58f76da5620baa0e | |
parent | ba53d13d85c8dd4e09e08ecc180f24b95a9c1caa (diff) | |
download | ansible-55c6574dc6ca08d0e9d628bc0bd83131a493b0b4.tar.gz ansible-55c6574dc6ca08d0e9d628bc0bd83131a493b0b4.tar.xz ansible-55c6574dc6ca08d0e9d628bc0bd83131a493b0b4.zip |
Install the fedmsg cert in stg as well
-rw-r--r-- | inventory/group_vars/elections-stg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/inventory/group_vars/elections-stg b/inventory/group_vars/elections-stg index df78e88a9..125fb162d 100644 --- a/inventory/group_vars/elections-stg +++ b/inventory/group_vars/elections-stg @@ -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 + |