Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
Thrace-lan.info
/
ansible
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
working on changes, and debugging
master
Erin Sims
2 anni fa
parent
bc3d7f20e1
commit
3d1a1a690c
1 ha cambiato i file
con
6 aggiunte
e
6 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+6
-6
playbooks/sshfs.yaml
+ 6
- 6
playbooks/sshfs.yaml
Vedi 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:
Scrivi
Anteprima
Caricamento…
Annulla
Salva