Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eiriksm/orkjern-server


https://github.com/eiriksm/orkjern-server

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# orkjern-server

Setup for my server.

## Installation

Install with:

```
ansible-galaxy install -r requirements.yml
```

## Usage

Run with

```
$ ansible-playbook -i -l hostname -b provisioning/playbook.yml
```

The inv.file should look something like this:

```
my_hostname ansible_host=my_ssh_alias
```