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
- Host: GitHub
- URL: https://github.com/mahmoudimus/remote-box
- Owner: mahmoudimus
- License: apache-2.0
- Created: 2015-06-25T14:55:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-03-15T08:08:05.000Z (about 5 years ago)
- Last Synced: 2024-04-14T06:25:33.126Z (about 1 year ago)
- Topics: 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
- Language: Shell
- Size: 25.4 KB
- Stars: 10
- Watchers: 1
- Forks: 9
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`