deploy: Use RedHat Software Collections

RHSCL provides patched versions of Python and Nginx
This commit is contained in:
James Graham
2020-03-30 17:18:19 +01:00
parent da57108e3e
commit 74d3c1b091
6 changed files with 34 additions and 20 deletions

View File

@@ -5,7 +5,7 @@ deploy_mode_dict:
3: Development
deploy_mode: 3
secret_key: '{{ lookup("password", "/tmp/secretkeyfile") }}'
secret_key: '{{ lookup("password", "/dev/null") }}'
project_name: 'breccia-mapper'
project_full_name: 'breccia_mapper'