ansible role to deploy apache on debian
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Ansible role to deploy apache on debian
Requirement
You need a debian OS (tested on debian 10)
Variables (in defaults)
- apache_listen_ips - default value:
- apache_remove_default_vhost - default value: false
- apache_mods_enabled - default value:
- apache_extra_mods_enabled - default value: empty list
- apache_mods_disabled - default value: empty list
- apache_state - default value: started
- apache_service - default value: apache2
- apache_server_root - default value: /etc/apache2
- apache_conf_path - default value: /etc/apache2
- apache_default_vhost_filename - default value: 000-default.conf
- apache_packages - default value:
- apache_extr_packages - default value: empty list
Example playbook
Role philosophy