September 2018
Beginner to intermediate
214 pages
5h 53m
English
Just like the pip module, this module manages the Perl package manager, Comprehensive Perl Archive Network (CPAN). It is used in the same way; you can either install a library or package from the default repository or from an archive file located on the web or locally. To run this module, we need to make sure that cpanminus is installed on the remote hosts. This is shown in the example playbook, as follows:
- name: install a Perl library on a Linux host cpanm: name: IO
Read now
Unlock full access