This repository has been archived by the owner on Sep 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
Feature: Request a one time run of a runbook #127
Comments
A script that reads ./config/runbooks/init.yml and runs appropriate runbooks by hostname. This lets me run through a series of runbooks at the command line on a specific host for debugging. It will run a check over and over if it fails until there are no possible actions left (by trigger count) -- It only runs actions / checks that are specified as 'cmd' and 'target' Thanks again for the software. This potentially works quite nicely for a master-less puppet environment where specific manifests can update / fix things with a puppet apply.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Would it be possible to request a one time run of a runbook from a node:
ie -
[root@mynode]# curl http://automatron.server/runbooks/calc
Would force a one time run of a runbook named calc ?
Alternatively I can write a command line utility to parse the various yaml files and run the appropriate playbooks at the command line assuming the local node had a copy of ./conf/*
The text was updated successfully, but these errors were encountered: