From 44fdf6659eb4e140154bd1148af1a279b78c60f3 Mon Sep 17 00:00:00 2001
From: kurokobo <2920259+kurokobo@users.noreply.github.com>
Date: Tue, 9 Apr 2024 23:46:46 +0900
Subject: [PATCH] docs: add controller token for the table
---
rulebooks/README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/rulebooks/README.md b/rulebooks/README.md
index 1f31137..dc47159 100644
--- a/rulebooks/README.md
+++ b/rulebooks/README.md
@@ -433,6 +433,7 @@ Then define Rulebook Activation as follows. Note that you should modify actual v
| Project | `Demo Project` |
| Rulebook | `demo_mqtt.yaml` |
| Decision environment | `Minimal DE with MQTT` |
+| Controller token | `awx.example.com` |
| Variables | `mqtt_host: mqtt.example.com`
`mqtt_port: 31883`
`mqtt_topic: demo` |
Activate the Rulebook, and publish specific message that matches the condition in the Rule to the topic you've defined.