Skip to content

14MR/timezone-app-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Timezone application deployment

Roles

The playbook has 3 roles:

  1. docker: Installs docker from the stable repository (download.docker.com)
  2. nginx-proxy: Starts nginx-proxy and letsencrypt-nginx-proxy-companion containers
  3. tzapp: Start timezone app in docker with specified host from playbook.yml

How to use

For local run with Vagrant:

   vagrant up
   ansible-playbook -i inventory --limit local playbook.yml

For remote:

  1. Put your destination server into inventory file / in the command below specify your own path
  2. ansible-playbook -i inventory --limit remote playbook.yml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published