/ansible-apache2

An Ansible role for installing the Apache web server.

Apache License 2.0Apache-2.0

ansible-apache2

An Ansible role for installing the Apache web server.

Role Variables

  • apache_version - Apache version
  • apache_delete_default_site - Whether or not to delete the default Apache site (default: False)
  • apache_port - Default port for Apache to listen on (default: 80)
  • apache_ssl_port - Default port for Apache to listen for SSL on (default: 443)

Example Playbook

See the examples directory.