13 lines
284 B
YAML
13 lines
284 B
YAML
all:
|
|
hosts:
|
|
centos7VM:
|
|
ansible_user: root
|
|
ansible_host: localhost
|
|
ansible_port: 19322
|
|
ssh_args: -o ControlMaster=auto -o ControlPersist=60s
|
|
unpriv_user: centos7 # gains privileges to use docker
|
|
children:
|
|
slurm:
|
|
hosts:
|
|
centos7VM
|