ce-infra/playbooks/bootstrap.yml

10 lines
158 B
YAML

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