- 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.
推薦閱讀
- Spring Boot 2實(shí)戰(zhàn)之旅
- 從0到1:HTML+CSS快速上手
- Mastering Yii
- Python機(jī)器學(xué)習(xí)實(shí)戰(zhàn)
- SQL基礎(chǔ)教程(視頻教學(xué)版)
- Learning Unity 2D Game Development by Example
- C程序設(shè)計(jì)實(shí)踐教程
- Hadoop 2.X HDFS源碼剖析
- 高效使用Greenplum:入門、進(jìn)階與數(shù)據(jù)中臺(tái)
- Software Development on the SAP HANA Platform
- Visual Basic程序設(shè)計(jì)基礎(chǔ)
- Beginning C# 7 Hands-On:The Core Language
- Java面向?qū)ο蟪绦蛟O(shè)計(jì)教程
- Java核心技術(shù)速學(xué)版(第3版)
- Python深度學(xué)習(xí):基于PyTorch