Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hanhwanglim/ansible
https://github.com/hanhwanglim/ansible
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hanhwanglim/ansible
- Owner: hanhwanglim
- Created: 2023-04-21T21:12:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-30T23:09:18.000Z (about 1 year ago)
- Last Synced: 2023-11-08T12:38:09.730Z (about 1 year ago)
- Language: Jinja
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```