copr: group vars for copr-dist-git-aws
This commit is contained in:
parent
a6bca3b65d
commit
d0dafbdf40
2 changed files with 31 additions and 0 deletions
16
inventory/group_vars/copr_dist_git_aws
Normal file
16
inventory/group_vars/copr_dist_git_aws
Normal 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
|
15
inventory/group_vars/copr_dist_git_dev_aws
Normal file
15
inventory/group_vars/copr_dist_git_dev_aws
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue