Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrlesmithjr/ansible-apt-mirror
https://github.com/mrlesmithjr/ansible-apt-mirror
ansible ansible-role apt-mirror ubuntu
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrlesmithjr/ansible-apt-mirror
- Owner: mrlesmithjr
- License: mit
- Created: 2016-01-05T17:00:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T15:03:10.000Z (6 months ago)
- Last Synced: 2024-10-20T01:16:37.212Z (25 days ago)
- Topics: ansible, ansible-role, apt-mirror, ubuntu
- Language: Jinja
- Size: 50.8 KB
- Stars: 10
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ansible-apt-mirror
Ansible role to setup an APT mirror
> NOTE: Installs and configures apt-mirror (Local APT Repository).
> Also configures clients if extra-var passed.## Build Status
### GitHub Actions
![Molecule Test](https://github.com/mrlesmithjr/ansible-apt-mirror/workflows/Molecule%20Test/badge.svg)
### Travis CI
[![Build Status](https://travis-ci.org/mrlesmithjr/ansible-apt-mirror.svg?branch=master)](https://travis-ci.org/mrlesmithjr/ansible-apt-mirror)
## Requirements
Lot's of disk space required for repos...At the time of putting this together Ubuntu Trusty w/defaults in this role requires 139GB+
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.