- Ansible Quick Start Guide
- Mohamed Alibi
- 75字
- 2021-07-23 16:37:48
The group management module
The group module has the same input types as the user module, but it affects the host groups. It is a basic module used to create, modify, and delete groups. It requires three basic commands for group management to be available: groupdadd, groupdell, and groupmod.
It is very straightforward to use. A playbook script should look as follows:
- name: create a new group
group:
name: clustergroup
state: present
gid: 1040
推薦閱讀
- 21小時學通AutoCAD
- 輕松學C#
- 計算機控制技術(shù)
- Cloud Analytics with Microsoft Azure
- 21天學通C++
- 數(shù)據(jù)產(chǎn)品經(jīng)理:解決方案與案例分析
- PostgreSQL Administration Essentials
- 自動生產(chǎn)線的拆裝與調(diào)試
- C語言寶典
- Machine Learning with Apache Spark Quick Start Guide
- Web璀璨:Silverlight應用技術(shù)完全指南
- Windows 7來了
- 網(wǎng)絡(luò)信息安全項目教程
- 工業(yè)機器人基礎(chǔ)
- 從實踐中學嵌入式Linux操作系統(tǒng)