This commit is contained in:
Jack
2025-08-03 17:56:59 +01:00
commit 9792d05450
8 changed files with 105 additions and 0 deletions

6
group_vars/all.yml Normal file
View File

@@ -0,0 +1,6 @@
---
ansible_user: "jack"
ansible_port: "22"
ansible_host: "{{ inventory_hostname }}.internal.tgj.services"
ansible_python_interpreter: "/usr/bin/python3"
ansible_ssh_private_key_file: "~/.ssh/id_rsa-nopass"