some different tags
This commit is contained in:
parent
8279f753b6
commit
5c3c424a9c
1 changed files with 6 additions and 3 deletions
|
@ -54,11 +54,14 @@
|
|||
|
||||
- name: mongodb.conf
|
||||
action: copy src=$files/openshift/mongodb.conf dest=/etc/mongodb.conf backup=true
|
||||
|
||||
tags:
|
||||
- mongo
|
||||
- name: mongod service start
|
||||
action: service name=mongod state=running enabled=yes
|
||||
|
||||
tags:
|
||||
- mongo
|
||||
- name: setup openshift mongo pw
|
||||
action: command mongo stickshift_broker_dev --eval 'db.addUser("stickshift", "mooo")'
|
||||
tags:
|
||||
- mongoacct
|
||||
- mongo
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue