-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathmain.yml
41 lines (34 loc) · 849 Bytes
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# SPDX-FileCopyrightText: Helmholtz Centre for Environmental Research (UFZ)
# SPDX-FileCopyrightText: Helmholtz-Zentrum Dresden-Rossendorf (HZDR)
#
# SPDX-License-Identifier: Apache-2.0
---
galaxy_info:
role_name: "ssh_keys"
author: "HIFIS Software Services"
description: "Add provided authorized SSH public keys to a user."
company: "Helmholtz Association"
issue_tracker_url: "https://github.com/hifis-net/ansible-collection-toolkit/issues"
license: "Apache-2.0"
min_ansible_version: "2.16"
platforms:
- name: "EL"
versions:
- "8"
- "9"
- name: "Ubuntu"
versions:
- "focal"
- "jammy"
- "noble"
- name: "Debian"
versions:
- "bullseye"
- "bookworm"
galaxy_tags:
- "ssh"
- "authorized"
- "key"
- "keys"
dependencies: []
...