Skip to content
Snippets Groups Projects
Commit 2310a085 authored by Benjamin Graillot's avatar Benjamin Graillot Committed by shirenn
Browse files

[home-nounous] install nfs-common

parent 391d855f
No related branches found
No related tags found
1 merge request!64Keepalived
---
- name: Install NFS client
apt:
update_cache: true
name:
- nfs-common
state: present
register: apt_result
retries: 3
until: apt_result is succeeded
- name: Deploy nfs systemd mount
template:
src: systemd/system/home.mount.j2
......
......@@ -5,7 +5,7 @@ Wants=network-online.target
After=network-online.target
[Mount]
What=tealc.adm.crans.org:/pool/home
What=172.16.1.1:/pool/home
Where=/home
Type=nfs
Options=rw,nosuid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment