feat: added mariadb role
This commit is contained in:
parent
83c6ce3513
commit
d1c59d65de
13 changed files with 170 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue