Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ursinn-ansible/role-ssh
Ansible Role - SSH
https://github.com/ursinn-ansible/role-ssh
ansible managed-via-opentofu
Last synced: 22 days ago
JSON representation
Ansible Role - SSH
- Host: GitHub
- URL: https://github.com/ursinn-ansible/role-ssh
- Owner: ursinn-ansible
- License: mit
- Created: 2022-05-28T15:54:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-09T15:59:42.000Z (about 2 months ago)
- Last Synced: 2024-11-30T17:29:00.229Z (28 days ago)
- Topics: ansible, managed-via-opentofu
- Language: Jinja
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: SSH
[![GitHub last commit](https://img.shields.io/github/last-commit/ursinn-ansible/role-ssh?logo=github&style=for-the-badge)](https://github.com/ursinn-ansible/role-ssh/commits)
[![License](https://img.shields.io/github/license/ursinn-ansible/role-ssh?style=for-the-badge)](https://github.com/ursinn-ansible/role-ssh/blob/main/LICENSE)## Options
| Option | Default Value |
| ---- | ---- |
| role_ssh_port | 22 |
| role_ssh_users | {} |
| role_ssh_x11forwarding | no |
| role_ssh_service_name | ssh |
| role_ssh_service_state | started |
| role_ssh_service_enabled | true |
| role_ssh_service_restart_handler_state | restarted |
| role_ssh_allowed_users | [] |
| role_ssh_allowed_groups | [] |
| role_ssh_sudoers_passwordless | [] |
| role_ssh_sudoers_passworded | [] |
| role_ssh_key_types | [ed25519] |
| role_ssh_key_types_list | [ed25519, rsa, ecdsa, dsa] |
| role_ssh_key_algorithmus | [[email protected], ssh-ed25519, [email protected], [email protected], [email protected]] |
| role_ssh_kex_algorithmus | [[email protected], diffie-hellman-group-exchange-sha256] |
| role_ssh_macs | [[email protected], [email protected], hmac-sha2-512] |
| role_ssh_ciphers | [[email protected], [email protected], aes256-ctr] |## License
This project is under the MIT License. See the [LICENSE](https://github.com/ursinn-ansible/role-ssh/blob/main/LICENSE) file for the full license text.