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:
parent
9296c88ae4
commit
83c84abc62
3 changed files with 5 additions and 0 deletions
|
@ -13,3 +13,4 @@ roles:
|
|||
- src: chmduquesne.iptables_persistent
|
||||
- src: rossmcdonald.telegraf
|
||||
- src: geerlingguy.gitlab
|
||||
- src: dokku_bot.ansible_dokku
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
ssh_extra_allowed_users: dokku
|
||||
|
||||
dokku_daemon_install: false
|
||||
|
|
|
@ -106,3 +106,5 @@
|
|||
- hosts: grimes
|
||||
roles:
|
||||
- nebula
|
||||
- role: dokku_bot.ansible_dokku
|
||||
become: true
|
||||
|
|
Loading…
Reference in a new issue