runner

Ansible role that deployes services on my runner machine

293 BJ2
nfs-mount.automount.j2
293 B13 lines • plaintext
1# NFS Automount Unit for {{ item.name }}
2# Auto-generated by Ansible Runner Role
3
4[Unit]
5Description=NFS automount {{ item.name }} ({{ item.host }}:{{ item.nfs_path }})
6After=network-online.target
7
8[Automount]
9Where={{ item.local_path }}
10TimeoutIdleSec=60
11
12[Install]
13WantedBy=multi-user.target