Skip to content
Snippets Groups Projects

Description

This role installs a HTTP server based on lighttpd.

Requirement

Variables

  • lighttpd_configfile:
    • description:
      • path to the configuration file of lighttpd
    • default: lighttpd.conf.j2

Process

main

  1. install and enable lighttpd
  2. copy lighttpd configuration
  3. create lighttpd directory
  4. create {{ system_config_directory }}/lighttpd directory
  5. start lighttpd

configure

  1. copy lighttpd configuration file
  2. start lighttpd service
  3. reload lighttpd service

License

BSD-3-Clauses

Contributors