-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Semaphore don't delete the inventory files #448
Comments
I can see two solutions to this that don't involve a lot of changes: 1 - move the inventory files to their own sub directory, allowing you to schedule a cronjob to delete them as needed. Personally I prefer the 1st option as it allows you to keep an audit trail of inventory changes if needed |
Partly duplicate with #328 |
Yeah, first option is better |
@strangeman what files that Semaphore writes should we consider ephemeral? IMO everything in the |
Looks good for me. This is an easy and effective solution. |
first part of this is merged (creating tmp dir if it does not exist #461) |
Hey there,
AFter some executions from playbooks with semaphore, I saw a lot inventory files in the semaphore directory.
Is there a way that Semaphore delete them automaticly after finishing the playbook?
Thanks for the answer
The text was updated successfully, but these errors were encountered: