Add basic postfix configuration to jenkins_master
This commit is contained in:
parent
cbfd0d3d3a
commit
7db68c551d
1 changed files with 3 additions and 2 deletions
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- include: $tasks/cloud_setup_basic.yml
|
- include: $tasks/cloud_setup_basic.yml
|
||||||
|
- include: $tasks/postfix_basic.yml
|
||||||
- name: install pkgs for jenkins
|
- name: install pkgs for jenkins
|
||||||
action: yum state=installed pkg=$item
|
action: yum state=installed pkg=$item
|
||||||
with_items:
|
with_items:
|
||||||
|
@ -66,7 +67,7 @@
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
- name: add jenkins-admin-keys for ssh'ing as root
|
- name: add jenkins-admin-keys for ssh as root
|
||||||
action: copy src=$files/jenkins/jenkins-admin-keys dest=/root/.ssh/authorized_keys mode=600 backup=true
|
action: copy src=$files/jenkins/jenkins-admin-keys dest=/root/.ssh/authorized_keys mode=600 backup=true
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
@ -77,10 +78,10 @@
|
||||||
# - the IP of the slaves
|
# - the IP of the slaves
|
||||||
# - the number of projects
|
# - the number of projects
|
||||||
# - the admins
|
# - the admins
|
||||||
# Configuration of postfix
|
|
||||||
# Configuration of the ssh key to jenkins to access the slaves
|
# Configuration of the ssh key to jenkins to access the slaves
|
||||||
# Does it need the : lokkit -p 80:tcp ?
|
# Does it need the : lokkit -p 80:tcp ?
|
||||||
|
|
||||||
|
|
||||||
- name: start jenkins itself
|
- name: start jenkins itself
|
||||||
action: service name=jenkins state=running
|
action: service name=jenkins state=running
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue