File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed
Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ breaking_changes :
3+ - " oraswgi_install: Removed default password from default_gipass (oravirt#409)"
4+ security_fixes :
5+ - " oraswgi_install: Removed default password from default_gipass (oravirt#409)"
Original file line number Diff line number Diff line change @@ -65,12 +65,16 @@ default_dbpass: '{% if item.0.oracle_db_passwd is defined %}{{ item.0.oracle_db_
6565
6666### default_gipass
6767
68- Default password for Grid-Infrastructure.
68+ Default password for Grid-Infrastructure and ASM-Users.
69+
70+ Important
71+
72+ It is mandatory to set this variable in your inventory!
6973
7074#### Default value
7175
7276` ` ` YAML
73- default_gipass : " {{ oracle_password | default('') }} "
77+ default_gipass : ' '
7478` ` `
7579
7680### endoracle_scan_port
Original file line number Diff line number Diff line change 77gi_ignoreprereq : false
88
99# @var default_gipass:description: >
10- # Default password for Grid-Infrastructure.
10+ # Default password for Grid-Infrastructure and ASM-Users .
1111#
12+ # Important
13+ #
14+ # It is mandatory to set this variable in your inventory!
1215# @end
13- default_gipass : " {{ oracle_password | default('') }} "
16+ default_gipass : " "
1417
1518# The check for the old passwords are there for backwards compatibility and only temporary, will be removed
1619default_dbpass : " {% if item.0.oracle_db_passwd is defined %}{{ item.0.oracle_db_passwd }}{% else %}Oracle123{% endif %}"
You can’t perform that action at this time.
0 commit comments