- Ansible 2 Cloud Automation Cookbook
- Aditya Patawari Vikas Aggarwal
- 70字
- 2021-06-24 18:43:34
How to do it…
We just have to use the Ansible command and pass the ping module as an argument to parameter -m. A successful execution will return the string pong. It signifies that Ansible can reach the server and execute tasks, subject to the authorization level of the user, of course:
$ ansible localhost -m ping
localhost | SUCCESS => {
"changed": false,
"failed": false,
"ping": "pong"
}
推薦閱讀
- 平面設計初步
- Mastering Spark for Data Science
- Seven NoSQL Databases in a Week
- 城市道路交通主動控制技術
- 機器人創新實訓教程
- R Machine Learning Projects
- INSTANT Adobe Story Starter
- 貫通Hibernate開發
- Access 2007數據庫入門與實例應用金典
- CPLD/FPGA技術應用
- Microsoft 365 Mobility and Security:Exam Guide MS-101
- Learn T-SQL Querying
- TensorFlow 2.0卷積神經網絡實戰
- 網頁配色萬用寶典
- 大數據挖掘與統計機器學習