Automations â
đ° In a Nutshell â
âšī¸ Sum-up
Automations allow you to schedule playbook or Docker action executions based on cron scheduled.
Principles â
Automations are formed by two elements:
- A
trigger
(currently only cron-based) - An
action
[Trigger] â
The trigger is the "when" your automations will launch, and how often. The only trigger available at this time is "Cron", a time-based trigger that will periodically start according to your settings.
[Action] â
The action is the "what" your automations will do. Two actions are currently available:
Action | Description |
---|---|
Playbook | Execute any playbooks registered in SSM |
Docker Action | Run a Docker action such as restart for a specific container |
Docker Volume Action | Run a Docker Volume action such as backup for a specific volume |
Adding a new automation â
1. Open the drawer â
Click on the blue button Add a new automation
2. Name your automation â
At the top of the drawer, enter a unique name for your automation
3. Add a trigger â
Choose a trigger and set up the value
4. Add an action â
Choose an action and the targets for this action
Finally, click on submit
Viewing automation logs â
To see the execution logs of your automation, click on the downward-facing arrow on the line of your automation and click on Show execution logs
Deleting an automation â
To delete an automation, click on the downward-facing arrow on the line of your automation and click on Delete