From fd503278ae598006fae9687f7d9a695ab6996af2 Mon Sep 17 00:00:00 2001 From: EnricoGuccii Date: Mon, 1 Jun 2026 00:56:16 +0200 Subject: ansible and terraform integration --- ansible/inventory.ini | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 ansible/inventory.ini (limited to 'ansible/inventory.ini') diff --git a/ansible/inventory.ini b/ansible/inventory.ini new file mode 100755 index 0000000..bc64677 --- /dev/null +++ b/ansible/inventory.ini @@ -0,0 +1,2 @@ +[lxc] +192.168.0.150 ansible_user=root ansible_password='haslo123' ansible_ssh_common_args='-o StrictHostKeyChecking=no' -- cgit v1.2.3