- update the inventory file with the list of target servers and locate your private key to connect to the target servers
- by default this role will create a user named "bigdata_user" and will put it's public key in the authorized keys file on the target servers
ansible-playbook -i inventory main.yaml
ansible-playbook -i inventory main.yaml -e '{"pub_key_file":"/home/ahmad/IdeaProjects/ansible/roles/sudo-user/files/bigdata_user.pub","username":"testing"}'