- Implementing DevOps with Ansible 2
- Jonathan McAllister
- 45字
- 2021-07-02 19:02:59
Via Python pip
Prior to installing Ansible using pip we may need to actually install pip. To accomplish this on the command line, the following command can be used:
$ sudo easy_install pip
Then install Ansible with the following command:
$ sudo pip install ansible