Eerste grote update:
- Wissen standaard accounts - Zetten root password - Aanmaken databases - Aanmaken gebruikers per database - Lege files klaar zetten voor backup, slave, config
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
---
|
||||
- name: Install the MariaDB packages
|
||||
dnf:
|
||||
name: [mariadb-server, python3-pip]
|
||||
name:
|
||||
- mariadb-server
|
||||
- python3-PyMySQL
|
||||
state: present
|
||||
|
||||
- name: "Install python packages"
|
||||
pip:
|
||||
name: "{{ python_packages }}"
|
||||
environment:
|
||||
HTTP_PROXY: "{{ webproxy }}"
|
||||
HTTPS_PROXY: "{{ webproxy }}"
|
||||
|
Reference in New Issue
Block a user