- Implementing DevOps with Ansible 2
- Jonathan McAllister
- 72字
- 2021-07-02 19:02:59
Once Ansible has been installed
Once Ansible is installed on the desired Linux machine, we will want to verify that it is properly installed and functioning. To do this from the command line, enter the following command:
# Display Ansible command line options available
$ ansible --help
# Show the Ansible version number
$ ansible --version
Upon successful execution of these commands, Ansible should output version information and related help information respectively.
推薦閱讀
- 黑客攻防從入門到精通(實戰秘笈版)
- OpenDaylight Cookbook
- Software Defined Networking with OpenFlow
- Getting started with Google Guava
- Building a Home Security System with Raspberry Pi
- Java編程指南:基礎知識、類庫應用及案例設計
- jQuery從入門到精通 (軟件開發視頻大講堂)
- FFmpeg入門詳解:音視頻原理及應用
- Web Development with MongoDB and Node(Third Edition)
- Java面向對象程序設計
- Statistical Application Development with R and Python(Second Edition)
- Emotional Intelligence for IT Professionals
- The Statistics and Calculus with Python Workshop
- Mastering Machine Learning with R
- C/C++代碼調試的藝術