feat: add basic proxy role

This commit is contained in:
2026-01-19 18:06:16 -03:00
parent 944687a75d
commit f9f5ee29ea
13 changed files with 708 additions and 1 deletions

21
meta/main.yml Normal file
View 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: []