Issue HTTP cert for pkgs
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
29ecff4c36
commit
49dd063d22
1 changed files with 7 additions and 0 deletions
|
@ -24,6 +24,13 @@
|
|||
service: HTTP
|
||||
host: "{{inventory_hostname}}"
|
||||
when: env == "staging"
|
||||
- role: keytab/service
|
||||
owner_user: apache
|
||||
owner_group: apache
|
||||
service: HTTP
|
||||
host: "pkgs.fedoraproject.org"
|
||||
host: "{{inventory_hostname}}"
|
||||
when: env == "production"
|
||||
- gitolite/base
|
||||
- cgit/base
|
||||
- cgit/clean_lock_cron
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue