fertiges Playbook für 19.13

This commit is contained in:
aschwarz
2022-11-25 11:57:46 +01:00
parent 4e26cbd803
commit 5643947ab1
18 changed files with 54 additions and 171 deletions

View File

@ -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