소스 검색

working on changes, and debugging

master
Erin Sims 2 년 전
부모
커밋
0b980da34b
1개의 변경된 파일3개의 추가작업 그리고 15개의 파일을 삭제
  1. +3
    -15
      playbooks/sshfs.yaml

+ 3
- 15
playbooks/sshfs.yaml 파일 보기

@@ -11,22 +11,10 @@
sshfsport: 22000
tasks:
- name: sshfs
ansible.builtin.group:
apt:
name: sshfs
state: present
- name: sshfs
ansible.builtin.user:
name: sshfs
state: present
group: sshfs
- name: make ssh home directory
file:
path: "/home/sshfs/.ssh/"
state: directory
owner: sshfs
group: sshfs
mode: '0700'
- name: copy private key
state: latest
- name: copy private key
copy:
src: "./sshfs-key"
dest: "/root/.ssh/"


불러오는 중...
취소
저장