Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit 3d7eadc

Browse files
author
Sebastian Gumprich
committed
add default playbook for testing
1 parent f56e209 commit 3d7eadc

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,3 @@ Berksfile.lock
1111

1212
ansible.cfg
1313
hosts
14-
default.yml
15-
roles/bennojoy.mysql/

default.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
- name: wrapper playbook for kitchen testing "ansible-mysql-hardening"
3+
hosts: localhost
4+
vars:
5+
overwrite_global_mycnf: no
6+
mysql_hardening_enabled: yes
7+
mysql_root_password: "root"
8+
roles:
9+
- geerlingguy.mysql
10+
- ansible-mysql-hardening

0 commit comments

Comments
 (0)