aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-07-22 16:44:54 +0100
committerGravatar ChrisJL <[email protected]>2023-07-24 14:42:09 +0100
commit6f688f96feccc525ad8833b88e16f0be3515bbd2 (patch)
tree6d4a92361d602a7ba96ed822fb8e6387a3373841
parentFix ansible-lint errors (diff)
Remove all mention of old machines
-rw-r--r--host_vars/lovelace/prometheus.yml (renamed from host_vars/ritchie/prometheus.yml)0
-rw-r--r--inventory/hosts.yaml15
-rw-r--r--playbook.yml8
3 files changed, 2 insertions, 21 deletions
diff --git a/host_vars/ritchie/prometheus.yml b/host_vars/lovelace/prometheus.yml
index 63cef52..63cef52 100644
--- a/host_vars/ritchie/prometheus.yml
+++ b/host_vars/lovelace/prometheus.yml
diff --git a/inventory/hosts.yaml b/inventory/hosts.yaml
index a6938c5..4e7c9d0 100644
--- a/inventory/hosts.yaml
+++ b/inventory/hosts.yaml
@@ -6,21 +6,6 @@ all:
lovelace:
ansible_host: lovelace.box.pydis.wtf
wireguard_subnet: 10.2.0.0/16
- hopper:
- ansible_host: hopper.box.pydis.wtf
- wireguard_subnet: 10.3.0.0/16
- ritchie:
- ansible_host: ritchie.box.pydis.wtf
- wireguard_subnet: 10.4.0.0/16
- neumann:
- ansible_host: neumann.box.pydis.wtf
- wireguard_subnet: 10.5.0.0/16
- children:
- podman:
- hosts:
- turing:
- ritchie:
- neumann:
nginx:
hosts:
turing:
diff --git a/playbook.yml b/playbook.yml
index 995dc0b..b4c7cf0 100644
--- a/playbook.yml
+++ b/playbook.yml
@@ -6,9 +6,10 @@
- prometheus-node-exporter
- wireguard
- fail2ban
+ - podman
- name: Deploy our monitoring stack
- hosts: ritchie
+ hosts: lovelace
roles:
- prometheus
@@ -21,11 +22,6 @@
- nginx-ufw
- nginx-cloudflare-mtls
-- name: Deploy podman to container service hosts
- hosts: podman
- roles:
- - podman
-
- name: Deploy our PostgreSQL database hosts
hosts: lovelace
roles: