https://github.com/wtanaka/ansible-role-apache
Ansible role to install Apache HTTP Server 2.x
https://github.com/wtanaka/ansible-role-apache
ansible ansible-galaxy ansible-role ansible-roles apache apache2 galaxy
Last synced: 7 months ago
JSON representation
Ansible role to install Apache HTTP Server 2.x
- Host: GitHub
- URL: https://github.com/wtanaka/ansible-role-apache
- Owner: wtanaka
- Created: 2017-01-29T06:13:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-24T00:48:02.000Z (about 6 years ago)
- Last Synced: 2025-01-23T07:45:38.171Z (9 months ago)
- Topics: ansible, ansible-galaxy, ansible-role, ansible-roles, apache, apache2, galaxy
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/wtanaka/ansible-role-apache)
[](https://circleci.com/gh/wtanaka/ansible-role-apache)wtanaka.apache
==============This ansible role installs Apache 2.x and allows you to specify which
apache modules to enableExample Playbook
----------------- hosts: all
roles:
- role: wtanaka.apache
# These variables can go either here or in the appropriate
# host_vars or group_vars file# List of apache modules to enable
apache_mods_enabled:
- rewrite
apache_mods_disabled:
- proxy_fcgiLicense
-------GPLv2
Author Information
------------------http://wtanaka.com/