📦️ CI volume to store ssh settings for ansible
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
13
.drone.yml
13
.drone.yml
@@ -6,12 +6,15 @@ name: run updates
|
||||
steps:
|
||||
- name: setup ansible
|
||||
image: alpine
|
||||
volumes:
|
||||
- name: ssh
|
||||
path: /root/.ssh
|
||||
environment:
|
||||
PASS:
|
||||
from_secret: pass
|
||||
commands:
|
||||
- sed -i "1s/^/[all:vars]\nansible_become_pass = $PASS\n/" servers.ini
|
||||
#- ansible-playbook site.yml -t update -vvv
|
||||
- echo "Host *\n\tStrictHostKeyChecking no" > ~/.ssh/ssh_config
|
||||
|
||||
- name: run updates
|
||||
image: plugins/ansible
|
||||
@@ -20,4 +23,12 @@ steps:
|
||||
playbook: site.yml
|
||||
private_key:
|
||||
from_secret: key
|
||||
volumes:
|
||||
- name: ssh
|
||||
path: /root/.ssh
|
||||
|
||||
volumes:
|
||||
- name: ssh
|
||||
temp:
|
||||
medium: memory
|
||||
|
||||
|
Reference in New Issue
Block a user