34 lines
485 B
Markdown
34 lines
485 B
Markdown
|
# ssh-hostkeys
|
||
|
|
||
|
Depoly global available (Open)SSH host keys
|
||
|
|
||
|
## Requirements
|
||
|
|
||
|
- Set `ssh_hostkeys` variable as list of single-named(!) `known_hosts` entries
|
||
|
|
||
|
## Role Variables
|
||
|
|
||
|
Defaults:
|
||
|
- `ssh_hostkeys`: `[]`
|
||
|
- `ssh_hostkeys_file`: `/etc/ssh/ssh_known_hosts`
|
||
|
|
||
|
## Dependencies
|
||
|
|
||
|
- None
|
||
|
|
||
|
## Example Playbook
|
||
|
|
||
|
- hosts: all
|
||
|
roles:
|
||
|
- role: ssh_hostkeys
|
||
|
|
||
|
## License
|
||
|
|
||
|
AGPL3.0-or-later
|
||
|
|
||
|
## Author Information
|
||
|
|
||
|
- Sven Velt <sven-ansiblerole@velt.biz>
|
||
|
- https://git.velt.biz/
|
||
|
|