Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipa-healthcheck use in ansible-freeipa roles #100

Open
t-woerner opened this issue Dec 10, 2019 · 2 comments
Open

ipa-healthcheck use in ansible-freeipa roles #100

t-woerner opened this issue Dec 10, 2019 · 2 comments

Comments

@t-woerner
Copy link
Member

I would like to use ipa-healthcheck in ipaserver and ipareplica roles to detect the parts that have been configured. Which of the parts are working correctly and which are not working correctly.

Using the ipaserver or ipareplica role again with a different configuration for the same node should adapt the configuration of the node to the newly given configuration. Therefore it will be needed to be able to identify the parts that need to be adapted, installed and uninstalled.

A list of the installed parts would be therefore needed.

@rcritten
Copy link
Collaborator

So you're looking for something like the output of ipa server-role-find ?

@rcritten
Copy link
Collaborator

rcritten commented Apr 7, 2023

I'm inclined to close this. healthcheck is designed to work on fully-configured systems. If you can short-circuit is_ipa_configured() then sure, it would fail all over the place and I suppose that would be a means to determine what is configured but healthcheck is premised on the assumption that things were properly configured from the start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants