Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dba 628 #172

Merged
merged 3 commits into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
- name: Clean Up Broken or Missing Data Guard Wallets
when: unlock_system_passwords is not defined
block:

- name: Set up oracle database home
shell: |
. ~/.bash_profile
Expand Down Expand Up @@ -247,7 +246,7 @@

- name: Rotate Oracle Password
include_tasks: rotate_oracle_password.yml

# Restart Monitoring regardless of success of password rotation
always:
- name: Re-Enable Monitoring
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@
with_nested:
- ["sys", "system", "dbsnmp"]
- ["{{ db_configs['RCVCAT']['rcvcat_db_name'] }}", "{{ db_configs['EMREP']['emrepo_db_name'] }}"]
when: unlock_system_passwords is defined
when: unlock_system_passwords is defined
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@
become: yes
become_user: oracle
roles:
- {
role: all_password_rotation,
when: ( environment_name is defined )
}
- { role: all_password_rotation, when: ( environment_name is defined ) }
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
become: yes
become_user: oracle
roles:
- { role: oem_password_rotation, when: environment_name is search('hmpps-oem') }
- { role: oem_password_rotation, when: environment_name is defined }