Refactor backup role & store secrets as well

This commit is contained in:
Christian M. Adams
2021-03-25 01:31:18 -04:00
parent 13397f41ad
commit 0a82fec359
9 changed files with 253 additions and 157 deletions

View File

@@ -1,3 +1,8 @@
---
deployment_type: "awx"
tower_postgres_image: postgres:12
# Secret Names
tower_secret_key_secret: "{{ meta.name }}-secret-key"
tower_admin_password_secret: "{{ meta.name }}-admin-password"
# tower_postgres_configuration_secret: "{{ meta.name }}-postgres-configuration"