Skip to content

Basic ansible role to setup Apache 2. The role is prepared for usage with froxlor.

License

Notifications You must be signed in to change notification settings

saretter/ansible-role-apache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-role-apache

Basic role to setup Apache 2. The role is prepared for usage with froxlor.

Requirements

This role was created for Debian 10.x (Buster). It is configured to work with froxlor.

You might use this role in conjunction with the roles:

  • ansible-role-mysql
  • ansible-role-froxlor
  • ansible-role-postfix
  • ansible-role-dovecot

Role Variables

In defaults/main.yaml the following variables and default-values are specified.

# Apache modules to load
apache_modules_load:
  - headers
  - ssl

# Apache modules to unload
apache_modules_unload:
  - userdir

Example Playbook

This role can be easily used in a playbook like this:

- hosts: froxlor-servers
  roles:
      - ansible-role-postfix

License

GNU GENERAL PUBLIC LICENSE VERSION 3

Author Information

blog.retter.jetzt

About

Basic ansible role to setup Apache 2. The role is prepared for usage with froxlor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published