From 28a50891900897feafec3e2d24977d128231569f Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 29 Sep 2023 22:03:23 +0100 Subject: [PATCH] Bootstrap a new dokku machine on PVE --- ansible/galaxy-requirements.yml | 2 -- ansible/group_vars/all/pve.yml | 2 ++ ansible/hosts | 1 + ansible/main.yml | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ansible/galaxy-requirements.yml b/ansible/galaxy-requirements.yml index ce8c708..c122861 100644 --- a/ansible/galaxy-requirements.yml +++ b/ansible/galaxy-requirements.yml @@ -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 diff --git a/ansible/group_vars/all/pve.yml b/ansible/group_vars/all/pve.yml index ab0bb76..a8c8ae1 100644 --- a/ansible/group_vars/all/pve.yml +++ b/ansible/group_vars/all/pve.yml @@ -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: diff --git a/ansible/hosts b/ansible/hosts index 16dd130..b11ed33 100644 --- a/ansible/hosts +++ b/ansible/hosts @@ -13,3 +13,4 @@ qbittorrent restic renovate gitea-runner +pve-dokku diff --git a/ansible/main.yml b/ansible/main.yml index 27f4c15..d01a11e 100644 --- a/ansible/main.yml +++ b/ansible/main.yml @@ -32,6 +32,7 @@ - walker - renovate - gitea-runner + - pve-dokku roles: - role: geerlingguy.docker become: true