diff options
-rw-r--r-- | host_vars/lovelace/prometheus.yml (renamed from host_vars/ritchie/prometheus.yml) | 0 | ||||
-rw-r--r-- | inventory/hosts.yaml | 15 | ||||
-rw-r--r-- | playbook.yml | 8 |
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: |