Ansible Client Set up

Several things need to be done so that a client can be controlled by Ansible

set up the user u-ansible and give it a password

useradd u-ansible
Ia>0<(m93cs83YVAP 

add its group to sshd_config set password to never expire

  chage -M -1 u-ansible 
u-ansible          ALL=(ALL)      NOPASSWD: ALL 
 ssh-copy-id Duboam02UAT