mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update docs for bigpanda
This commit is contained in:
parent
c413e97380
commit
67057b4675
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue