Updated Documentation

This commit is contained in:
2023-03-21 11:42:37 +01:00
parent f2a4c80091
commit 665a4ba72e
15 changed files with 32 additions and 23 deletions

View File

@@ -1,2 +0,0 @@
# role native-mailserver
This role is not implemented yet. For further information check: https://www.netarky.com/programming/arch_linux/Arch_Linux_mail_server_setup_1.html

View File

@@ -1,3 +0,0 @@
---
- name: mariadb restart
service: name=mariadb state=restarted enabled=yes

View File

@@ -1,8 +0,0 @@
---
- name: install MariaDB
pacman: name=mariadb state=present
notify: mariadb restart
- name: executing installation script
command: mariadb-install-db --user=mysql --basedir=/usr --datadir=/var/lib/mysql
notify: mariadb restart