mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
34 lines
823 B
Plaintext
34 lines
823 B
Plaintext
---
|
|
# Define resources for this group of hosts here.
|
|
lvm_size: 20000
|
|
mem_size: 4096
|
|
num_cpus: 2
|
|
|
|
# for systems that do not match the above - specify the same parameter in
|
|
# the host_vars/$hostname file
|
|
|
|
tcp_ports: [ 80 ]
|
|
|
|
fas_client_groups: sysadmin-noc,sysadmin-web,sysadmin-hubs,sysadmin-veteran
|
|
|
|
# These are consumed by a task in roles/fedmsg/base/tasks/main.yml
|
|
fedmsg_certs:
|
|
- service: shell
|
|
owner: hubs
|
|
group: hubs
|
|
can_send:
|
|
- logger.log
|
|
- hubs.user.created
|
|
- hubs.user.role.added
|
|
- hubs.user.role.changed
|
|
- hubs.user.role.removed
|
|
- hubs.hub.created
|
|
- hubs.hub.updated
|
|
- hubs.widget.updated
|
|
|
|
# Used by the hubs role
|
|
hubs_url_hostname: hubs.stg.fedoraproject.org
|
|
hubs_db_host: db01.stg.phx2.fedoraproject.org
|
|
hubs_oidc_url: id.stg.fedoraproject.org
|
|
hubs_oidc_secret: "{{ hubs_stg_oidc_secret }}"
|