https://github.com/debops/ansible-reprepro
Create local APT repository with reprepro
https://github.com/debops/ansible-reprepro
Last synced: about 1 year ago
JSON representation
Create local APT repository with reprepro
- Host: GitHub
- URL: https://github.com/debops/ansible-reprepro
- Owner: debops
- License: gpl-3.0
- Created: 2014-09-01T00:26:04.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T10:35:46.000Z (over 8 years ago)
- Last Synced: 2023-08-18T00:28:15.600Z (almost 3 years ago)
- Language: Shell
- Size: 80.1 KB
- Stars: 11
- Watchers: 4
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
## [](http://debops.org) reprepro
[](http://travis-ci.org/debops/ansible-reprepro) [](https://github.com/debops/test-suite/tree/master/ansible-reprepro/) [](https://galaxy.ansible.com/list#/roles/1593)
`debops.reprepro` role is used to create and manage local APT repositories.
Source and binary Debian packages can be uploaded to this repository using
`dput` command, using WebDAV over HTTPS. Repositories are available over
HTTP as well as HTTPS, with optional IP/CIDR network restrictions. You need
to enable these repositories on other hosts separately, for example using
`debops.apt` role.
### Installation
This role requires at least Ansible `v1.9.0`. To install it, run:
ansible-galaxy install debops.reprepro
### Documentation
More information about `debops.reprepro` can be found in the
[official debops.reprepro documentation](http://docs.debops.org/en/latest/ansible/roles/debops.reprepro.html).
### Role dependencies
- `debops.secret`
### Are you using this as a standalone role without DebOps?
You may need to include missing roles from the [DebOps common
playbook](https://github.com/debops/debops-playbooks/blob/master/playbooks/common.yml)
into your playbook.
[Try DebOps now](https://github.com/debops/debops) for a complete solution to run your Debian-based infrastructure.
### Authors and license
`reprepro` role was written by:
- Maciej Delmanowski | [e-mail](mailto:drybjed@gmail.com) | [Twitter](https://twitter.com/drybjed) | [GitHub](https://github.com/drybjed)
License: [GPLv3](https://tldrlegal.com/license/gnu-general-public-license-v3-%28gpl-3%29)
***
This role is part of the [DebOps](http://debops.org/) project. README generated by [ansigenome](https://github.com/nickjj/ansigenome/).