July 2017
Intermediate to advanced
266 pages
6h 36m
English
Solaris users have the ability to install and configure Ansible using the OpenCSW package management solution. This solution can be leveraged as follows:
# pkgadd -d http://get.opencsw.org/now# /opt/csw/bin/pkgutil -i ansiblePacman for Arch Linux
Installing Ansible for Arch Linux is quite simple. The following command should help accomplish this task:
# Note: If you have Python3 selected you must set # ansible_python_interpreter = /usr/bin/python2 # in your inventory variables$> pacman -S ansible
Read now
Unlock full access