June 2018
Intermediate to advanced
398 pages
9h
English
Fabric requires Python 2.5 to 2.7. You can install Fabric and all of its dependencies using pip, or you can use a system package manager, such as yum or apt. In both cases, you will have the fab utility ready and executable from your operating system.
To install fabric using pip, run the following command on your automation server:
pip install fabric

Notice that Fabric requires paramiko, which is a popular Python library that is used for establishing SSH connections.
You can validate the Fabric installation with two steps. First, make sure that you have the fab command available in your system:
[root@AutomationServer ~]# which ...
Read now
Unlock full access