Small formatting changes
This commit is contained in:
parent
56d2bec5d9
commit
2876565754
1 changed files with 9 additions and 3 deletions
|
@ -54,7 +54,9 @@
|
|||
- packages
|
||||
|
||||
- name: add jenkins proxy config file for apache
|
||||
action: copy src="{{ files }}/jenkins/master/jenkins-apache.conf" dest=/etc/httpd/conf.d/jenkins-apache.conf owner=root group=root mode=0644
|
||||
action: copy src="{{ files }}/jenkins/master/jenkins-apache.conf"
|
||||
dest=/etc/httpd/conf.d/jenkins-apache.conf
|
||||
owner=root group=root mode=0644
|
||||
notify:
|
||||
- restart httpd
|
||||
tags:
|
||||
|
@ -64,12 +66,16 @@
|
|||
action: service name=httpd state=running enabled=true
|
||||
|
||||
- name: add jenkins upstream repo
|
||||
action: copy src="{{ files }}/jenkins/master/jenkins.repo" dest=/etc/yum.repos.d/jenkins.repo owner=root group=root
|
||||
action: copy src="{{ files }}/jenkins/master/jenkins.repo"
|
||||
dest=/etc/yum.repos.d/jenkins.repo
|
||||
owner=root group=root
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: import jenkins upstream gpg key
|
||||
action: copy src="{{ files }}/jenkins/master/jenkins-ci.org.key" dest=/etc/pki/rpm-gpg/RPM-GPG-KEY-jenkins-ci.org owner=root group=root
|
||||
action: copy src="{{ files }}/jenkins/master/jenkins-ci.org.key"
|
||||
dest=/etc/pki/rpm-gpg/RPM-GPG-KEY-jenkins-ci.org
|
||||
owner=root group=root
|
||||
tags:
|
||||
- config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue