Compare commits
No commits in common. "8a684ab1aa80e8011dd91595f7f1a9395ad681a9" and "3a900a7c9c73b49e9fd1b5b6dbdd49206225ee7b" have entirely different histories.
8a684ab1aa
...
3a900a7c9c
1 changed files with 8 additions and 9 deletions
|
|
@ -12,7 +12,6 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
host:
|
host:
|
||||||
- test.band-on.com
|
- test.band-on.com
|
||||||
- band-on.com
|
|
||||||
username:
|
username:
|
||||||
from_secret: drone_ansible_user
|
from_secret: drone_ansible_user
|
||||||
key:
|
key:
|
||||||
|
|
@ -29,6 +28,8 @@ steps:
|
||||||
playbook: playbook.yml
|
playbook: playbook.yml
|
||||||
inventory: hosts
|
inventory: hosts
|
||||||
ssh_extra_args: "-o StrictHostKeyChecking=no"
|
ssh_extra_args: "-o StrictHostKeyChecking=no"
|
||||||
|
# requirements: requirements.txt
|
||||||
|
# galaxy: requirements.yml
|
||||||
syntax_check: true
|
syntax_check: true
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
|
|
@ -41,8 +42,6 @@ steps:
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- pull_request
|
- pull_request
|
||||||
status:
|
|
||||||
- success
|
|
||||||
|
|
||||||
- name: Show Diff and Check
|
- name: Show Diff and Check
|
||||||
image: plugins/ansible:3
|
image: plugins/ansible:3
|
||||||
|
|
@ -58,11 +57,11 @@ steps:
|
||||||
diff: true
|
diff: true
|
||||||
check: true
|
check: true
|
||||||
ssh_extra_args: "-o StrictHostKeyChecking=no"
|
ssh_extra_args: "-o StrictHostKeyChecking=no"
|
||||||
|
# requirements: requirements.txt
|
||||||
|
# galaxy: requirements.yml
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- pull_request
|
- pull_request
|
||||||
status:
|
|
||||||
- success
|
|
||||||
|
|
||||||
- name: webhook-pr
|
- name: webhook-pr
|
||||||
image: plugins/webhook
|
image: plugins/webhook
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue