Пример #1
0
#
# 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
#
# name: basic backage name
# requ: requirements to install first (using zypper)
# path: which package exactly (the url to the file)
# file: the complete filename (as reported by rpm -q <name>, and also part of the url)
# ext : the extension (.rpm)

_.PKG                           = AttrDict()