- Practical Ansible 2
- Daniel Oh James Freeman Fabio Alessandro Locati
- 70字
- 2021-06-24 16:06:47
Questions
- On which operating systems can you install Ansible? (Multiple correct answers)
A) Ubuntu
B) Fedora
C) Windows 2019 server
D) HP-UX
E) Mainframe
- Which protocol does Ansible use to connect the remote machine for running tasks?
A) HTTP
B) HTTPS
C) SSH
D) TCP
E) UDP
- To execute a specific module in the Ansible ad hoc command line, you need to use the -m option.
A) True
B) False