diff options
| author | 2023-07-22 16:44:54 +0100 | |
|---|---|---|
| committer | 2023-07-24 14:42:09 +0100 | |
| commit | 6f688f96feccc525ad8833b88e16f0be3515bbd2 (patch) | |
| tree | 6d4a92361d602a7ba96ed822fb8e6387a3373841 /playbook.yml | |
| parent | Fix ansible-lint errors (diff) | |
Remove all mention of old machines
Diffstat (limited to 'playbook.yml')
| -rw-r--r-- | playbook.yml | 8 |
1 files changed, 2 insertions, 6 deletions
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: |