fertiges Playbook für 19.13
This commit is contained in:
Binary file not shown.
@ -21,7 +21,7 @@
|
||||
|
||||
- name: Run orachk with option nordbms
|
||||
expect:
|
||||
command: "/opt/ahf/oracle.ahf/bin/orachk -profile preinstall -nordbms"
|
||||
command: "/opt/oracle.ahf/bin/orachk -profile preinstall -nordbms"
|
||||
responses:
|
||||
'(?m)^This computer is for.*': "S"
|
||||
'(?m)^orachk did not find the inventory.*': "n"
|
||||
@ -305,7 +305,8 @@
|
||||
when: inventory_hostname in groups['dbservers']
|
||||
#remote_user: "{{ root_user }}"
|
||||
shell: "{{ oracle_inventory }}/orainstRoot.sh"
|
||||
#ignore_errors: True
|
||||
#teilweise ist das oraInventory vorhanden, daher ignore_errors
|
||||
ignore_errors: True
|
||||
tags:
|
||||
- db19c_exeorainstroot
|
||||
|
||||
|
Reference in New Issue
Block a user