Bootstrap a new dokku machine on PVE
/ terraform (push) Successful in 41s Details
/ ansible (push) Failing after 2m3s Details

This commit is contained in:
Jake Howard 2023-09-29 22:03:23 +01:00
parent 12c46e50b5
commit 28a5089190
Signed by: jake
GPG Key ID: 57AFB45680EDD477
4 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,5 @@ roles:
- src: ironicbadger.proxmox_nag_removal
version: 1.0.2
- src: chmduquesne.iptables_persistent
- src: dokku_bot.ansible_dokku
version: v2022.10.17
- src: ironicbadger.snapraid
version: 1.0.0

View File

@ -9,6 +9,8 @@ pve_hosts:
ip: 10.23.1.13
jellyfin:
ip: 10.23.1.101
dokku:
ip: 10.23.1.102
docker:
ip: 10.23.1.103
ingress:

View File

@ -13,3 +13,4 @@ qbittorrent
restic
renovate
gitea-runner
pve-dokku

View File

@ -32,6 +32,7 @@
- walker
- renovate
- gitea-runner
- pve-dokku
roles:
- role: geerlingguy.docker
become: true