https://github.com/joenyland/ansible-ssh-role
https://github.com/joenyland/ansible-ssh-role
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/joenyland/ansible-ssh-role
- Owner: JoeNyland
- Created: 2023-04-16T10:13:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T08:36:37.000Z (about 1 year ago)
- Last Synced: 2025-02-15T08:30:38.773Z (3 months ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
joenyland.ssh
=========================[](https://github.com/JoeNyland/ansible-ssh-role/actions/workflows/ci.yml)
Configures SSH.
Requirements
------------None.
Role Variables
--------------### `ssh_authorized_keys`
An array of authorised key maps.
Dependencies
------------None.
Example Playbook
----------------```yaml
- hosts: server
roles:
- role: ssh
vars:
ssh_authorized_keys:
- user: jane
key: https://github.com/janedoe.keys
```License
-------MIT
Author Information
------------------⌨️ with ❤️ by [Joe Nyland](https://joe.nyland.io)