mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-13 14:19:54 +08:00
25 lines
528 B
Plaintext
25 lines
528 B
Plaintext
---
|
|
lvm_size: 20000
|
|
mem_size: 6144
|
|
num_cpus: 2
|
|
|
|
# for systems that do not match the above - specify the same parameter in
|
|
# the host_vars/$hostname file
|
|
|
|
tcp_ports: [ 3000 ]
|
|
|
|
# TODO, restrict this down to just sysadmin-releng
|
|
fas_client_groups: sysadmin-datanommer,sysadmin-releng,sysadmin-fedimg
|
|
|
|
# These are consumed by a task in roles/fedmsg/base/main.yml
|
|
fedmsg_certs:
|
|
- service: shell
|
|
owner: root
|
|
group: sysadmin
|
|
- service: fedimg
|
|
owner: root
|
|
group: fedmsg
|
|
can_send:
|
|
- fedimg.image.test
|
|
- fedimg.image.upload
|