Переглянути джерело

working on changes, and debugging

master
Erin Sims 2 роки тому
джерело
коміт
0cc01dad8b
1 змінених файлів з 5 додано та 1 видалено
  1. +5
    -1
      playbooks/sshfs.yaml

+ 5
- 1
playbooks/sshfs.yaml Переглянути файл

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


Завантаження…
Відмінити
Зберегти