Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hanhwanglim/ansible


https://github.com/hanhwanglim/ansible

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Local Environment Setup

This repository contains an Ansible playbook that automates the setup of a local development environment for Ubuntu.

## Prerequisites

- Ansible: Make sure you have Ansible installed on your system. If not, you can follow the installation instructions on the [official Ansible documentation](https://docs.ansible.com/ansible/latest/installation_guide/index.html).

## Getting Started

1. Clone this repository to your local machine:

```bash
git clone --recursive-submodules [email protected]:hanhwanglim/ansible.git
cd ansible
```

2. Run Ansible:

```bash
make run
```