vundb / ansible-role-apache
Ansible role to install and configure apache on gentoo instances.
Package info
github.com/vundb/ansible-role-apache
Type:chef-role
pkg:composer/vundb/ansible-role-apache
1.2.0
2017-09-30 06:17 UTC
Requires
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2026-02-11 02:54:39 UTC
README
Ansible role to install and configure apache on gentoo instances.
Supported Distributions
- Gentoo
Role Variables
-
apache_services: Array with services to be restarted on configuration changes. -
apache_user: System user name for apache daemon. Default value isapache. -
apache_group: System user group for apache daemon. Default value isapache. -
apache_port: Default port to listen on. -
apache_opts: Apache options to be used for configuration files. Available values are["PHP", "PASSENGER"].
Dependencies
None.
Example Playbook
- hosts: all
roles:
- role: vundb-apache
apache_opts: ["PHP"]
License
MIT