https://github.com/oefenweb/ansible-apt-file
Ansible role to set up apt-file in Debian-like systems
https://github.com/oefenweb/ansible-apt-file
ansible apt apt-file debian search ubuntu
Last synced: 5 months ago
JSON representation
Ansible role to set up apt-file in Debian-like systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-apt-file
- Owner: Oefenweb
- License: mit
- Created: 2014-09-04T14:42:41.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-11-28T21:16:44.000Z (over 1 year ago)
- Last Synced: 2025-04-16T01:53:33.220Z (about 1 year ago)
- Topics: ansible, apt, apt-file, debian, search, ubuntu
- Language: Dockerfile
- Size: 95.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## apt-file
[](https://github.com/Oefenweb/ansible-apt-file/actions?query=workflow%3ACI)
[](https://galaxy.ansible.com/Oefenweb/apt_file)
Set up apt-file in Debian-like systems.
#### Requirements
None
#### Variables
* `apt_file_quiet`: [default: `true`]: Whether or not the jobs should run quietly
* `apt_file_quietness`: [default: `'&>'`]: Controls the "quietness" of the jobs (e.g. `'>'` for only `stderr`)
* `apt_file_update_daily` [default: `true`]: Whether or not to update on daily basis
## Dependencies
None
#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.apt-file
```
#### License
MIT
#### Author Information
Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-apt-file/issues)!