Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
67057b46
Commit
67057b46
authored
Apr 30, 2014
by
Hagai
Committed by
Michael DeHaan
Aug 08, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docs for bigpanda
parent
c413e973
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
library/monitoring/bigpanda
+2
-2
No files found.
library/monitoring/bigpanda
View file @
67057b46
...
...
@@ -76,8 +76,8 @@ or using a deployment object:
- bigpanda: state=finished
args: deployment
If outside servers aren't reachable from your machine, use local_action:
- local_action: bigpanda component=myapp version=1.3 token={{ bigpanda_token }} state=started
If outside servers aren't reachable from your machine, use local_action
and pass the hostname
:
- local_action: bigpanda component=myapp version=1.3
hosts={{ansible_hostname}}
token={{ bigpanda_token }} state=started
register: deployment
...
- local_action: bigpanda state=finished
...
...
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