Feature #798
Updated by Ohad Levy over 9 years ago
It would be nice not to have to login to Foreman's machine to execute custom tasks. The interface could allow us to schedule and/or execute tasks as "foreman" system user such as: - reports:expire - puppet:import:hosts_and_facts - reports:summarize days... - a custom task (non-rake) (For example: to refresh your modules from a git repository) - etc... I thought about implementing this with something like: puppet module (exec/refreshonly) + foreman parameters + puppetrun, but it feels like an ugly workaround and I can't easily trigger the tasks individually.