Browse Source

working on changes, and debugging

master
Erin Sims 2 years ago
parent
commit
0cc01dad8b
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      playbooks/sshfs.yaml

+ 5
- 1
playbooks/sshfs.yaml View File

@@ -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


Loading…
Cancel
Save