top | item 39119917

(no title)

jimmyechan | 2 years ago

How do you usually trigger scripts? Do you do it via Ansible or manually via terminal?

discuss

order

randjoe|2 years ago

Both. Terminal, and some sort of automation. With Ansible, there's awx and semaphore. I think someone mentioned cronjobs, also systemd-timers. I think kubernetes has a cronjobs feature as well.

cjohnson318|2 years ago

Not OP, but I usually trigger Python scripts from cron.

jimmyechan|2 years ago

Is your cron running locally or do you have it set up on a server?