Enable AL mode and install Rubrik

This commit is contained in:
2025-08-20 14:43:30 -04:00
parent 614e80dcf5
commit 33742d8951
7 changed files with 81 additions and 7 deletions

View File

@@ -202,7 +202,7 @@
remote_user: "{{ root_user }}"
become: yes
become_user: "{{ oracle_user }}"
shell: "{{ oracle_home }}/bin/dbca -createDatabase -silent -responseFile /tmp/{{ dbca_rsp }}.rsp"
shell: "{{ oracle_home }}/bin/dbca -createDatabase -silent -responseFile /tmp/{{ dbca_rsp }}.rsp -enableArchive true"
ignore_errors: True
tags:
- dbca_createdatabase