feat: initial import of RailianceHosts starter
This commit is contained in:
commit
9860735f82
20 changed files with 355 additions and 0 deletions
9
ansible/playbooks/bootstrap.yaml
Normal file
9
ansible/playbooks/bootstrap.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
- 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue