ITOPSENG-277 do the lookups for proxy and scheme and ensure the schema perms are good

This commit is contained in:
Brett Meehan
2019-12-09 17:23:09 +11:00
parent 4d19d1d865
commit 643eb1a46e
2 changed files with 26 additions and 0 deletions

View File

@@ -10,6 +10,8 @@
atl_jdbc_encoding: 'UTF-8'
atl_jdbc_collation: 'en_US.UTF-8'
atl_proxy_name: "{{ lookup('env', 'ATL_PROXY_NAME') }}"
atl_tomcat_scheme: "{{ lookup('env', 'ATL_TOMCAT_SCHEME') }}"
roles:
- role: linux_common