From 243edea72345c3337d6e6669635cd3886652fab5 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Mon, 1 Mar 2021 23:44:59 +0000 Subject: [PATCH] merge of "develop" and "origin/develop" --- hosts | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/hosts b/hosts index 2447e00..862b20e 100644 --- a/hosts +++ b/hosts @@ -1,8 +1,7 @@ --- all: - hosts: - 116.203.200.219: - vars: - ansible_user: "root" - # ansible_ssh_pass: "4Oa;Db5c!" - ansible_ssh_private_key_file: "~/.ssh/id_rsa" + hosts: + 116.203.200.219: + vars: + ansible_user: "root" + ansible_ssh_private_key_file: ~/.ssh/id_rsa