lvps / 389ds-server

Ansible role to configure 389DS
Apache License 2.0
23 stars 14 forks source link

Make server installation/configuration idempotent #29

Closed InfoSec812 closed 2 years ago

InfoSec812 commented 2 years ago

If one or more hosts in my inventory has already been installed, this role causes an error saying that port 389 is already in use. It would be awesome if we could modify this role to detect already installed servers and validate configuration or update configuration.

This would allow for periodic re-runs of a playbook+inventory to ensure that the server/service is properly configured and in compliance with our declarative state.

I will take a look and see if I can figure out how to make this happen.

InfoSec812 commented 2 years ago

NVM, I just had a bad configuration!