Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrlesmithjr/ansible-apt-sources
Enter description of Ansible role
https://github.com/mrlesmithjr/ansible-apt-sources
ansible ansible-role
Last synced: about 1 month ago
JSON representation
Enter description of Ansible role
- Host: GitHub
- URL: https://github.com/mrlesmithjr/ansible-apt-sources
- Owner: mrlesmithjr
- License: mit
- Created: 2017-06-30T18:40:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-04T12:31:37.000Z (over 1 year ago)
- Last Synced: 2023-06-04T13:28:34.630Z (over 1 year ago)
- Topics: ansible, ansible-role
- Language: Jinja
- Size: 267 KB
- Stars: 14
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ansible-apt-sources
Ansible role to configure `/etc/apt/sources.list`
on `Debian/Ubuntu` systems.## Purpose
The purpose of this role is to configure systems `/etc/apt/sources.list`
consistently or independently.> NOTE: This role is **not** intended to manage repositories other than the
> distribution sources.## Build Status
### GitHub Actions
![Molecule Test](https://github.com/mrlesmithjr/ansible-apt-sources/workflows/Molecule%20Test/badge.svg)
## Requirements
For any required Ansible roles, review:
[requirements.yml](requirements.yml)## Role Variables
[defaults/main.yml](defaults/main.yml)
## Dependencies
## Example Playbook
[playbook.yml](playbook.yml)
## License
MIT
## Author Information
Larry Smith Jr.
- [@mrlesmithjr](https://twitter.com/mrlesmithjr)
- [[email protected]](mailto:[email protected])
- [http://everythingshouldbevirtual.com](http://everythingshouldbevirtual.com)> NOTE: Repo has been created/updated using [https://github.com/mrlesmithjr/cookiecutter-ansible-role](https://github.com/mrlesmithjr/cookiecutter-ansible-role) as a template.