The idea is simple.
We use a directory to hold playbook file names - we add the file at start and remove when the playbook completes. This way if bad things happen to the daemon, you can query the endpoint and find out what was being run from just a listdir and admin can resubmit the plays.
We could also consider placing a small json object in the file - IP who submitted it, username, and start time.
The idea is simple. We use a directory to hold playbook file names - we add the file at start and remove when the playbook completes. This way if bad things happen to the daemon, you can query the endpoint and find out what was being run from just a listdir and admin can resubmit the plays.
We could also consider placing a small json object in the file - IP who submitted it, username, and start time.