12345678910111213141516171819202122232425262728293031 |
- ---
-
- apache_listen_ips:
- - 0.0.0.0:80
- - 0.0.0.0:443
-
- # A default virtualhost is included in Apache's configuration.
- # Set this to `true` to remove that default.
- apache_remove_default_vhost: false
-
- apache_mods_enabled:
- - rewrite
- - ssl
-
- apache_extra_mods_enabled: []
-
- apache_mods_disabled: []
-
- apache_state: started
- apache_service: apache2
- apache_daemon: apache2
- apache_daemon_path: /usr/sbin/
- apache_server_root: /etc/apache2
- apache_conf_path: /etc/apache2
- apache_default_vhost_filename: 000-default.conf
-
- apache_packages:
- - apache2
- - apache2-utils
-
- apache_extra_packages: []
|