Add install-mariadb playbook
This commit is contained in:
parent
d466aa6736
commit
ac06178ddb
1 changed files with 6 additions and 0 deletions
6
install-mariadb.yml
Normal file
6
install-mariadb.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
|
||||
- name: "Install mariadb"
|
||||
hosts: tunuifranken.info
|
||||
roles:
|
||||
- role: "mariadb-install"
|
Loading…
Reference in a new issue