Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T11:01:28.000Z (about 1 year ago)
- Last Synced: 2023-11-02T11:36:31.238Z (about 1 year ago)
- Topics: ansible, apt, apt-file, debian, search, ubuntu
- Language: Dockerfile
- Size: 86.9 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## apt-file
[![CI](https://github.com/Oefenweb/ansible-apt-file/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-apt-file/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-apt--file-blue.svg)](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)!