Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 450 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 450 Bytes

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.