mirror of
https://github.com/roles-ansible/ansible_collection_users.git
synced 2024-08-16 10:29:50 +02:00
23 lines
492 B
YAML
23 lines
492 B
YAML
---
|
|
galaxy_info:
|
|
role_name: sshd
|
|
author: l3d
|
|
description: Ansible role l3d.users.sshd to Manage SSHD Configuration of the system and which Accounts are allowed to login
|
|
license: "MIT"
|
|
min_ansible_version: "2.16"
|
|
platforms:
|
|
- name: Debian
|
|
versions: ['all']
|
|
- name: Ubuntu
|
|
versions: ['all']
|
|
- name: Fedora
|
|
versions: ['all']
|
|
- name: EL
|
|
versions: ['all']
|
|
galaxy_tags:
|
|
- sshd
|
|
- ssh
|
|
- users
|
|
- setup
|
|
- linux
|
|
dependencies: []
|