From 38247d021b6e3f4eef153d4802e7fac45e999346 Mon Sep 17 00:00:00 2001 From: Mangiang Date: Tue, 2 Nov 2021 10:51:26 -0400 Subject: [PATCH] Fix yaml --- .ansible-items/inventory | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.ansible-items/inventory b/.ansible-items/inventory index c449d21..33acdcd 100644 --- a/.ansible-items/inventory +++ b/.ansible-items/inventory @@ -1,8 +1,9 @@ all: children: hosts: - ansible_host: {{ DEPLOY_HOSTNAME }} - ansible_user: {{ DEPLOYMENT_USER }} - ansible_connection: ssh - ansible_ssh_private_key_file: private.key - ansible_ssh_pass: {{ DEPLOYMENT_SSH_KEY_PASSPHRASE }} \ No newline at end of file + sp-tarkov: + ansible_host: {{ DEPLOY_HOSTNAME }} + ansible_user: {{ DEPLOYMENT_USER }} + ansible_connection: ssh + ansible_ssh_private_key_file: private.key + ansible_ssh_pass: {{ DEPLOYMENT_SSH_KEY_PASSPHRASE }} \ No newline at end of file