- 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