Use new ansible folder approach

This commit is contained in:
Luke Murphy
2020-03-19 23:31:55 +01:00
parent f7b02b2ef8
commit b626f5eb97
4 changed files with 0 additions and 5 deletions

5
ansible/post-deploy.yml Normal file
View File

@ -0,0 +1,5 @@
---
- hosts: all
tasks:
- name: Echo test
shell: echo 'post-deploy!'

5
ansible/pre-deploy.yml Normal file
View File

@ -0,0 +1,5 @@
---
- hosts: all
tasks:
- name: Echo test
shell: echo 'pre-deploy!'

3
ansible/requirements.yml Normal file
View File

@ -0,0 +1,3 @@
---
- src: dokku_bot.ansible_dokku
version: v2020.3.15