Skip to content
This repository has been archived by the owner on Sep 6, 2018. It is now read-only.

Latest commit

 

History

History
35 lines (22 loc) · 684 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 684 Bytes

Meetup demo - Ansible in a container era

For this demo with used GKE on Google Cloud Plateform.

slide deck here

Install (in a virtualenv)

pip install -r requirements.txt

# build new environment
ansible-conainter build

# launch dev containers
ansible-conainter run

# build prod ready images
ansible-conainter build

# push it to registry
ansible-conainter push --push-to google 

# generate deployment configuration
ansible-conainter shipit --pull-from google

cd ansible

# deploy
ansible-playbook shipit-kubernetes.yml

Contributing / Support

We will not maintain this repo, archiving purpose only