https://github.com/joenyland/ansible-debian-backports-role
https://github.com/joenyland/ansible-debian-backports-role
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/joenyland/ansible-debian-backports-role
- Owner: JoeNyland
- Created: 2023-02-19T16:02:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-15T20:44:39.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T08:30:23.510Z (3 months ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
joenyland.debian_backports
=========================[](https://github.com/JoeNyland/ansible-debian-backports-role/actions/workflows/ci.yml)
Installs [Debian backports repo](https://backports.debian.org/).
Requirements
------------None.
Role Variables
--------------### `debian_backports_additional_components`
Allows additional 'components' to be selected. E.g. `contrib`.
### `debian_backports_enabled`
Whether the repo should be enabled on a host.
Dependencies
------------None.
Example Playbook
----------------```yaml
- hosts: server
roles:
- joenyland.debian_backports
```License
-------MIT
Author Information
------------------⌨️ with ❤️ by [Joe Nyland](https://joe.nyland.io)