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

[home-nounous] added home-nounous role

parent 18d01d9c
No related branches found
No related tags found
Loading
---
- name: Deploy nfs systemd mount
template:
src: systemd/system/home.mount.j2
dest: /etc/systemd/system/home.mount
mode: 0755
- name: Load and activate nfs systemd mount
systemd:
name: home.mount
daemon_reload: true
enabled: true
state: started
{{ ansible_header | comment }}
[Unit]
Description=Mount home
Wants=network-online.target
After=network-online.target
[Mount]
What=tealc.adm.crans.org:/pool/home
Where=/home
Type=nfs
Options=rw,nosuid
[Install]
WantedBy=multi-user.target
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