mist-remote

Execute MIST playbooks in remote MIST server


License
OSET-PL-2.1
Install
pip install mist-remote==1.0.0

Documentation

MIST Remote

MIST LOGO

Run MIST playbooks in remote MIST server.

Install

> pip install mist-remote

Usage

By default, MIST server used is localhost MIST server

Using remote playbook:

> mist-remote https://raw.githubusercontent.com/cr0hn/mist-playbooks/main/ping.mist

Using local playbook:

> mist-remote /home/user/playbooks/ping.mist

Using remote server:

> mist-remote --server http://192.168.2.89:5000 /home/user/playbooks/ping.mist

License

This project is distributed under BSD license <https://github.com/cr0hn/mist/blob/master/LICENSE>_