From 5fa973af1873cea53c6fb5474aae932d7a1bfd32 Mon Sep 17 00:00:00 2001 From: PowerPixel <52136144+PowerPixel@users.noreply.github.com> Date: Thu, 8 Feb 2024 14:18:51 +0100 Subject: [PATCH] ansible: remove ssh key --- ansible/inventories/setup.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/inventories/setup.yml b/ansible/inventories/setup.yml index 53f8578..89efc16 100644 --- a/ansible/inventories/setup.yml +++ b/ansible/inventories/setup.yml @@ -2,7 +2,6 @@ all: vars: ansible_user: centos - ansible_ssh_private_key_file: /home/medhy/.ssh/id_ansible_tp children: prod: hosts: medhy.dohou.takima.cloud