Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

ecphp/linux-workstation

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Ubuntu-based development environment - Ansible playbook

About

NOTE: This project is deprecated and superseded by ECGALAXY components.

This Ansible playbook installs a development environment on Ubuntu 18.04 LTS.

Usage

First you need to install git and Ansible on the local machine:

sudo apt update && sudo apt install git ansible

Then, clone this repository, cd into linux-workstation and execute the playbook using the following command:

ansible-playbook -i hosts.localhost site.yml --ask-become-pass

Optional

You can remove 'roles' you do not need by editing the site.yml file.

You can also limit the playbook execution to a specific role by using its tag, for instance:

ansible-playbook -i hosts.localhost -t docker site.yml --ask-become-pass

About

Ubuntu-based development environment - Ansible playbook

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages