opdev / dev-machine-setup

Ansible roles for setting up a development machine
Apache License 2.0
2 stars 1 forks source link

Development machine setup

This repository contains Ansible roles and playbooks to help setting up a machine (laptop or desktop) with the tools required for operator development.

Usage

Prerequisites

Running the playbooks

  1. Edit and customize the playbook opdev_<os>_setup.yml which corresponds to your operating system. Currently MacOS, Fedora Linux and immutable Linux distributions such as Fedora Silverblue are supported.

  2. Run ansible-playbook opdev_<os>_setup.yml as-is or with overriding the default parameters for each role (see roles).

Development and contribution