Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrlesmithjr/ansible-apache2
https://github.com/mrlesmithjr/ansible-apache2
ansible ansible-role apache2 centos debian ubuntu
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrlesmithjr/ansible-apache2
- Owner: mrlesmithjr
- License: mit
- Created: 2015-07-30T00:08:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-29T18:26:37.000Z (over 2 years ago)
- Last Synced: 2024-07-30T16:55:16.943Z (6 months ago)
- Topics: ansible, ansible-role, apache2, centos, debian, ubuntu
- Language: Jinja
- Size: 84 KB
- Stars: 7
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ansible-apache2
Ansible role to install/configure Apache2
## Build Status
### GitHub Actions
![Molecule Test](https://github.com/mrlesmithjr/ansible-apache2/workflows/Molecule%20Test/badge.svg)
### Travis CI
[![Build Status](https://travis-ci.org/mrlesmithjr/ansible-apache2.svg?branch=master)](https://travis-ci.org/mrlesmithjr/ansible-apache2)
## Requirements
For any required Ansible roles, review:
[requirements.yml](requirements.yml)## Role Variables
[defaults/main.yml](defaults/main.yml)
## Dependencies
## Example Playbook
[playbook.yml](playbook.yml)
## License
MIT
## Author Information
Larry Smith Jr.
- [@mrlesmithjr](https://twitter.com/mrlesmithjr)
- [[email protected]](mailto:[email protected])
- [http://everythingshouldbevirtual.com](http://everythingshouldbevirtual.com)> NOTE: Repo has been created/updated using [https://github.com/mrlesmithjr/cookiecutter-ansible-role](https://github.com/mrlesmithjr/cookiecutter-ansible-role) as a template.