mirror of
https://github.com/de-it-krachten/ansible-role-sslh
synced 2026-05-14 03:51:42 +00:00
No description
- Jinja 100%
# [1.8.0](https://github.com/de-it-krachten/ansible-role-sslh/compare/v1.7.0...v1.8.0) (2026-05-10) ### Bug Fixes * Fix '--ssl' => '--tls' ([ |
||
|---|---|---|
| .github/workflows | ||
| defaults | ||
| handlers | ||
| meta | ||
| molecule/default | ||
| tasks | ||
| .ansible-lint | ||
| .cicd | ||
| .cicd.overwrite | ||
| .collections | ||
| .gitignore | ||
| .releaserc.yml | ||
| .roles | ||
| .yamllint | ||
| CHANGELOG.md | ||
| README.md | ||
ansible-role-sslh
Manages sslh
Dependencies
Roles
None
Collections
None
Platforms
Supported platforms
- Red Hat Enterprise Linux 81
- RockyLinux 8
- OracleLinux 8
- AlmaLinux 8
- Debian 11 (Bullseye)
- Debian 12 (Bookworm)
- Debian 13 (Trixie)
- Ubuntu 20.04 LTS
- Ubuntu 22.04 LTS
- Ubuntu 24.04 LTS
- Ubuntu 26.04 LTS
- Fedora 42
- Fedora 43
Note: 1 : no automated testing is performed on these platforms
Role Variables
defaults/main.yml
# Should sslh be activated
sslh_active: true
# native SSLH port
sslh_port: 443
# Port to forward ssh traffic to
sslh_ssh_port: 22
# list of packages to install
sslh_packages:
- sslh
# service name
sslh_service: sslh
defaults/family-Debian.yml
# sslh configuration
sslh_config: /etc/sslh/sslh.cfg
defaults/family-RedHat.yml
# sslh configuration
sslh_config: /etc/sslh.cfg
defaults/family-Suse.yml
# sslh configuration
sslh_config: /etc/sslh.cfg
Example Playbook
molecule/default/converge.yml
- name: sample playbook for role 'sslh'
hosts: all
become: 'yes'
vars:
molecule_driver: '{{ lookup(''env'', ''MOLECULE_DRIVER_NAME'') }}'
sslh_fqdn: server.example.com
tasks:
- name: Include role 'sslh'
ansible.builtin.include_role:
name: sslh