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') }}"