ansible-role-luks/meta/main.yml

23 lines
344 B
YAML
Raw Normal View History

2021-09-12 22:01:52 +00:00
---
galaxy_info:
role_name: luks
2024-07-05 06:31:35 +00:00
namespace: nishiki
2021-09-12 22:01:52 +00:00
author: Adrien Waksberg
company: Adrien Waksberg
description: Encrypt device with luks
license: Apache2
2024-07-05 06:31:35 +00:00
min_ansible_version: "2.9"
2021-09-12 22:01:52 +00:00
platforms:
- name: Debian
versions:
- bookworm
2021-09-12 22:01:52 +00:00
galaxy_tags:
- encrypt
- harddisk
- security
2021-09-12 22:01:52 +00:00
dependencies: []