Ansible for FreeBSD hosts

Ansible for FreeBSD hosts requires two little group vars to be set:

   1 ---
   2 # ./group_vars/all
   3 # all because we're only managing FreeBSD hosts
   4 # if you have diverse OS ecosystem, assign this to freebsd group
   5 
   6 ansible_python_interpreter: /usr/local/bin/python2.7
   7 ansible_shell_type: csh

VladimirKrstulja/Guides/Ansible (last edited 2016-08-13T08:08:31+0000 by VladimirKrstulja)