Skip to content

Commit

Permalink
Ability to enable/disable profiling in AWS installation
Browse files Browse the repository at this point in the history
  • Loading branch information
suizman committed Apr 8, 2019
1 parent f59e064 commit 4dda40c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions deploy/aws/provision/templates/qed-config.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
log: info
api_key: "terraform_qed"
path: "/var/qed/"
{% if qed_profiling is defined %}
profiling: true
{% else %}
profiling: false
{% endif %}
{% if 'role_qed' in group_names %}
server:
node_id: "{{ ansible_hostname }}"
Expand Down
4 changes: 3 additions & 1 deletion deploy/aws/provision/vars.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
---
---
# Comment to disable profiling
qed_profiling: 'true'

0 comments on commit 4dda40c

Please sign in to comment.