Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)

Buy Me A Coffee

> NOTE: Repo has been created/updated using [https://github.com/mrlesmithjr/cookiecutter-ansible-role](https://github.com/mrlesmithjr/cookiecutter-ansible-role) as a template.