Browse Source

hosts example

Josh Bicking 4 years ago
parent
commit
8da7053515
2 changed files with 4 additions and 5 deletions
  1. 0 5
      hosts
  2. 4 0
      hosts.example

+ 0 - 5
hosts

@@ -1,5 +0,0 @@
-all:
-  hosts:
-    all:
-      ansible_ssh_private_key_file: ~/.ssh/orcha_ed25519
-

+ 4 - 0
hosts.example

@@ -0,0 +1,4 @@
+all:
+  hosts:
+    host-1:
+      ansible_ssh_private_key_file: "~/.ssh/mykeyfile_ed25519"