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

Latest commit

 

History

History
27 lines (17 loc) · 1.05 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.05 KB

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: