feat(nginx): added new nginx role to install and configure nginx webservers
This commit is contained in:
parent
15cd8bf8da
commit
31aaf10a5c
14 changed files with 336 additions and 0 deletions
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
galaxy_info:
|
||||
author: Florian L.
|
||||
namespace: nullified
|
||||
description: Install and configure Nginx webserver
|
||||
# issue_tracker_url: http://example.com/issue/tracker
|
||||
license: MIT
|
||||
min_ansible_version: 2.15
|
||||
|
||||
# https://galaxy.ansible.com/api/v1/platforms/
|
||||
platforms:
|
||||
- name: Debian
|
||||
versions:
|
||||
- bookworm
|
||||
|
||||
galaxy_tags:
|
||||
- nginx
|
||||
- webserver
|
||||
|
||||
dependencies: []
|
Loading…
Add table
Add a link
Reference in a new issue