- add nomad agent role - mount cephfs volume nomadfs to /shared/nomad - manage docker volume path to be /shared/nomad
16 lines
290 B
YAML
16 lines
290 B
YAML
---
|
|
networking::interfaces:
|
|
eth0:
|
|
ipaddress: 198.18.13.76
|
|
ens19:
|
|
ensure: present
|
|
family: inet
|
|
method: static
|
|
ipaddress: 10.18.15.76
|
|
netmask: 255.255.255.0
|
|
onboot: true
|
|
networking::routes:
|
|
default:
|
|
gateway: 198.18.13.254
|
|
docker::bip: '198.18.66.254/24'
|