11 lines
358 B
YAML
Executable File
11 lines
358 B
YAML
Executable File
#!/usr/bin/env ansible-playbook
|
|
---
|
|
# Odlyd do not use NFS as it is the master backup.
|
|
# Servers outside of campus do not use NFS.
|
|
# zamok, omnomnom, owl and owncloud-srv uses permanently mounted home dirs.
|
|
# all other servers on campus uses autofs to dynamically mount home dirs.
|
|
|
|
# Deploy NFS only on campus
|
|
- hosts: crans_server
|
|
roles: ["home-nounous"]
|