renamed nginx roles

This commit is contained in:
2023-11-17 14:08:03 +01:00
parent eebf359d0a
commit 2a8ae618f0
11 changed files with 36 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ This Ansible role configures an Nginx server to serve a static homepage. It hand
- Ansible 2.9 or higher
- Nginx installed on the target machine
- Git installed on the target machine (if cloning a repo)
- `https-server` and `git` roles available or configured if they are used as dependencies
- `nginx-https` and `git` roles available or configured if they are used as dependencies
## Role Variables
@@ -18,7 +18,7 @@ This Ansible role configures an Nginx server to serve a static homepage. It hand
## Dependencies
- `https-server`: A role for setting up an HTTPS server
- `nginx-https`: A role for setting up an HTTPS server
- `git`: A role for installing Git
## Example Playbook

View File

@@ -1,3 +1,3 @@
dependencies:
- https-server
- nginx-https
- git