Implement user password management in variables
- Add oracle_user_password and grid_user_password to group_vars/all.yml - Update users_configuration.yml to use password variables instead of hardcoded hashes - Enable centralized password management for system users - Keep passwords as clear text variables (no encryption needed for this use case)
This commit is contained in:
@@ -14,4 +14,8 @@ oracle_fra: "/u03/fast_recovery_area/"
|
||||
full_configuration: true
|
||||
secure_configuration: false
|
||||
|
||||
scripts_dir: "/home/oracle/scripts"
|
||||
scripts_dir: "/home/oracle/scripts"
|
||||
|
||||
# Mots de passe utilisateurs système (hashés pour /etc/shadow)
|
||||
oracle_user_password: "$6$0xHoAXXF$K75HKb64Hcb/CEcr3YEj2LGERi/U2moJgsCK.ztGxLsKoaXc4UBiNZPL0hlxB5ng6GL.gyipfQOOXplzcdgvD0"
|
||||
grid_user_password: "$6$0xHoAXXF$K75HKb64Hcb/CEcr3YEj2LGERi/U2moJgsCK.ztGxLsKoaXc4UBiNZPL0hlxB5ng6GL.gyipfQOOXplzcdgvD0"
|
||||
Reference in New Issue
Block a user