diff options
Diffstat (limited to 'steuermann/hosts.ini')
-rw-r--r-- | steuermann/hosts.ini | 44 |
1 files changed, 33 insertions, 11 deletions
diff --git a/steuermann/hosts.ini b/steuermann/hosts.ini index 61231df..c64e2aa 100644 --- a/steuermann/hosts.ini +++ b/steuermann/hosts.ini @@ -12,21 +12,41 @@ ; %(cmd)s - ; %(foo)s - if you include a foo= line ; -[arzach] -workdir=/arzach/data1/sienkiew +[linux:csh] +hostname=no_such_machine +run=[ 'ssh', '-q', '%(hostname)s', 'source .steuermann.%(hostname)s; cd %(workdir)s; hostname; %(script)s ' ] +workdir=/tmp -[thor] -workdir=/thor/data2/sienkiew -[herbert] -workdir=/herbert/data1/sienkiew +[rhe4-32] +hostname=herbert +like=linux:csh -[jwcalibdev] -workdir=/data1/sienkiew/ur_work +[rhe4-64] +hostname=thor +like=linux:csh + +[rhe5-64] +hostname=arzach +like=linux:csh + +[leopard] +hostname=bond +like=linux:csh + +[snow-leopard] +hostname=cadeau +like=linux:csh + + +[arzach] +hostname=arzach +like=linux:csh + +[thor] +hostname=thor +like=linux:csh -; There is a section [ALL] that is used with every machine name -[ALL] -run=[ 'ssh', '-q', '%(host)s', 'cd %(workdir)s; %(script)s' ] [host_a] run=[ 'sleep', '3' ] @@ -41,3 +61,5 @@ run=[ 'sleep', '3' ] run=[ 'sleep', '3' ] +; There is a section [ALL] that is used with every machine name +[ALL] |