mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 22:30:56 +08:00
copr: group vars for copr-dist-git-aws
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
a6bca3b65d
commit
d0dafbdf40
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
|
||||
Reference in New Issue
Block a user