Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
medanthelinium committed Aug 11, 2023
1 parent d395676 commit 8ecf287
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# apache-prosever-apache
An Ansible role that sets up Apache on a Proserver.

### Configuration
| Variable name | Default value | Example value |Description |
| ------------- | ------------- | ------------- |----------- |
| `apache.redirects` | {} | {'http://source-url.punkt.dev': 'https://target-url.punkt.dev'} | Dictionary of URLs to be redirected |
| `apache.htpasswd` | {} | {'user': 'password'} | Dictionary of credentials to be made available for Apache vhosts |

0 comments on commit 8ecf287

Please sign in to comment.