summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--group_vars/all.ymlbin50 -> 26 bytes
-rw-r--r--group_vars/all.yml.example1
-rw-r--r--inventory/hosts.yml4
3 files changed, 4 insertions, 1 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml
index 8109283b..20f84e62 100644
--- a/group_vars/all.yml
+++ b/group_vars/all.yml
Binary files differ
diff --git a/group_vars/all.yml.example b/group_vars/all.yml.example
index c612e689..ed97d539 100644
--- a/group_vars/all.yml.example
+++ b/group_vars/all.yml.example
@@ -1,2 +1 @@
---
-ansible_connection: ssh
diff --git a/inventory/hosts.yml b/inventory/hosts.yml
index ce41d1b5..646df106 100644
--- a/inventory/hosts.yml
+++ b/inventory/hosts.yml
@@ -1,5 +1,7 @@
---
homelab:
+ vars:
+ ansible_connection: ssh
hosts:
desktop.local:
macbook.local:
@@ -8,5 +10,7 @@ homelab:
pve.local:
containers:
+ vars:
+ ansible_connection: ssh
hosts:
git.local: