Practical Ansible 2
上QQ阅读APP看书,第一时间看更新

Questions

  1. On which operating systems can you install Ansible? (Multiple correct answers)

A) Ubuntu

B) Fedora

C) Windows 2019 server

D) HP-UX

E) Mainframe

  1. Which protocol does Ansible use to connect the remote machine for running tasks?

A) HTTP

B) HTTPS

C) SSH

D) TCP

E) UDP

  1. To execute a specific module in the Ansible ad hoc command line, you need to use the -m option.

A) True

B) False