- Ansible 2 Cloud Automation Cookbook
- Aditya Patawari Vikas Aggarwal
- 69字
- 2021-06-24 18:43:34
Executing the Ansible command line to check connectivity
The simplest form in which we can use Ansible with Ansible ad hoc command line tool. We can execute the tasks using modules without actually writing code in the file. This is great for quick testing or for one off tasks but we should not turn this into a habit since this type of usage is not easily documented and auditable.