Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drunomics/ansible-role-apache
https://github.com/drunomics/ansible-role-apache
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/drunomics/ansible-role-apache
- Owner: drunomics
- Created: 2015-03-03T15:23:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:57:39.000Z (about 1 year ago)
- Last Synced: 2023-12-15T15:59:09.350Z (about 1 year ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 15
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#drunomics.apache
Ansible role that installs apache.## Configuration
- See defaults/main.yml for supported configuration options.
- See tests/test-*.yml test playbooks for examples.## Adding password protection
1. Configure a suiting htpasswd file that contains allowed users
```
apache_htpasswd_files:
default:
- "user:$apr1$v9CvCAag$Ow.1dk44cqh5cd87FYE6M1"
```
The lines can be created as follows:
```
htpasswd -n testuser
# Prompt for entering the password follows.
```## Support
Distribution: UbuntuSupported releases:
- 12.04
- 14.04 (tested)
- 16.04 soon(c) 2016 drunomics GmbH. / MIT License