diff options
Diffstat (limited to 'playbook.yml')
| -rw-r--r-- | playbook.yml | 28 |
1 files changed, 8 insertions, 20 deletions
diff --git a/playbook.yml b/playbook.yml index c7de2b9..784f023 100644 --- a/playbook.yml +++ b/playbook.yml @@ -1,29 +1,17 @@ -- hosts: all +- name: Deploy common services + hosts: all roles: - common - tags: - - common - -- hosts: all - roles: - jumpcloud - tags: - - jumpcloud - -- hosts: all - roles: - - ufw - tags: - ufw + - wireguard -- hosts: all +- name: Deploy podman to container service hosts + hosts: podman roles: - - wireguard - tags: - - wireguard + - podman -- hosts: lovelace +- name: Deploy our PostgreSQL database hosts + hosts: lovelace roles: - postgres - tags: - - postgres |