renamed role, to make the purpose better visible

This commit is contained in:
2023-12-08 18:24:45 +01:00
parent 4d5aea8609
commit 9451ce398d
6 changed files with 4 additions and 3 deletions

View File

@@ -23,7 +23,8 @@ This Ansible role configures Nginx to perform 301 redirects from one domain to a
```yaml
- hosts: servers
roles:
- { role: nginx-redirect, domain_mappings: [ {source: 'example.com', target: 'newdomain.com'} ] }
- { role: nginx-domain-redirect, domain_mappings: [ {source: 'example.com', target: 'newdomain.com'} ] }
``````
## Author Information
This role was created in 2023 by Kevin Veen Birkenbach.