infra/roles/nfs/templates/rpcbind.j2

8 lines
229 B
Django/Jinja

# ansible_distributed
# /etc/init.d/rpcbind
OPTIONS="-w -h {{ wg_clients[inventory_hostname]['ip'] }} -h 127.0.0.1 -l "
# Uncomment the following line to enable libwrap TCP-Wrapper connection logging
# OPTIONS="${OPTIONS} -l "