Switch to shirito/drone-ansible
This commit is contained in:
parent
5dfef566ab
commit
ae1c6dc827
@ -42,7 +42,7 @@ steps:
|
||||
- rm ./items/api/public/index.html
|
||||
|
||||
- name: check ansible syntax
|
||||
image: plugins/ansible:3
|
||||
image: shirito/drone-ansible:latest
|
||||
settings:
|
||||
playbook: ./.ansible-items/playbook.yml
|
||||
inventory: ./.ansible-items/inventory
|
||||
@ -53,14 +53,14 @@ steps:
|
||||
- development
|
||||
|
||||
- name: apply ansible playbook
|
||||
image: plugins/ansible:3
|
||||
image: shirito/drone-ansible:latest
|
||||
settings:
|
||||
playbook: ./.ansible-items/playbook.yml
|
||||
inventory: ./.ansible-items/inventory
|
||||
galaxy: ./.ansible-items/requirements.yml
|
||||
private_key:
|
||||
from_secret: deploy_ssh_key
|
||||
password:
|
||||
private-key-passphrase:
|
||||
from_secret: deploy_ssh_key_password
|
||||
environment:
|
||||
DEPLOY_HOSTNAME:
|
||||
|
Loading…
x
Reference in New Issue
Block a user