FastHandle - IT Operations Examples

FastHandle is fast operation tools for infrastructure configurations and tests.

User Tools

Site Tools


Sidebar


Top     SiteMap

Manager Server

Target Server

$FHHOME/bin/xxx.sh | xxxx.exp













.

preparation:fhhome:init.py.html



This is an old revision of the document!


Top#Preparation

fabfile/__init__.py

fabfile/__init__.py

import sys
from fabric.api import *
from fabric.contrib import files
  
env.warn_only = True
env.port = 22


lines = sys.stdin.read().splitlines()
env.hosts = filter(bool, lines)
print "target hosts: %r" % env.hosts

import auth
import test
import user
import centos7
import checklinux






Top#Preparation



preparation/fhhome/init.py.html.1511786275.txt.gz ยท Last modified: 2017/11/27 21:37 by kurihara