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
39e03bd44e
commit
0b980da34b
1 ha cambiato i file
con
3 aggiunte
e
15 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+3
-15
playbooks/sshfs.yaml
+ 3
- 15
playbooks/sshfs.yaml
Vedi File
@@ -11,22 +11,10 @@
sshfsport: 22000
tasks:
- name: sshfs
a
nsible.builtin.grou
p:
ap
t
:
name: sshfs
state: present
- name: sshfs
ansible.builtin.user:
name: sshfs
state: present
group: sshfs
- name: make ssh home directory
file:
path: "/home/sshfs/.ssh/"
state: directory
owner: sshfs
group: sshfs
mode: '0700'
- name: copy private key
state: latest
- name: copy private key
copy:
src: "./sshfs-key"
dest: "/root/.ssh/"
Scrivi
Anteprima
Caricamento…
Annulla
Salva