🔭 Drop volumes, use ssh cli options
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,29 +6,18 @@ 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
|
||||
- echo "Host *\n\tStrictHostKeyChecking no" > ~/.ssh/ssh_config
|
||||
|
||||
- name: run updates
|
||||
image: plugins/ansible
|
||||
settings:
|
||||
inventory: servers.ini
|
||||
playbook: site.yml
|
||||
ssh_common_args: -o "StrictHostKeyChecking no"
|
||||
private_key:
|
||||
from_secret: key
|
||||
volumes:
|
||||
- name: ssh
|
||||
path: /root/.ssh
|
||||
|
||||
volumes:
|
||||
- name: ssh
|
||||
temp:
|
||||
medium: memory
|
||||
|
||||
|
Reference in New Issue
Block a user