This content has been marked as final.
Show 1 reply
-
1. Re: Ansible Automation is possible or not in ADDM?
Bernard Stern Dec 20, 2018 2:38 AM (in response to nitin khune)2 of 2 people found this helpfulHello
We don't have ansible are any other config management agent on our appliances. What we have is a RPM package where I have the public certificates, some configuration items that are "not standard", e.g. allowing the addm user to log in so that addm appliances can be scanned by addm. This RPM is idempotent, it can be re-installed as many times as you want. So whenever there is a new ADDM version or a service pack, I simply re-install that RPM. This is kinda aking an ansible playbook, with the advantage that we don't need an unsupported agent.