forked from theforeman/foremanctl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.yml
More file actions
24 lines (22 loc) · 716 Bytes
/
main.yml
File metadata and controls
24 lines (22 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
candlepin_ssl_port: 23443
candlepin_hostname: localhost
candlepin_tls_versions:
- "TLSv1.2"
candlepin_ciphers:
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
- TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384
- TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
- TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256
- TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256
candlepin_container_image: quay.io/candlepin/candlepin
candlepin_container_tag: 4.4.20-1
candlepin_db_host: localhost
candlepin_db_port: 5432
candlepin_db_ssl: false
candlepin_db_ssl_ca: None
candlepin_db_ssl_verify: true
candlepin_tomcat_home: /opt/tomcat