- Implementing DevOps with Ansible 2
- Jonathan McAllister
- 72字
- 2021-07-02 19:02:59
Once Ansible has been installed
Once Ansible is installed on the desired Linux machine, we will want to verify that it is properly installed and functioning. To do this from the command line, enter the following command:
# Display Ansible command line options available
$ ansible --help
# Show the Ansible version number
$ ansible --version
Upon successful execution of these commands, Ansible should output version information and related help information respectively.