소스 검색

use generic ssh key

Blaine Story 1 년 전
부모
커밋
ce7f6d0596
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      group_vars/all.yml

+ 1 - 1
group_vars/all.yml

@@ -1,7 +1,7 @@
 ---
 # generic settings
 ansible_user: ansible
-ansible_ssh_private_key_file: ~/.ssh/ansible_ed25519
+#ansible_ssh_private_key_file: ~/.ssh/ansible_ed25519
 
 main_username: container
 main_groupname: "{{ main_username }}"