Anubhav Bhardwaj

Results 4 comments of Anubhav Bhardwaj

We can Directly Pass the access key or Private Key of SSh to another System and can login (Keyless Authorization)

# ansible -m ping -u --private-key=~/devops.pem # ansible-playbook -b ansible-createuser.yml -u --private-key=~/devops.pem - hosts: all tasks: - name: Create Ansible User user: name: ansible create_home: true shell: /bin/bash comment: "Ansible...

[Ansible] (https://github.com/abd8126/Ansible_Playbooks/blob/main/redhat-ansible-automation.pdf)