3.6. 到控制器节点的仅限出站的连接

这个示例清单文件部署由两个控制节点和多个执行节点组成的 control plane。只有到 'execution_nodes' 组中的控制器节点的出站连接才会与 controller plane 中的所有节点对等。

[automationcontroller]
controller-[1:2].example.com

[execution_nodes]
execution-[1:5].example.com

[execution_nodes:vars]
# connection is established *from* the execution nodes *to* the automationcontroller
peers=automationcontroller

下图显示了此网格网络的拓扑。

拓扑映射由一个自动化控制器组和本地执行组组成。自动化控制器组包括两个控制器节点:aap_c_1 and aap_c_2。本地执行节点是 aap-e-1, aap-e-2, aap-e-3, aap-e-4, 和 aap-e-5.每个执行节点都与传出连接中的每个控制节点对等。