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
37
box/provisioning/roles/geerlingguy.nginx/meta/main.yml
Normal file
37
box/provisioning/roles/geerlingguy.nginx/meta/main.yml
Normal file
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
dependencies: []
|
||||
|
||||
galaxy_info:
|
||||
author: geerlingguy
|
||||
description: Nginx installation for Linux, FreeBSD and OpenBSD.
|
||||
company: "Midwestern Mac, LLC"
|
||||
license: "license (BSD, MIT)"
|
||||
min_ansible_version: 1.8
|
||||
platforms:
|
||||
- name: EL
|
||||
versions:
|
||||
- 6
|
||||
- 7
|
||||
- name: Debian
|
||||
versions:
|
||||
- all
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- all
|
||||
- name: Archlinux
|
||||
versions:
|
||||
- all
|
||||
- name: FreeBSD
|
||||
versions:
|
||||
- 10.3
|
||||
- 10.2
|
||||
- 10.1
|
||||
- 10.0
|
||||
- 9.3
|
||||
- name: OpenBSD
|
||||
versions:
|
||||
- 5.9
|
||||
- 6.0
|
||||
galaxy_tags:
|
||||
- development
|
||||
- web
|
Loading…
Add table
Add a link
Reference in a new issue