mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-30 13:11:38 +00:00
Added status command
This commit is contained in:
5
ansible/roles/status/tasks/main.yml
Normal file
5
ansible/roles/status/tasks/main.yml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
|
||||
- name: start service
|
||||
command: "service {{service}} status"
|
||||
|
8
ansible/status.yml
Normal file
8
ansible/status.yml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
#variable "service" is required
|
||||
|
||||
- hosts: "{{ lookup('env','TF_VAR_TESTNET_NAME') }}"
|
||||
roles:
|
||||
- status
|
||||
|
Reference in New Issue
Block a user