Copy van lavs-rhel8 dbnode
This commit is contained in:
12
roles/mysql/tasks/install.yml
Normal file
12
roles/mysql/tasks/install.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
- name: Install the MariaDB packages
|
||||
dnf:
|
||||
name: [mariadb-server, python3-pip]
|
||||
state: present
|
||||
|
||||
- name: "Install python packages"
|
||||
pip:
|
||||
name: "{{ python_packages }}"
|
||||
environment:
|
||||
HTTP_PROXY: "{{ webproxy }}"
|
||||
HTTPS_PROXY: "{{ webproxy }}"
|
Reference in New Issue
Block a user