You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.
When running a playbook in which I also use terraform to create the infrastructure and then deploy elasticsearch using the collection. How can I ignore or disable always tag.
My playbook does
Create the required VMs
Build Dynamic inventory
Stop elastic search and Delete infra with a specific tag
Deploy Elasticsearch master/data nodes
Deploy kibana
Setup beats
Currently problem is on deletion only step 1,2,3 should run when deleting, but due to the "always" tag Elasticsearch tries to run but fails since the infra is already deleted. The always tag removes the control from user
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
When running a playbook in which I also use terraform to create the infrastructure and then deploy elasticsearch using the collection. How can I ignore or disable always tag.
My playbook does
Currently problem is on deletion only step 1,2,3 should run when deleting, but due to the "always" tag Elasticsearch tries to run but fails since the infra is already deleted. The always tag removes the control from user
The text was updated successfully, but these errors were encountered: