Änderungen bei tvd und db1913

This commit is contained in:
aschwarz 2022-11-22 06:16:15 +01:00
parent 929fb55cc8
commit c5237f75e6
5 changed files with 18 additions and 10 deletions

View File

@ -14,9 +14,9 @@
CV_ASSUME_DISTID: OEL7.8 CV_ASSUME_DISTID: OEL7.8
roles: roles:
# - filesystem - filesystem
# - ora_inst_ahf - ora_inst_ahf
# - db1913 - db1913
- tvd - tvd
#handlers: #handlers:

Binary file not shown.

View File

@ -14,9 +14,9 @@
msg: "Abbruch, da Direchtory vorhanden auf Host {{ ansible_fqdn }}" msg: "Abbruch, da Direchtory vorhanden auf Host {{ ansible_fqdn }}"
when: out.stat.exists == true when: out.stat.exists == true
#- name: directory exists ending play - name: directory exists ending play
# meta: end_host meta: end_host
# when: out.stat.exists == true when: out.stat.exists == true
- name: Run orachk with option nordbms - name: Run orachk with option nordbms
@ -41,10 +41,6 @@
meta: end_host meta: end_host
when: orachk_output.stdout.find("FAIL") != -1 when: orachk_output.stdout.find("FAIL") != -1
- name: directory exists ending play
meta: end_host
when: out.stat.exists == true
- name: Ensure free space on disk is more than 7.2 GB - name: Ensure free space on disk is more than 7.2 GB
assert: assert:
that: item.size_available > 7200000000 that: item.size_available > 7200000000

Binary file not shown.

View File

@ -57,3 +57,15 @@
path: /home/oracle/.TVDPERL_HOME path: /home/oracle/.TVDPERL_HOME
line: export TVDPERLBIN=/usr/bin/perl line: export TVDPERLBIN=/usr/bin/perl
create: yes create: yes
- name: unncomment /opt/oracle/trivadis/local/dba/etc/sid._DEFAULT_.conf TVDPERL_HOME.
replace:
path: /opt/oracle/trivadis/local/dba/etc/sid._DEFAULT_.conf
regexp: '^#(.*TVDPERL_HOME.*)'
replace: '\1'
- name: unncomment /opt/oracle/trivadis/local/dba/etc/sid._DEFAULT_.conf TVDPERLBIN
replace:
path: /opt/oracle/trivadis/local/dba/etc/sid._DEFAULT_.conf
regexp: '^#(.*TVDPERLBIN.*)'
replace: '\1'