infrastructure/roles/luks_ssh/meta/main.yml

16 lines
306 B
YAML
Raw Normal View History

2020-08-10 01:37:13 +02:00
galaxy_info:
author: saibotk
description: Installs openssh to initramfs with dracut, to unlock LUKS encrypted root partition on boot.
license: GPL-3.0-only
2022-11-02 21:57:13 +01:00
min_ansible_version: "2.9"
standalone: true
2020-08-10 01:37:13 +02:00
platforms:
2022-11-02 21:57:13 +01:00
- name: EL
2020-08-10 01:37:13 +02:00
versions:
2022-11-02 21:57:13 +01:00
- "7"
2020-08-10 01:37:13 +02:00
galaxy_tags: []
dependencies: []