Skip to content
Snippets Groups Projects
Pierre-Alexis Ciavaldini's avatar
675ea22a

simple docker server preparing ansible playbook

This repo contains a root-user start script start.sh which installs ansible and executes the simple-server.yml playbook.

The playbook will install docker, docker-compose, traefik and create an unprivileged user.

To install this playbook without git, run the following as root:

curl -s https://git.iostud.io/pciavald/simple-server/-/raw/master/install.sh | sh