Commit 1b137521 by ansible

no message

1 parent debc0963
......@@ -14,7 +14,6 @@
- db: admin
role: userAdminAnyDatabase
- name: create new database "WDCHAT" and new user "wdmongo"
- mongodb_user:
login_user: wdobject
......@@ -26,5 +25,4 @@
roles:
- db: WDCHAT
role: dbAdmin
role: readWrite
\ No newline at end of file
role: readWrite
\ No newline at end of file
---
- hosts: all
become: true
tasks:
- name: Add Engine Service
command: /opt/stack/script/add_service.sh /opt/stack/script/engine.service
- name: Add Tcp Service
command: /opt/stack/script/add_service.sh /opt/stack/script/nginx.tcp.service
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!