vundb / ansible-role-apache
Ansible role to install and configure apache on gentoo instances.
Installs: 101
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:chef-role
Requires
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2024-12-11 00:08:04 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