aboutsummaryrefslogtreecommitdiffstats
path: root/playbook.yml
blob: 91a025cc176d0b1c66cf694dea626bfe59b2ccff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
- name: Deploy common services
  hosts: all
  roles:
    - common
    - ufw
    - prometheus-node-exporter
    - fail2ban

- name: Deploy our monitoring stack
  hosts: ritchie
  roles:
    - prometheus

- name: Deploy podman to container service hosts
  hosts: podman
  roles:
    - podman

- name: Deploy our PostgreSQL database hosts
  hosts: lovelace
  roles:
    - postgres