feat: added mariadb role

This commit is contained in:
NaeiKinDus 2024-02-07 00:00:00 +00:00
parent 83c6ce3513
commit d1c59d65de
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56
13 changed files with 170 additions and 1 deletions

View file

@ -17,6 +17,13 @@
ansible.builtin.include_role:
name: nullified.infrastructure.server
- name: setup mariadb servers
hosts: internal:&mariadb
tasks:
- name: include mariadb role
ansible.builtin.include_role:
name: nullified.infrastructure.mariadb
- name: setup workstations
hosts: internal:&workstation
tasks: