Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abn/semaphore-docker-systemd

Containerized Semaphore systemd
https://github.com/abn/semaphore-docker-systemd

Last synced: 7 days ago
JSON representation

Containerized Semaphore systemd

Awesome Lists containing this project

README

        

# Containerized Semaphore systemd Wrapper

Provides service files for use with systemd enabled distributions for conveniently using [Semaphore](https://github.com/ansible-semaphore/semaphore) - An Open Source Alternative to Ansible Tower.

## Quick Start

### Installation
```sh
git clone https://github.com/abn/semaphore-docker-systemd.git
cd semaphore-docker-systemd
sudo make install
```

### Usage
```
# This is as simple as
systemctl start semaphore

# If you want semaphore to start on systemboot
systemctl enable semaphore
```