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

https://github.com/sr229/code-server-ansible

Ansible for deploying your own code-server complete with dependencies.
https://github.com/sr229/code-server-ansible

ansible code-server codercom deployment

Last synced: 10 months ago
JSON representation

Ansible for deploying your own code-server complete with dependencies.

Awesome Lists containing this project

README

          

# code-server Ansible Playbooks

This playbooks deploy [code-server](https://github.com/codercom/code-server) to your machine, should you wish not to use Docker, and you want to automate deployments on a large scale.

## Running

Simply pick from the `playbooks/` directory. Keep in mind of these variants:

- `install-release.yml` installs the latest release in Coder. This is updated when there is new releases.

- `install-git.yml` installs from the master branch. This will install additional dependencies for building the git tree.