Пример #1
0
#from fabric.contrib.console import confirm

#from fab_tools import abort

_ = AttrDict()

env.TIMESTAMP = dt.now().strftime("%Y%m%d%H%M")

#
# GENERAL SETTINGS
#


_.WORKER_DEV_HOSTS  = ['localhost']
_.WORKER_TEST_HOSTS = ['192.168.100.10']
_.WORKER_PROD_HOSTS = ['taurus.physik.uzh.ch']

_.SERVER_TEST_HOST  = ['192.168.100.10']
_.SERVER_PROD_HOST  = ['*****@*****.**']

# where is the server located
# used for worker to connect to
# will be overwritten below in role specific part
_.SERVERHOST = "127.0.0.1" 


#
# which packages to install
#
# get the link from https://software.opensuse.org
#