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
|
- rm ./items/api/public/index.html
|
||||||
|
|
||||||
- name: check ansible syntax
|
- name: check ansible syntax
|
||||||
image: plugins/ansible:3
|
image: shirito/drone-ansible:latest
|
||||||
settings:
|
settings:
|
||||||
playbook: ./.ansible-items/playbook.yml
|
playbook: ./.ansible-items/playbook.yml
|
||||||
inventory: ./.ansible-items/inventory
|
inventory: ./.ansible-items/inventory
|
||||||
@ -53,14 +53,14 @@ steps:
|
|||||||
- development
|
- development
|
||||||
|
|
||||||
- name: apply ansible playbook
|
- name: apply ansible playbook
|
||||||
image: plugins/ansible:3
|
image: shirito/drone-ansible:latest
|
||||||
settings:
|
settings:
|
||||||
playbook: ./.ansible-items/playbook.yml
|
playbook: ./.ansible-items/playbook.yml
|
||||||
inventory: ./.ansible-items/inventory
|
inventory: ./.ansible-items/inventory
|
||||||
galaxy: ./.ansible-items/requirements.yml
|
galaxy: ./.ansible-items/requirements.yml
|
||||||
private_key:
|
private_key:
|
||||||
from_secret: deploy_ssh_key
|
from_secret: deploy_ssh_key
|
||||||
password:
|
private-key-passphrase:
|
||||||
from_secret: deploy_ssh_key_password
|
from_secret: deploy_ssh_key_password
|
||||||
environment:
|
environment:
|
||||||
DEPLOY_HOSTNAME:
|
DEPLOY_HOSTNAME:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user