.drone.yml aktualisiert
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
ee601c64ba
commit
39a956e4f5
1 changed files with 4 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ steps:
|
||||||
become: true
|
become: true
|
||||||
playbook: playbook.yml
|
playbook: playbook.yml
|
||||||
inventory: hosts
|
inventory: hosts
|
||||||
|
user: drone_ansible_user
|
||||||
private_key:
|
private_key:
|
||||||
from_secret: drone_ssh_priv
|
from_secret: drone_ssh_priv
|
||||||
ssh_extra_args: "-o StrictHostKeyChecking=no"
|
ssh_extra_args: "-o StrictHostKeyChecking=no"
|
||||||
|
|
@ -22,6 +23,9 @@ steps:
|
||||||
# when:
|
# when:
|
||||||
# event:
|
# event:
|
||||||
# - pull_request
|
# - pull_request
|
||||||
|
---
|
||||||
|
kind: secret
|
||||||
|
name: dron_ansible_user
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
image: cytopia/ansible-lint
|
image: cytopia/ansible-lint
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue