Setup environment in OpenBSD using Ansible playbook
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.

README.md

OpenBSD cookbook

This is OpenBSD cookbook. It consists from a set of Ansible playbooks allowing to setup OpenBSD for different usecases:

Usage

$ cat inventory
box ansible_host=192.168.22.68 ansible_user=root ansible_python_interpreter=/usr/local/bin/python2.7
$ ansible box -m raw -a "export PKG_PATH=http://ftp.eu.openbsd.org/pub/OpenBSD/6.0/packages/amd64/; pkg_add py-simplejson; ln -sf /usr/local/bin/python2.7 /usr/local/bin/python" -i inventory
$ ansible-playbook box devel.yml -i inventory

Screencast

This playbook is distributed under the terms of BSD license. Author: Sergey Bronnikov @estet

Similar projects