minor: add basic proxy role (#2)
Reviewed-on: #2 Co-authored-by: Luciano Giacchetta <luciano@gianet.us> Co-committed-by: Luciano Giacchetta <luciano@gianet.us>
This commit was merged in pull request #2.
This commit is contained in:
21
meta/main.yml
Normal file
21
meta/main.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
galaxy_info:
|
||||
role_name: "ansible_role_proxy"
|
||||
author: "Luciano Giacchetta"
|
||||
description: "Complete Proxy Server Role"
|
||||
company: "Giacchetta Networks LLC"
|
||||
issue_tracker_url: "https://gianet.us/engineering/ansible_role_proxy/issues"
|
||||
license: "GPL-3.0-only"
|
||||
min_ansible_version: "2.12"
|
||||
platforms:
|
||||
- name: "Debian"
|
||||
versions:
|
||||
- "all"
|
||||
- name: "Ubuntu"
|
||||
versions:
|
||||
- "all"
|
||||
galaxy_tags:
|
||||
- "proxy"
|
||||
- "reverse"
|
||||
- "traefik"
|
||||
|
||||
dependencies: []
|
||||
Reference in New Issue
Block a user