3a8869a0f6
This commit adds the mqtt ansible callback plugin to the puppetmaster config so that whenever we run ansible we'll emit events to the firehose for that. Change-Id: Id5f10705687c5bb9854d386efd7fed486172f745
6 lines
181 B
Plaintext
6 lines
181 B
Plaintext
mqtt_hostname: <%= @mqtt_hostname %>
|
|
mqtt_port: <%= @mqtt_port %>
|
|
mqtt_username: <%= @mqtt_username %>
|
|
mqtt_password: <%= @mqtt_password %>
|
|
mqtt_ca_certs: /etc/mqtt_ca_cert.pem.crt
|