Ansible plugin attempts
This commit is contained in:
parent
18332fd0bb
commit
f0eb6ee080
5
.ansible/post-deploy.yml
Normal file
5
.ansible/post-deploy.yml
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
- hosts: all
|
||||
tasks:
|
||||
- name: Echo test
|
||||
shell: echo 'post-deploy!'
|
6
.ansible/pre-deploy.yml
Normal file
6
.ansible/pre-deploy.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
- hosts: all
|
||||
tasks:
|
||||
- name: Echo test
|
||||
shell: echo 'pre-deploy!'
|
4
.ansible/requirements.yml
Normal file
4
.ansible/requirements.yml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
|
||||
- src: dokku_bot.ansible_dokku
|
||||
version: v2020.3.15
|
Reference in New Issue
Block a user