projects
/
public
/
csc-playbooks.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Uncomment things from update-hosts.yml
[public/csc-playbooks.git]
/
mount-users.yml
1
---
2
- hosts: all
3
remote_user: root
4
tasks:
5
- name: mount NFS
6
command: mount {{ item }}
7
with_items:
8
- /users
9
- /music