Initial Ansible automation for homelab infrastructure

This commit is contained in:
Adyrem
2026-05-13 16:17:04 +02:00
commit c23274c7ab
24 changed files with 583 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[defaults]
inventory = inventory/hosts.yml
remote_user = adyrem
private_key_file = ../keys/homelab_ed25519
roles_path = roles
host_key_checking = False
stdout_callback = yaml
diff_mode = True
[privilege_escalation]
become = True
become_method = sudo
become_user = root