mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
18 lines
618 B
YAML
18 lines
618 B
YAML
---
|
|
# Required: specify name of tower deployment to restore to
|
|
deployment_name: ''
|
|
|
|
# Required: specify a pre-created PVC (name) to restore from
|
|
backup_pvc: ''
|
|
backup_pvc_namespace: ''
|
|
|
|
# Required: backup name, found on the awxbackup object
|
|
backup_dir: ''
|
|
|
|
# TODO: Is this necessary? User's will be able to use the rekey role
|
|
|
|
tower_admin_password_secret: "{{ deployment_name }}-admin-password"
|
|
tower_postgres_configuration_secret: "{{ deployment_name }}-postgres-configuration"
|
|
tower_secret_key_secret: "{{ deployment_name }}-secret-key"
|
|
tower_broadcast_websocket_secret: "{{ deployment_name }}-broadcast-websocket"
|