Use new ansible folder approach
This commit is contained in:
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!'
|
5
ansible/pre-deploy.yml
Normal file
5
ansible/pre-deploy.yml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
- hosts: all
|
||||
tasks:
|
||||
- name: Echo test
|
||||
shell: echo 'pre-deploy!'
|
3
ansible/requirements.yml
Normal file
3
ansible/requirements.yml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
- src: dokku_bot.ansible_dokku
|
||||
version: v2020.3.15
|
Reference in New Issue
Block a user