copr: group vars for copr-dist-git-aws

This commit is contained in:
Miroslav Suchý 2020-02-21 14:01:30 +01:00 committed by Pierre-Yves Chibon
parent a6bca3b65d
commit d0dafbdf40
2 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,16 @@
---
tcp_ports: [22, 80, 443]
datacenter: aws
freezes: false
# consumed by roles/copr/certbot
letsencrypt:
predefined_deploy_script: httpd
certificates:
copr-dist-git.aws.fedoraproject.org:
# copr-dist-git.fedorainfracloud.org:
domains:
- copr-dist-git.aws.fedoraproject.org
# - copr-dist-git.fedorainfracloud.org
challenge_dir: /var/www/html
mail: copr-devel@lists.fedorahosted.org

View file

@ -0,0 +1,15 @@
---
tcp_ports: [22, 80, 443]
datacenter: aws
freezes: false
devel: true
# consumed by roles/copr/certbot
letsencrypt:
predefined_deploy_script: httpd
certificates:
copr-dist-git-dev.fedorainfracloud.org:
domains:
- copr-dist-git-dev.fedorainfracloud.org
challenge_dir: /var/www/html
mail: copr-devel@lists.fedorahosted.org