瀏覽代碼

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 }}"