Commit 67057b46 by Hagai Committed by Michael DeHaan

Update docs for bigpanda

parent c413e973
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment