29 lines
677 B
YAML
29 lines
677 B
YAML
all:
|
|
hosts:
|
|
ed-c7-1:
|
|
ansible_user: root
|
|
ansible_host: ed-c7-1.virt.magni.thoto.net
|
|
ssh_args: -o ControlMaster=auto -o ControlPersist=60s
|
|
# ansible_host: 192.168.122.139
|
|
unpriv_user: thoto
|
|
cfg_unpriv_user: thoto
|
|
ed-c7-2:
|
|
ansible_user: root
|
|
ansible_host: ed-c7-2.virt.uller.thoto.net
|
|
# ansible_host: 192.168.123.60 # + jumphost
|
|
ssh_args: -o ControlMaster=auto -o ControlPersist=60s
|
|
unpriv_user: thoto
|
|
cfg_unpriv_user: thoto
|
|
children:
|
|
htcondor:
|
|
hosts:
|
|
ed-c7-1:
|
|
slurm:
|
|
hosts:
|
|
ed-c7-1:
|
|
ed-c7-2:
|
|
cobald:
|
|
hosts:
|
|
ed-c7-1:
|
|
ed-c7-2:
|