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

chore: update basic-service uninstall logic #21

Merged
merged 2 commits into from
Jan 6, 2025

Conversation

O1ahmad
Copy link
Owner

@O1ahmad O1ahmad commented Jan 6, 2025

Centralized Handler with listen: Uninstall Service

  • All uninstall-related tasks are grouped under a single handler

Mode-Specific Cleanup:

  • Systemd: Utilize the ansible-role-systemd role to cleanly remove systemd services with the uninstall property set to true
  • Container: Ensured Docker containers are stopped and removed using community.docker.docker_container.
  • Kubernetes: Added Helm release and Helm binary removal logic for Kubernetes setups.

@O1ahmad O1ahmad force-pushed the ahmad/update_uninstall_logic branch from d88d001 to 83afe6d Compare January 6, 2025 01:24
@O1ahmad O1ahmad force-pushed the ahmad/update_uninstall_logic branch from 83afe6d to 191f20c Compare January 6, 2025 01:32
@O1ahmad O1ahmad force-pushed the ahmad/update_uninstall_logic branch from 5584611 to d479b20 Compare January 6, 2025 17:22
@O1ahmad O1ahmad merged commit 4045073 into main Jan 6, 2025
2 checks passed
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

Successfully merging this pull request may close these issues.

1 participant