From 42f865b3abda5d8b8a6fdb18541a9245ae452436 Mon Sep 17 00:00:00 2001 From: fossilfranv Date: Fri, 28 Apr 2023 14:12:02 -0700 Subject: [PATCH] Update 'ansible/hosts.yml' --- ansible/hosts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/hosts.yml b/ansible/hosts.yml index 8b3d168..27ad23a 100644 --- a/ansible/hosts.yml +++ b/ansible/hosts.yml @@ -16,7 +16,7 @@ all: root_passwd: "{{ ap1_root_passwd }}" - ssh_port: "xxxx" + ssh_port: "9010" ssh_pub_key: "{{ lookup('file', '~/.ssh/id_rsa.pub') }}"