we handle the ssh keys elsewhere - no need to clutter it here
This commit is contained in:
parent
45c154c462
commit
aa2c2e2d39
1 changed files with 0 additions and 10 deletions
|
@ -82,11 +82,6 @@
|
|||
tags:
|
||||
- config
|
||||
|
||||
- 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
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: add jenkins ssh priv key so it can connect to clients
|
||||
action: copy src=$private/files/jenkins/ssh/jenkins_master dest=/root/.ssh/id_rsa mode=600
|
||||
tags:
|
||||
|
@ -199,11 +194,6 @@
|
|||
- name: mkdir dir for jenkins data
|
||||
action: file state=directory path=/mnt/jenkins owner=jenkins_slave group=jenkins_slave
|
||||
|
||||
- name: add jenkins-admin-keys for ssh'ing as root
|
||||
action: copy src=$files/jenkins/jenkins-admin-keys dest=/root/.ssh/authorized_keys mode=600 backup=true
|
||||
tags:
|
||||
- config
|
||||
|
||||
|
||||
handlers:
|
||||
- include: $handlers/restart_services.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue