Przeglądaj źródła

use generic ssh key

Blaine Story 1 rok temu
rodzic
commit
ce7f6d0596
1 zmienionych plików z 1 dodań i 1 usunięć
  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 }}"