What is one difference between SaltStack and Ansible? - A. SaltStack uses the Ansible agent on the box, whereas Ansible uses a Telnet server on the box.
- B. SaltStack uses an API proxy agent to program Cisco boxes in agent mode, whereas Ansible uses a Telnet connection.
- C. SaltStack uses SSH to interact with Cisco devices, whereas Ansible uses an event bus.
- D. SaltStack is constructed with minion, whereas Ansible is constructed with YAML.
题库给的答案是a, 但ansible只能通过ssh来工作,看起来应该选d,求讲解。
|