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