- Ansible Quick Start Guide
- Mohamed Alibi
- 275字
- 2021-07-23 16:37:48
Ansible Linux modules
We will start by exploring the Linux modules. These are a selection of the most commonly used modules to manage the operating systems, packages, applications, and services running on the Linux environment. We will be covering the two big Linux families, Debian and Red Hat. In this section, we will give a brief overview of the module and its useful functionalities and features. We will also look at a sample of a playbook of one of the interesting uses of this module.
Some modules require some specific technologies to be installed on the remote hosts. Most of those requirements are usually preinstalled as basic system utilities, while you can work around others by using another tool that can do a similar job. For example, when you are using the apt module, the hosts are required to have aptitude installed on the remote Debian. Ansible will use apt-get to execute the job with a warning message to the user stating the unavailability of aptitude. In case the requirements are not met, Ansible will be sure to inform the user.
Before using a new module, be sure to read its documentation carefully and check if all its requirements have been met, to be on the safe side.
- Dreamweaver CS3 Ajax網(wǎng)頁設(shè)計入門與實例詳解
- Circos Data Visualization How-to
- Python Algorithmic Trading Cookbook
- 大學(xué)計算機應(yīng)用基礎(chǔ)
- 21天學(xué)通Visual C++
- Photoshop CS3圖層、通道、蒙版深度剖析寶典
- 網(wǎng)絡(luò)組建與互聯(lián)
- 大數(shù)據(jù)時代
- Troubleshooting OpenVPN
- 工業(yè)機器人應(yīng)用案例集錦
- Salesforce for Beginners
- 網(wǎng)絡(luò)管理工具實用詳解
- 啊哈C!思考快你一步
- Web編程基礎(chǔ)
- ZigBee無線通信技術(shù)應(yīng)用開發(fā)