Commit 9ece32cc by John Jarvis

adding db for ora

parent 6d0b960f
......@@ -32,6 +32,11 @@
state=present
encoding=utf8
- name: create a database for ora
mysql_db: >
db=ora
state=present
encoding=utf8
- name: install mongo server and recommends
apt: pkg=mongodb-server state=present install_recommends=yes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment