Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Mohamed Alibi
ansible-examples
Commits
37d447de
Commit
37d447de
authored
Jul 21, 2016
by
Dave Johnson
Committed by
GitHub
Jul 21, 2016
Browse files
Merge pull request #156 from johananl/master
Fixed wrong task names in mongodb example
parents
5a70c01a
a65bf694
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mongodb/roles/mongod/tasks/main.yml
mongodb/roles/mongod/tasks/main.yml
+2
-2
No files found.
mongodb/roles/mongod/tasks/main.yml
View file @
37d447de
...
...
@@ -6,10 +6,10 @@
delegate_to
:
'
{{
item
}}'
with_items
:
groups.replication_servers
-
name
:
create
data
directory for mongodb
-
name
:
create
log
directory for mongodb
file
:
path=/var/log/mongo state=directory owner=mongod group=mongod
-
name
:
create
data
directory for mongodb
-
name
:
create
run
directory for mongodb
file
:
path=/var/run/mongo state=directory owner=mongod group=mongod
-
name
:
Create the mongodb startup file
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment