{"id":13584296,"url":"https://github.com/geerlingguy/ansible-role-raspberry-pi","last_synced_at":"2025-04-06T00:06:51.281Z","repository":{"id":48837948,"uuid":"47668689","full_name":"geerlingguy/ansible-role-raspberry-pi","owner":"geerlingguy","description":"Configures a Raspberry Pi (running Raspbian).","archived":false,"fork":false,"pushed_at":"2025-01-31T03:25:42.000Z","size":18,"stargazers_count":115,"open_issues_count":2,"forks_count":21,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-29T23:07:28.975Z","etag":null,"topics":["ansible","hardware","pi","raspberry-pi","raspbian","role","setup"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/geerlingguy/raspberry-pi/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/geerlingguy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"geerlingguy","patreon":"geerlingguy"}},"created_at":"2015-12-09T04:36:15.000Z","updated_at":"2025-03-16T05:08:01.000Z","dependencies_parsed_at":"2024-01-25T05:22:27.906Z","dependency_job_id":"cc68255b-15db-46fd-a0f9-48fdb9bcf1fd","html_url":"https://github.com/geerlingguy/ansible-role-raspberry-pi","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-raspberry-pi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-raspberry-pi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-raspberry-pi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-raspberry-pi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geerlingguy","download_url":"https://codeload.github.com/geerlingguy/ansible-role-raspberry-pi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247415967,"owners_count":20935388,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","hardware","pi","raspberry-pi","raspbian","role","setup"],"created_at":"2024-08-01T15:04:09.280Z","updated_at":"2025-04-06T00:06:51.258Z","avatar_url":"https://github.com/geerlingguy.png","language":null,"funding_links":["https://github.com/sponsors/geerlingguy","https://patreon.com/geerlingguy"],"categories":["Others"],"sub_categories":[],"readme":"# Ansible Role: Raspberry Pi\n\n[![CI](https://github.com/geerlingguy/ansible-role-raspberry-pi/actions/workflows/ci.yml/badge.svg)](https://github.com/geerlingguy/ansible-role-raspberry-pi/actions/workflows/ci.yml)\n\nConfigures a Raspberry Pi (running Raspbian).\n\nThis role will reconfigure certain options in the Raspberry Pi configuration files, but will not automatically _restart_ the Pi to make all the changes take effect. For most changes, you'll need to make sure to reboot your Pi(s) after this role runs.\n\n## Requirements\n\nNone.\n\n## Role Variables\n\nAvailable variables are listed below, along with default values (see `defaults/main.yml`):\n\n    raspberry_pi_boot_config_options:\n      # Set the GPU memory split value.\n      - regexp: \"^#?gpu_mem\"\n        line: \"gpu_mem=16\"\n      # Enable 1200ma USB current on newer model Pis.\n      - regexp: \"^#?max_usb_current\"\n        line: \"max_usb_current=1\"\n\nUse Ansible's `lineinfile` module to ensure certain settings are configured inside `/boot/config.txt`.\n\n    raspberry_pi_rc_local_options:\n      # Disable HDMI on startup (for power savings).\n      - regexp: \"^/usr/bin/tvservice\"\n        line: \"/usr/bin/tvservice -o\"\n\nUse Ansible's `lineinfile` module to ensure certain settings are configured inside `/etc/rc.local`.\n\n## Dependencies\n\nNone.\n\n## Example Playbook\n\n    - hosts: pi\n      vars_files:\n        - vars/main.yml\n      roles:\n        - { role: geerlingguy.raspberry-pi }\n\n## License\n\nMIT / BSD\n\n## Author Information\n\nThis role was created in 2015 by [Jeff Geerling](https://www.jeffgeerling.com/), author of [Ansible for DevOps](https://www.ansiblefordevops.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeerlingguy%2Fansible-role-raspberry-pi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeerlingguy%2Fansible-role-raspberry-pi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeerlingguy%2Fansible-role-raspberry-pi/lists"}