This Role used for install Python and some popular application for Python, e.g. Ansible, Tensorflow
Make sure these requirements need before the installation
| Items | Details |
|---|---|
| Operating system | CentOS7.x Ubuntu18.04 AmazonLinux |
| Python version | Python3 |
| Python Components | |
| Runtime |
This Role does not depend on other role variables in syntax, but it depend on common role before
roles:
- {role: role_common, tags: "role_common"}
- {role: role_python, tags: "role_python"}
The main variables of this Role and how to use them are as follows:
| Items | Details | Format | Need to assignment |
|---|---|---|---|
| python_applications | Dictionary and list | No |
notes:
- ×××××××
- ×××××××
# Python application name which you want to pull, data format: Lists
python_applications:
- ansible
- tensorflow