Move all shared into this new repo
This commit is contained in:
3
db/mariadb-10.1/handlers/main.yml
Normal file
3
db/mariadb-10.1/handlers/main.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
- name: restart mariadb
|
||||
service: name=mariadb state=restarted
|
||||
9
db/mariadb-10.1/tasks/main.yml
Normal file
9
db/mariadb-10.1/tasks/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Installing mariadb
|
||||
apt:
|
||||
update_cache: yes
|
||||
state: present
|
||||
name:
|
||||
- mariadb-server-10.1
|
||||
- python-mysqldb # required for ansible mysql module
|
||||
when: ansible_os_family == "Debian" and ansible_distribution_major_version == "9"
|
||||
Reference in New Issue
Block a user