This repository has been archived on 2026-07-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
railiance-infra/ansible/playbooks/bootstrap.yaml

10 lines
250 B
YAML

- hosts: all
become: true
vars_files:
- ../inventory/group_vars/all.yaml
- ../inventory/group_vars/secrets.sops.yaml
roles:
- role: base
- role: sops_agent
# - role: wireguard # enable if you configure WireGuard variables