Change setup to my local centos7 VM

This commit is contained in:
2021-04-30 15:57:38 +02:00
parent bc27dec00e
commit 8c1cd6e902
17 changed files with 20 additions and 2304 deletions

13
inv.yml
View File

@@ -1,15 +1,12 @@
all:
hosts:
ed-c7-1:
centos7VM:
ansible_user: root
ansible_host: ed-c7-1.virt.magni.thoto.net
ansible_host: localhost
ansible_port: 19322
ssh_args: -o ControlMaster=auto -o ControlPersist=60s
# ansible_host: 192.168.122.139
unpriv_user: thoto
unpriv_user: centos7 # gains privileges to use docker
children:
htcondor:
hosts:
ed-c7-1:
slurm:
hosts:
ed-c7-1:
centos7VM