ansible/inventory/group_vars/summershum-stg
2017-06-12 03:09:13 +00:00

27 lines
596 B
Text

---
# Define resources for this group of hosts here.
lvm_size: 20000
mem_size: 1024
num_cpus: 2
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
tcp_ports: [ 3000 ]
fas_client_groups: sysadmin-noc,sysadmin-datanommer,sysadmin-veteran
# These are consumed by a task in roles/fedmsg/base/main.yml
fedmsg_certs:
- service: shell
owner: root
group: sysadmin
can_send:
- logger.log
- service: summershum
owner: root
group: fedmsg
can_send:
- summershum.ingest.complete
- summershum.ingest.fail
- summershum.ingest.start