Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samdoran/ansible-role-authorized-keys
Ansible role to managed SSH keys
https://github.com/samdoran/ansible-role-authorized-keys
Last synced: 22 days ago
JSON representation
Ansible role to managed SSH keys
- Host: GitHub
- URL: https://github.com/samdoran/ansible-role-authorized-keys
- Owner: samdoran
- Created: 2020-08-06T20:04:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T16:51:47.000Z (about 2 years ago)
- Last Synced: 2024-11-01T09:14:33.667Z (2 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Authorized Keys
===============
[![Galaxy](https://img.shields.io/badge/galaxy-samdoran.authorized_keys-blue.svg?style=flat)](https://galaxy.ansible.com/samdoran/authorized_keys)Manage ssh `authorized_keys`.
Requirements
------------None
Role Variables
--------------| Name | Default Value | Description |
|-------------------|---------------------|----------------------|
| `authorized_keys` | `[]` | List of keys to be added or removed. See `defaults/main.yml` for examples. |Dependencies
------------None
Example Playbook
----------------- hosts: all
roles:
- samdoran.authorized_keysLicense
-------Apache 2.0