DCD-386: Add role to mount NFS server on nodes.

This commit is contained in:
Steve Smith
2019-05-30 13:13:59 +10:00
parent 09b4760621
commit 2f9358301b
3 changed files with 20 additions and 1 deletions

View File

@@ -86,3 +86,5 @@ atl_tomcat_protocol: "{{ lookup('env', 'ATL_TOMCAT_PROTOCOL') or 'HTTP/1.1' }}"
atl_tomcat_redirectport: "{{ lookup('env', 'ATL_TOMCAT_REDIRECTPORT') or '' }}"
atl_tomcat_scheme: "{{ lookup('env', 'ATL_TOMCAT_SCHEME') or 'http' }}"
atl_tomcat_secure: "{{ lookup('env', 'ATL_TOMCAT_SECURE') or 'false' }}"
atl_fileserver_host: "{{ lookup('env', 'ATL_FILESERVER_IP') }}"