https://github.com/escalate/ansible-raspberry-sshd
An Ansible role that manages OpenSSH - sshd on Raspberry Pi OS
https://github.com/escalate/ansible-raspberry-sshd
ansible ansible-role raspberry raspberry-pi raspberrypi self-hosted selfhosted sshd systemd
Last synced: 3 months ago
JSON representation
An Ansible role that manages OpenSSH - sshd on Raspberry Pi OS
- Host: GitHub
- URL: https://github.com/escalate/ansible-raspberry-sshd
- Owner: escalate
- License: mit
- Created: 2020-09-01T11:58:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-07-22T08:47:27.000Z (11 months ago)
- Last Synced: 2025-07-22T10:39:00.166Z (11 months ago)
- Topics: ansible, ansible-role, raspberry, raspberry-pi, raspberrypi, self-hosted, selfhosted, sshd, systemd
- Language: Jinja
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/escalate/ansible-raspberry-sshd/actions/workflows/test.yml)
# Ansible Role: Raspberry - sshd
An Ansible role that manages [OpenSSH - sshd](https://www.openssh.com) on Raspberry Pi OS (Debian Bookworm).
## Role Variables
Please see [defaults/main.yml](https://github.com/escalate/ansible-raspberry-sshd/blob/master/defaults/main.yml) for a complete list of variables that can be overridden.
## Dependencies
This role relies on the following dependencies:
- Roles: None
- Collections: None
## Installation
```
$ ansible-galaxy role install escalate.sshd
```
## Example Playbook
```
- hosts: all
roles:
- role: escalate.sshd
tags: sshd
```
## License
MIT