Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Registreren
Inloggen
Thrace-lan.info
/
ansible
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Pull-aanvragen
0
Publicaties
0
Wiki
Activiteit
Bladeren bron
working on changes, and debugging
master
Erin Sims
2 jaren geleden
bovenliggende
ca5422badd
commit
4feee3beab
1 gewijzigde bestanden
met
toevoegingen van 6
en
6 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+6
-6
playbooks/sshfs.yaml
+ 6
- 6
playbooks/sshfs.yaml
Bestand weergeven
@@ -33,8 +33,8 @@
owner: sshfs
group: sshfs
mode: '0700'
notify:
- name: SSHFS
notify:
- name: SSHFS
- name: copy ssh config
copy:
src: "./ssh-config"
@@ -42,7 +42,7 @@
owner: sshfs
group: sshfs
mode: '0700'
notify:
notify:
- name: SSHFS
- name: "sshfs mount {{ item }}"
file:
@@ -52,7 +52,7 @@
group: root
mode: '0777'
loop: "{{ share }}"
notify:
notify:
- name: SSHFS
- name: setup service sshfs
template:
@@ -62,8 +62,8 @@
owner: root
group: root
loop: "{{ share }}"
notify:
- name: SSHFS
notify:
- name: SSHFS
- name: "sshfs {{ item }} service start"
systemd:
name: "sshfs-{{ item }}"
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan