Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbchoa/ansible-secure-rpi-playbook
🔒 A playbook to secure and harden a Raspberry Pi.
https://github.com/mbchoa/ansible-secure-rpi-playbook
ansible ansible-playbook raspberry-pi
Last synced: 8 days ago
JSON representation
🔒 A playbook to secure and harden a Raspberry Pi.
- Host: GitHub
- URL: https://github.com/mbchoa/ansible-secure-rpi-playbook
- Owner: mbchoa
- License: mit
- Created: 2020-06-27T06:51:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-27T07:15:37.000Z (over 4 years ago)
- Last Synced: 2024-10-28T08:26:37.107Z (about 2 months ago)
- Topics: ansible, ansible-playbook, raspberry-pi
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ansible Playbook: Secure Raspberry Pi
An Ansible playbook that automates securing your Raspberry Pi device. The configuration settings used are taken from the [official docs](https://www.raspberrypi.org/documentation/configuration/security.md) provided by the Raspberry Pi organization.
Requirements
------------* Passwordless SSH access to the Raspberry Pi
* Update IP addresses in hosts for your local Raspberry PisExample
-------Run the following command to execute the playbook.
```bash
$ ansible-playbook -i hosts site.yml
```License
-------MIT
Author Information
------------------This playbook was created in 2020 by [Michael-Bryant Choa](https://www.github.com/mbchoa).