Files
linone-infra/main.yaml
2024-01-06 10:10:46 +01:00

17 lines
243 B
YAML

---
- hosts: all
become: true
remote_user: wholteza
roles:
- role: bootstrap
vars_files:
- vars/bootstrap.yaml
- hosts: prod
become: true
roles:
# - role: users
# - role: docker
vars_files:
- vars/vault.yaml