This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Thrace-lan.info
/
ansible
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
working on changes, and debugging
master
Erin Sims
2 years ago
parent
bc3d7f20e1
commit
3d1a1a690c
1 changed files
with
6 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-6
playbooks/sshfs.yaml
+ 6
- 6
playbooks/sshfs.yaml
View File
@@ -29,16 +29,16 @@
- name: copy private key
copy:
src: "./sshfs-key"
dest: "/
home/sshfs
/.ssh/"
owner:
sshfs
group:
sshfs
dest: "/
root
/.ssh/"
owner:
root
group:
root
mode: '0700'
- name: copy ssh config
copy:
src: "./ssh-config"
dest: "/
home/sshfs
/.ssh/config"
owner:
sshfs
group:
sshfs
dest: "/
root
/.ssh/config"
owner:
root
group:
root
mode: '0700'
- name: "sshfs mount {{ item }}"
file:
Write
Preview
Loading…
Cancel
Save