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

https://github.com/mahmoudimus/remote-box

my attempt at a remote development environment
https://github.com/mahmoudimus/remote-box

development-environment rdp rdp-connection rdp-gateway remote-desktop remote-desktop-manager remote-desktop-services remote-machine remote-work thinclients vnc vnc-client vnc-server workstation

Last synced: 6 months ago
JSON representation

my attempt at a remote development environment

Awesome Lists containing this project

README

        

# REMOTE-BOX

my attempt at a remote development environment

## Install

- `ansible-galaxy install -r ansible-requirements.yml -p $(pwd)/roles --force`

## Run

- `vagrant up`

**OR**

- `ansible-playbook site.yml -i '${PUBLIC_IP_HOSTNAME},' -vvv -b --ask-become-pass --become-method=sudo`