Explorar el Código

working on changes, and debugging

master
Erin Sims hace 2 años
padre
commit
0cc01dad8b
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. +5
    -1
      playbooks/sshfs.yaml

+ 5
- 1
playbooks/sshfs.yaml Ver fichero

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


Cargando…
Cancelar
Guardar