Skip to content

Commit

Permalink
Add an answer for the PKI confirm skip question
Browse files Browse the repository at this point in the history
This answer is supported by the hosted_engine_setup role
but it is not supported by engine_setup role
  • Loading branch information
reliezer committed Mar 3, 2021
1 parent 3a812ad commit 16f5342
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/engine_setup/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ ovirt_engine_apache_config_root_redirection: true

ovirt_engine_setup_restore_engine_cleanup: false
ovirt_engine_setup_restore_options: {}

ovirt_engine_skip_renew_pki_confirm: true
1 change: 1 addition & 0 deletions roles/engine_setup/templates/answerfile_4.4_basic.txt.j2
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{% include "./templates/answerfile_4.3_basic.txt.j2" %}

OVESETUP_GRAFANA_CORE/enable=bool:{{ ovirt_engine_grafana_enable }}
OVESETUP_SKIP_RENEW_PKI_CONFIRM/enable=bool:{{ ovirt_engine_skip_renew_pki_confirm }}

0 comments on commit 16f5342

Please sign in to comment.