Skip to content
Snippets Groups Projects
Commit d96c6882 authored by jurgenhaas's avatar jurgenhaas
Browse files

Install without apache by default

parent ac7e721e
No related branches found
No related tags found
No related merge requests found
......@@ -19,9 +19,9 @@
- name: Import configure
import_tasks: configure.yml
- name: Import apache
import_tasks: apache.yml
when: groups['webserver'] is defined and inventory_hostname in groups['webserver']
#- name: Import apache
# import_tasks: apache.yml
# when: groups['webserver'] is defined and inventory_hostname in groups['webserver']
- name: Import elasticsearch
import_tasks: elasticsearch.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment