Skip to content

leapp-to/ansible-devel-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

ansible-dev-env

Currently, Leapp project is divided into multiple sub projects. This means that in order to setup a development environment one has to setup everything piece by piece. At this point those pieces are:

Because we realize that this can be quite complicated and a rather tedious process to be done manually, we prepared this Ansible playbook to setup a development environment for Leapp.

Currently this Ansible Playbook does support Fedora and CentOS systems

Follow the steps bellow to set Leapp development environment on your local machine.

# Make sure you have both Git and Ansible installed
$ sudo dnf install -y git ansible
$ git clone https://github.com/leapp-to/ansible-devel-env.git
$ cd ansible-devel-env/ansible
$ ansible-playbook leapp_dev.yml -K

About

Ansible role for setting up Leapp Development Environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published