Add secondary httpd/website config.
This commit is contained in:
parent
7e3a05f840
commit
c32bae5610
1 changed files with 14 additions and 0 deletions
|
@ -47,6 +47,20 @@
|
|||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3",
|
||||
nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub/fedora-secondary' }
|
||||
|
||||
- role: httpd/mod_ssl
|
||||
|
||||
- role: httpd/certificate
|
||||
name: wildcard-2014.fedoraproject.org
|
||||
SSLCertificateChainFile: wildcard-2014.fedoraproject.org.intermediate.cert
|
||||
|
||||
- role: httpd/website
|
||||
name: secondary.fedoraproject.org
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
server_aliases:
|
||||
- alt.fedoraproject.org
|
||||
- archive.fedoraproject.org
|
||||
- archives.fedoraproject.org
|
||||
|
||||
tasks:
|
||||
- include: "{{ tasks }}/yumrepos.yml"
|
||||
- include: "{{ tasks }}/2fa_client.yml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue