Ansible plugin attempts

This commit is contained in:
Luke Murphy 2020-03-19 01:46:09 +01:00
parent 18332fd0bb
commit f0eb6ee080
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
3 changed files with 15 additions and 0 deletions

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

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

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

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

View File

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