fabric - accgetter/SpringBoot GitHub Wiki

About fabric

http://www.fabfile.org/ http://fabric-ja.readthedocs.org/ja/latest/index.html

very simple reference implementation

$ vim fabfile.py

add follow code

from fabric.api import run

def host_type():
    run('uname -s')

exec fab command

$ fab -H [email protected] host_type
usernameとipaddressは任意のものを