First steps on Ansible
https://docs.ansible.com/ansible/latest/user_guide/playbooks_best_practices.html
Ping remote server with ansible
ansible all -i 122.248.226.169, -m ping -u ubuntu
122.248.266.169 is the remote host
-m ping: is ping
-u ubuntu: is remote user
Comments
Post a Comment