1. Beginning with Ansible on FreeBSD 10

    Ansible is a configuration management tool much like Chef and Puppet. The main difference is that Ansible pushes all configuration over SSH, whereas Chef/Puppet/Salt pull configuration using clients installed on the targets. Ansible has only two requirements:

    1. SSH

    2. Python needs to be installed on the targets

    To install …


Page 1 / 1