Commit 1b137521 by ansible

no message

1 parent debc0963
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
- db: admin - db: admin
role: userAdminAnyDatabase role: userAdminAnyDatabase
- name: create new database "WDCHAT" and new user "wdmongo" - name: create new database "WDCHAT" and new user "wdmongo"
- mongodb_user: - mongodb_user:
login_user: wdobject login_user: wdobject
...@@ -27,4 +26,3 @@ ...@@ -27,4 +26,3 @@
- db: WDCHAT - db: WDCHAT
role: dbAdmin role: dbAdmin
role: readWrite 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!