role.ssh-hostkeys/README.md

34 lines
485 B
Markdown
Raw Normal View History

2024-11-11 09:31:13 +00:00
# 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/