16 lines
305 B
YAML
16 lines
305 B
YAML
---
|
|
galaxy_info:
|
|
role_name: users
|
|
author: ops
|
|
description: Provision admin user accounts with SSH keys and passwordless sudo
|
|
license: MIT
|
|
min_ansible_version: "2.14"
|
|
platforms:
|
|
- name: Debian
|
|
versions:
|
|
- bookworm
|
|
- name: EL
|
|
versions:
|
|
- "7"
|
|
dependencies: []
|