summaryrefslogtreecommitdiffstats
path: root/roles/nginx/meta/main.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-13 22:02:25 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-13 22:20:15 +0200
commiteb43727aee4356089f1b1111efd3c40c3a4a5474 (patch)
tree2204e5d2a957af4fb5e2bac798a41c29a90cb7c1 /roles/nginx/meta/main.yml
parent253b649a459310da07eacc7d5fa14e83761ccee2 (diff)
Add nginx role
Diffstat (limited to 'roles/nginx/meta/main.yml')
-rw-r--r--roles/nginx/meta/main.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/roles/nginx/meta/main.yml b/roles/nginx/meta/main.yml
new file mode 100644
index 00000000..d11309e0
--- /dev/null
+++ b/roles/nginx/meta/main.yml
@@ -0,0 +1,21 @@
+---
+dependencies:
+ - role: "systemd"
+ - role: "openssl"
+ - role: "logrotate"
+galaxy_info:
+ author: "a14m"
+ description: "Configure basic distro nginx reverse proxy"
+ company: "kartoffeln.work GmbH."
+ license: "MIT"
+ min_ansible_version: "2.18"
+ platforms:
+ - name: "ArchLinux"
+ versions:
+ - "all"
+ - name: "Ubuntu"
+ versions:
+ - "noble"
+ - name: "Debian"
+ versions:
+ - "bookworm"