-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmain.yml
37 lines (30 loc) · 1.29 KB
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Defaults variables for role odcs-frontend
# Specific rpm version for odcs to deploy
odcs_pkg_version: 0.2.50-2
# We'll use two TLS certs as for client auth
# Which files (with .crt) to use ?
# First one is for fedora-messaging (notifications)
# Should be found under {{ pkistore }}/fedora-messaging
odcs_fedora_messaging_tls_file: centos-odcs
# Second one is to use a rabbitmq queue for workers
# Should be found under {{ pkistore }}/rabbitmq-private
odcs_rabbitmq_queue_tls_file: centos-odcs-private-queue
# httpd header for frontend composes index
odcs_header_page:
title: 'CentOS Stream Composes'
title_lead: ''
with_manifestation: 'CentOS Stream Composes'
with_content:
- element: p
element_class: alert alert-info
element_content: >-
Learn more about the "development" and "production" composes in the <a href="https://docs.centos.org/centos-stream-docs/release/">CentOS Stream release docs</a>.
# Do we need to expose composes over ftp ?
# If enabled we'll chroot directly anonymous user to the {{ odcs_target_dir }} other variables, so where composes are mounted over nfs
# Default to False, so enable it on demand through ansible inventory
odcs_frontend_ftpd: False
# Monitoring
# Zabbix config
zabbix_odcs_templates:
- Template CentOS odcs
zabbix_odcs_groups: []