Skip to content

Commit

Permalink
Merge pull request #236 from lingfish/proxy-support
Browse files Browse the repository at this point in the history
Bring in proxy env vars if defined as Ansible vars
  • Loading branch information
armab authored Apr 8, 2019
2 parents 40e9328 + d72c986 commit 532abd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stackstorm.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
- name: Install st2
hosts: all
environment: "{{ st2_proxy_env | default(None) }}"
roles:
- StackStorm.mongodb
- StackStorm.rabbitmq
Expand Down

0 comments on commit 532abd3

Please sign in to comment.