Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Demo continuous delivery pipeline with Docker and Semaphore 2.0

Notifications You must be signed in to change notification settings

simplificator/kickstart-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible, Docker and Semaphore 2.0 Kickstart / Demo Project

This projects is intended to demonstrate how to

  • configure Semaphore 2.0
  • use Semaphore Secrets for AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY
  • build docker image
  • push docker image to registry
  • provision target host using ansible
  • deploy with plain SSH/SCP access

ansible Alias

Hint: instead of installing ansible you might want to run it in a container, using

alias ansible='docker run --rm -it -v $(pwd)/ansible:/etc/ansible -v ~/.ssh:/root/.ssh simplificator/ansible ansible'

Find more information on simplificator/ansible

Further reading:

About

Demo continuous delivery pipeline with Docker and Semaphore 2.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published