Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eiriksm/orkjern-server
https://github.com/eiriksm/orkjern-server
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/eiriksm/orkjern-server
- Owner: eiriksm
- Created: 2017-02-11T15:39:19.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-07-06T16:18:26.000Z (6 months ago)
- Last Synced: 2024-11-07T19:51:45.321Z (about 2 months ago)
- Language: Jinja
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```