docs: add controller token for the table

This commit is contained in:
kurokobo 2024-04-09 23:46:46 +09:00
parent 7eb100200c
commit 44fdf6659e
No known key found for this signature in database
GPG key ID: A6224377E5B0604E

View file

@ -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`<br>`mqtt_port: 31883`<br>`mqtt_topic: demo` |
Activate the Rulebook, and publish specific message that matches the condition in the Rule to the topic you've defined.