Add all files needed to bring up VM and run agaric.com locally
This commit is contained in:
parent
52c8b60bac
commit
4d2bc0ee24
742 changed files with 24037 additions and 0 deletions
38
box/provisioning/roles/geerlingguy.repo-dotdeb/README.md
Normal file
38
box/provisioning/roles/geerlingguy.repo-dotdeb/README.md
Normal file
|
@ -0,0 +1,38 @@
|
|||
# Ansible Role: DotDeb Repository
|
||||
|
||||
[](https://travis-ci.org/geerlingguy/ansible-role-repo-dotdeb)
|
||||
|
||||
Installs the [DotDeb repository](https://www.dotdeb.org/) for Debian.
|
||||
|
||||
## Requirements
|
||||
|
||||
This role only is needed/runs on Debian and its derivatives.
|
||||
|
||||
## Role Variables
|
||||
|
||||
Available variables are listed below, along with default values (see `defaults/main.yml`):
|
||||
|
||||
dotdeb_sources:
|
||||
- "deb http://packages.dotdeb.org {{ ansible_distribution_release }} all"
|
||||
- "deb-src http://packages.dotdeb.org {{ ansible_distribution_release }} all"
|
||||
dotdeb_repo_gpg_key_url: https://www.dotdeb.org/dotdeb.gpg
|
||||
|
||||
The DotDeb repos and GPG key URL. Generally, these should not be changed, but if this role is out of date, or if you need a very specific version, these can both be overridden.
|
||||
|
||||
## Dependencies
|
||||
|
||||
None.
|
||||
|
||||
## Example Playbook
|
||||
|
||||
- hosts: servers
|
||||
roles:
|
||||
- geerlingguy.repo-dotdeb
|
||||
|
||||
## License
|
||||
|
||||
MIT / BSD
|
||||
|
||||
## Author Information
|
||||
|
||||
This role was created in 2016 by [Jeff Geerling](http://www.jeffgeerling.com/), author of [Ansible for DevOps](https://www.ansiblefordevops.com/).
|
Loading…
Add table
Add a link
Reference in a new issue