Use dokku role to install it

I also switched the host to debian, as the arch install didn't quite work.
This commit is contained in:
Jake Howard 2021-06-22 22:08:01 +01:00
parent 9296c88ae4
commit 83c84abc62
Signed by: jake
GPG key ID: 57AFB45680EDD477
3 changed files with 5 additions and 0 deletions

View file

@ -13,3 +13,4 @@ roles:
- src: chmduquesne.iptables_persistent - src: chmduquesne.iptables_persistent
- src: rossmcdonald.telegraf - src: rossmcdonald.telegraf
- src: geerlingguy.gitlab - src: geerlingguy.gitlab
- src: dokku_bot.ansible_dokku

View file

@ -1 +1,3 @@
ssh_extra_allowed_users: dokku ssh_extra_allowed_users: dokku
dokku_daemon_install: false

View file

@ -106,3 +106,5 @@
- hosts: grimes - hosts: grimes
roles: roles:
- nebula - nebula
- role: dokku_bot.ansible_dokku
become: true