Skip to content

How do I document a provisioning process as a workflow?

Requires Elite

On the Workflows tab of the Provisioning area, you document the process of a rollout: Name, Type (Provisioning or Deprovisioning), the Steps in order, and optionally the Script path of the associated automation script. This way, the whole team can follow exactly how a system is set up — and torn down again.

Provisioning is available from the Elite tier.

  1. Open the “Workflows” tab. Choose Provisioning and switch to the Workflows tab. The table shows existing workflows with their name, type and script path.

    A workflow with steps and a script path.
  2. Create a workflow. Click “Add Workflow” and fill in the dialog:

    • Name (required) — e.g. “New webserver (standard)”.

    • Type (required)Provisioning or Deprovisioning.

    • Steps — the process in order, one step per line, e.g.:

      Example steps
      1. VM aus Basis-Image klonen
      2. IP aus dem Netzwerk-Modul reservieren
      3. Vorlage 'Nginx vHost Standard' rendern und ausrollen
      4. System ins Monitoring aufnehmen
      5. Asset in Notory anlegen und verknüpfen
    • Script path (optional) — path/repo of the automation script, e.g. ansible/playbooks/webserver.yml.

    • Description (optional).

  3. Save. The workflow appears in the list and now serves as the authoritative process documentation.

  • Documentation, not execution: Notory does not execute workflows — they are the authoritative, versioned description of the process. The referenced script (script path) runs in your own automation (e.g. Ansible, CI).
  • Interplay between modules: A typical process references templates (generate a configuration), the network module (reserve an IP), monitoring (enroll the system), and assets (maintain the inventory).
  • Tenant isolation & audit: Workflows belong to your tenant; every change is logged.