copr: use smtp-auth-relay for all hosts
This commit is contained in:
parent
bee7b64fe5
commit
21be6fd294
11 changed files with 6 additions and 19 deletions
|
@ -1,7 +1,9 @@
|
|||
# Put here configuration for all copr instances (production, devel, ...)
|
||||
---
|
||||
|
||||
# TODO: tamplatize main.cf
|
||||
postfix_group: copr
|
||||
postfix_maincf: postfix/main.cf/main.cf.copr_smtp_auth_relay
|
||||
#TODO: tamplatize main.cf
|
||||
smtp_auth_relay_host: smtp-auth-cc-rdu01.fedoraproject.org
|
||||
smtp_auth_relay_user: copr@fedoraproject.org
|
||||
smtp_auth_relay_password: "{{ copr_smtp_password }}"
|
||||
|
|
|
@ -67,7 +67,6 @@ devel: false
|
|||
dist_git_base_url: "copr-dist-git.fedorainfracloud.org"
|
||||
frontend_base_url: "https://copr.fedorainfracloud.org"
|
||||
keygen_host: "54.83.48.73"
|
||||
postfix_group: copr
|
||||
rpm_vendor_copr_name: Fedora Copr
|
||||
services_disabled: false
|
||||
root_auth_users: msuchy frostyx praiskup nikromen
|
||||
|
|
|
@ -56,6 +56,3 @@ copr_backend_data_raid10_volumes:
|
|||
- nvme-Amazon_Elastic_Block_Store_vol01d7d16e5e447b3c4-part1
|
||||
- nvme-Amazon_Elastic_Block_Store_vol0860700f1b82314b5-part1
|
||||
- nvme-Amazon_Elastic_Block_Store_vol0ea433a88aef9c644-part1
|
||||
|
||||
postfix_group: copr
|
||||
postfix_maincf: postfix/main.cf/main.cf.copr_smtp_auth_relay
|
||||
|
|
|
@ -18,6 +18,3 @@ tcp_ports: [22, 80, 443,
|
|||
services_disabled: false
|
||||
|
||||
aws_ipv6_addr: "2600:1f18:8ee:ae00:691b:4103:dbcd:a64a/128"
|
||||
|
||||
postfix_group: copr
|
||||
postfix_maincf: postfix/main.cf/main.cf.copr_smtp_auth_relay
|
||||
|
|
|
@ -36,5 +36,3 @@ tcp_ports: [22, 80, 443,
|
|||
services_disabled: false
|
||||
|
||||
aws_ipv6_addr: "2600:1f18:8ee:ae00:66a:fd15:3f16:4092/128"
|
||||
|
||||
postfix_group: copr
|
||||
|
|
|
@ -15,6 +15,3 @@ tcp_ports: [22,
|
|||
services_disabled: false
|
||||
|
||||
aws_ipv6_addr: "2600:1f18:8ee:ae00:3cbb:7920:d83:e607/128"
|
||||
|
||||
postfix_group: copr
|
||||
postfix_maincf: postfix/main.cf/main.cf.copr_smtp_auth_relay
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
---
|
||||
services_disabled: false
|
||||
aws_ipv6_addr: "2600:1f18:8ee:ae00:c4b7:de1a:4d13:e5a4"
|
||||
|
||||
postfix_group: copr
|
||||
postfix_maincf: postfix/main.cf/main.cf.copr_smtp_auth_relay
|
||||
|
|
|
@ -57,7 +57,6 @@
|
|||
# Roles are run first, before tasks, regardless of where you place them here.
|
||||
roles:
|
||||
- base
|
||||
- smtp-auth-relay
|
||||
- nagios_client
|
||||
- copr/copr-devel-server
|
||||
- copr/backend
|
||||
|
|
|
@ -51,7 +51,6 @@
|
|||
|
||||
roles:
|
||||
- base
|
||||
- smtp-auth-relay
|
||||
- nagios_client
|
||||
- copr/copr-devel-server
|
||||
- copr/dist_git
|
||||
|
|
|
@ -54,7 +54,6 @@
|
|||
|
||||
roles:
|
||||
- base
|
||||
- smtp-auth-relay
|
||||
- nagios_client
|
||||
- copr/copr-devel-server
|
||||
- copr/keygen
|
||||
|
|
3
roles/copr/base/meta/main.yml
Normal file
3
roles/copr/base/meta/main.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
dependencies:
|
||||
- role: smtp-auth-relay
|
Loading…
Add table
Add a link
Reference in a new issue