Änderungen bei tvd und db1913
This commit is contained in:
parent
929fb55cc8
commit
c5237f75e6
@ -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.
@ -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.
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user