This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
Added status command
pull/1943/head
Greg Szabo
8 years ago
parent
08bb01cb55
commit
f38703a9f4
2 changed files
with
13 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
ansible/roles/status/tasks/main.yml
+8
-0
ansible/status.yml
+ 5
- 0
ansible/roles/status/tasks/main.yml
View File
@ -0,0 +1,5 @@
---
-
name
:
start service
command
:
"service {{service}} status"
+ 8
- 0
ansible/status.yml
View File
@ -0,0 +1,8 @@
---
#variable "service" is required
-
hosts
:
"{{ lookup('env','TF_VAR_TESTNET_NAME') }}"
roles:
-
status
Write
Preview
Loading…
Cancel
Save