https://github.com/drunomics/ansible-role-apache
https://github.com/drunomics/ansible-role-apache
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/drunomics/ansible-role-apache
- Owner: drunomics
- Created: 2015-03-03T15:23:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:57:39.000Z (over 2 years ago)
- Last Synced: 2026-02-04T08:19:55.123Z (4 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
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: Ubuntu
Supported releases:
- 12.04
- 14.04 (tested)
- 16.04 soon
(c) 2016 drunomics GmbH. / MIT License