- Ansible Quick Start Guide
- Mohamed Alibi
- 55字
- 2021-07-23 16:37:49
The service management module
This enables Linux system service management: starting, stopping, reloading, restarting, and enabling its system boot start. As an example, we will make sure that all hosts have ntp (that is, network time service) running and enabled:
- name: start and enable ntp service
service:
name: ntp
state: started
enabled: yes
推薦閱讀
- 精通MATLAB圖像處理
- Machine Learning for Cybersecurity Cookbook
- 協作機器人技術及應用
- R Machine Learning By Example
- Mastering D3.js
- Mastering Salesforce CRM Administration
- Arduino &樂高創意機器人制作教程
- 3D Printing for Architects with MakerBot
- Salesforce for Beginners
- Visual FoxPro程序設計
- Extending Ansible
- The DevOps 2.1 Toolkit:Docker Swarm
- Mastering OpenStack(Second Edition)
- Hands-On Business Intelligence with Qlik Sense
- C#編程兵書