Add encryption role and related files

This commit is contained in:
2024-09-29 16:11:31 +02:00
parent a03aca39df
commit 9ae5a6446b
24 changed files with 299 additions and 332 deletions
@@ -0,0 +1,8 @@
---
- name: Converge
hosts: all
gather_facts: true
tasks:
- name: Include encryption role
ansible.builtin.include_role:
name: "encryption"