diff options
| author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-01-15 09:47:53 +0000 |
|---|---|---|
| committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-01-15 09:47:53 +0000 |
| commit | 32f1e2bf83d8058a0a435a3139123796f7c85acd (patch) | |
| tree | 91ced4eaee6bf8a3035ef16766b74bfdaf05c349 | |
| parent | f0d7f116e414522c0ea5ac2ee99169f8dae07ea1 (diff) | |
Give jenkins basic htpd config
| -rw-r--r-- | playbooks/groups/jenkins-master.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/playbooks/groups/jenkins-master.yml b/playbooks/groups/jenkins-master.yml index a95c253d5..bff399a20 100644 --- a/playbooks/groups/jenkins-master.yml +++ b/playbooks/groups/jenkins-master.yml @@ -38,8 +38,11 @@ - jenkins/master #- fedmsg/base - apache + - role: httpd/website + name: jenkins.fedorainfracloud.org + ssl: false - role: httpd/reverseproxy - website: + website: jenkins.fedorainfracloud.org destname: jenkins proxyurl: http://localhost:8080 |
