websoft9/apps/roles/role_init/README.md
2022-07-12 08:15:51 +08:00

28 lines
547 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Ansible Role: init
=========
本 Role 用于在 Cloud Installer 项目的随机密码处理,确保任何用户每一次安装都可以生成随机密码
## Requirements
运行本 Role请确认符合如下的必要条件
| **Items** | **Details** |
| ------------------| ------------------|
| Operating system | CentOS7.x Ubuntu AmazonLinux |
| Python 版本 | Python2 |
| Python 组件 | |
| Runtime | Docker and DB |
## Related roles
本 Role 引用范例:
```
roles:
- {role: role_init, tags: "role_init"}
```