https://github.com/escalate/ansible-raspberry-dhcpcd
An Ansible role that manages dhcpcd on Raspberry Pi OS
https://github.com/escalate/ansible-raspberry-dhcpcd
ansible ansible-role dhcp dhcpcd raspberry raspberry-pi raspberrypi self-hosted selfhosted
Last synced: over 1 year ago
JSON representation
An Ansible role that manages dhcpcd on Raspberry Pi OS
- Host: GitHub
- URL: https://github.com/escalate/ansible-raspberry-dhcpcd
- Owner: escalate
- License: mit
- Created: 2021-08-23T19:16:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-16T10:22:42.000Z (over 1 year ago)
- Last Synced: 2025-03-16T11:27:52.905Z (over 1 year ago)
- Topics: ansible, ansible-role, dhcp, dhcpcd, raspberry, raspberry-pi, raspberrypi, self-hosted, selfhosted
- Language: Jinja
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/escalate/ansible-raspberry-dhcpcd/actions/workflows/test.yml)
# Ansible Role: Raspberry - dhcpcd
An Ansible role that manages [dhcpcd](https://roy.marples.name/projects/dhcpcd/) on Raspberry Pi OS (Debian Bookworm).
## Role Variables
Please see [defaults/main.yml](https://github.com/escalate/ansible-raspberry-dhcpcd/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.dhcpcd
```
## Example Playbook
```
- hosts: all
roles:
- role: escalate.dhcpcd
tags: dhcpcd
```
## License
MIT