--- - hosts: pearl gather_facts: false become: true roles: - 'any.common.python' - 'any.common.ssh' tags: first - hosts: pearl become: true roles: - 'any.common.debian-repositories' - 'any.common.debian-user' - 'any.tools.default' - 'any.tools.ufw' - 'any.tools.restic' - 'any.tools.caddy' tags: base