From 3f0572e62feabfb0354c62daa76815b514ce5cd5 Mon Sep 17 00:00:00 2001 From: fossilfranv Date: Fri, 28 Apr 2023 15:44:27 -0700 Subject: [PATCH] Update 'ansible/hosts.yml' --- ansible/hosts.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ansible/hosts.yml b/ansible/hosts.yml index 27ad23a..0eede2a 100644 --- a/ansible/hosts.yml +++ b/ansible/hosts.yml @@ -6,18 +6,19 @@ all: hosts: - HOST_IP OR NAME: + new.test.server: user: user_this - user_passwd: "{{ ap1_user_passwd }}" ##ap1 comes from the host name in .ssh/config + user_passwd: "{{ new1_user_passwd }}" ##new1 comes from the host name in .ssh/config - ansible_sudo_passwd: "{{ ap1_sudo_passwd }}" + ansible_sudo_passwd: "{{ new1_sudo_passwd }}" - root_passwd: "{{ ap1_root_passwd }}" + root_passwd: "{{ new1_root_passwd }}" - ssh_port: "9010" + ssh_port: "22" ssh_pub_key: "{{ lookup('file', '~/.ssh/id_rsa.pub') }}" cfg_static_network: false +