Parcourir la source

working on changes, and debugging

master
Erin Sims il y a 2 ans
Parent
révision
0cc01dad8b
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. +5
    -1
      playbooks/sshfs.yaml

+ 5
- 1
playbooks/sshfs.yaml Voir le fichier

@@ -9,7 +9,11 @@
hostname: "home.thrace-lan.info"
username: "sshfs"
sshfsport: 2200
tasks:
tasks:
- name: sshfs
ansible.builtin.group:
name: sshfs
state: present
- name: sshfs
ansible.builtin.user:
name: sshfs


Chargement…
Annuler
Enregistrer