aboutsummaryrefslogtreecommitdiffstats
path: root/playbook.yml
blob: 83389f42321874cee23d7834e81324ec8abd8302 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
- name: Deploy common services
  hosts: all
  roles:
    - common
    - jumpcloud
    - ufw
    - wireguard

- name: Deploy nginx to hosts
  hosts: nginx
  roles:
    - nginx
    - 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:
    - postgres