feat: added mariadb role
This commit is contained in:
parent
83c6ce3513
commit
d1c59d65de
13 changed files with 170 additions and 1 deletions
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
- name: install client packages
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
cache_valid_time: 3600
|
||||
force_apt_get: true
|
||||
pkg:
|
||||
- mariadb-client
|
||||
- mariadb-client-core
|
Loading…
Add table
Add a link
Reference in a new issue