Copy van lavs-rhel8 dbnode

This commit is contained in:
Marcel Nijenhof
2021-05-06 14:43:38 +02:00
commit bf1c4d86e7
16 changed files with 244 additions and 0 deletions

View 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 }}"