mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
10 lines
183 B
YAML
10 lines
183 B
YAML
---
|
|
- hosts: k8s
|
|
roles:
|
|
- role: githubixx.harden-linux
|
|
tags: role-harden-linux
|
|
- role: githubixx.peervpn
|
|
tags: role-peervpn
|
|
vars_files:
|
|
- "passwords.yml"
|
|
|