---
- name: Bootstrap and harden the VPS
hosts: all
become: true
roles:
- role: common
tags: [common]
- role: docker
tags: [docker]