소스 검색

create ssh directory

master
부모
커밋
fbdb451972
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. +6
    -0
      tasks/ssh.yml

+ 6
- 0
tasks/ssh.yml 파일 보기

@@ -9,6 +9,12 @@
- root_ssh_key
- not root_target_directory is defined

- name: ssh directory
file:
path: "{{ root_target_directory | default('') }}/root/.ssh"
state: directory
when: root_ssh_authorized_keys is defined

- name: ssh authorized keys
template:
src: ssh_authorized_keys.j2