More organization and beginning to add 1337 share.
This commit is contained in:
9
tasks/general/acct_mgmt/mounts.yml
Normal file
9
tasks/general/acct_mgmt/mounts.yml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
# Mount shares that all systems should have.
|
||||
|
||||
- name: Add 1337 to fstab
|
||||
blockinfile:
|
||||
path: /etc/fstab
|
||||
block: |
|
||||
ling@leet: /mnt/leet fuse.sshfs defaults,_netdev,allow_other,delay_connect 0 0
|
||||
backup: yes
|
Reference in New Issue
Block a user