ansible/inventory/group_vars/summershum-stg

27 lines
579 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
# 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