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:
Yacine31
2025-12-02 17:03:31 +01:00
parent 5dd6a01db9
commit f32816ee0d
2 changed files with 7 additions and 3 deletions

View File

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