From c74a8b6b820d88816064b24c4c348fbe8cab2696 Mon Sep 17 00:00:00 2001 From: MOORETOKEN <83512857+MOORETOKEN@users.noreply.github.com> Date: Sat, 27 Jan 2024 23:35:23 -0600 Subject: [PATCH] Update hosts.example.yaml --- hosts.example.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts.example.yaml b/hosts.example.yaml index 4fd3089..6887e06 100644 --- a/hosts.example.yaml +++ b/hosts.example.yaml @@ -1,6 +1,6 @@ [all:vars] -ansible_user=ubuntu +ansible_user=solana [validators] # ansible_host should be the IP of your validator -validator ansible_host=172.1.0.1 ansible_user=ubuntu ansible_ssh_private_key_file=~/.ssh/id_rsa +validator ansible_host=127.0.0.1 ansible_user=solana ansible_ssh_private_key_file=~/.ssh/id_rsa