Skip to content
This repository was archived by the owner on Mar 6, 2021. It is now read-only.

killerwhile/deploy-application-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

SSH Config

In ~/.ssh/config

Host pubgw1.daplab.ch
    Port 2202
    PreferredAuthentications publickey
    IdentityFile ~/.ssh/id_rsa
    ForwardAgent yes
    ProxyCommand none
    ControlPersist 60s
    ControlMaster auto
    ControlPath ~/.ssh/ssh_control_%h_%p_%r
#    User bperroud

Deploying an application

ansible-playbook -i inventory.ini deploy-twitter-to-kafka.yml -s -e twittertokafkatesting=1

About

How an application is deployed in the DAPLAB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published