I am writing an ansible playbook to customize an AIX LPAR to the way we like it. One customization is to switch password algorithm to sha512. This part is easy, however the play fails if pwmod lpp is not installed because it is a dependency.
No prob, you may think, because you would just install pwmod from the NIM server. With Linux, I would just use the yum module to install a needed package, and true, there is an installp module, but there's no nim support. Even the ibm.power_aix collection doesn't have a nimclient module, or a way to call out to the nim master to install a package. Before I go and write this in the shell, is there something I'm not seeing?
Does anyone have a method for doing this that they'd like to share?
Many thanks,
M.
------------------------------
Mario Stargard
------------------------------