mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-04-22 19:02:10 +00:00
Delete playbook
This commit is contained in:
parent
3526166c01
commit
e646b18d20
@ -1,25 +0,0 @@
|
|||||||
---
|
|
||||||
- hosts: hifive
|
|
||||||
become: yes
|
|
||||||
become_user: root
|
|
||||||
tasks:
|
|
||||||
- name: install mariadb
|
|
||||||
apt:
|
|
||||||
pkg:
|
|
||||||
- mariadb-server
|
|
||||||
- mariadb-client
|
|
||||||
- mariadb-common
|
|
||||||
- python-mysqldb
|
|
||||||
state: present
|
|
||||||
|
|
||||||
- name: Create a new user bob
|
|
||||||
mysql_user:
|
|
||||||
name: bob
|
|
||||||
password: bob
|
|
||||||
priv: '*.*:ALL'
|
|
||||||
state: present
|
|
||||||
|
|
||||||
- name: Create a new database bobdata
|
|
||||||
mysql_db:
|
|
||||||
name: bobdata
|
|
||||||
state: present
|
|
Loading…
x
Reference in New Issue
Block a user