Skip to content

Kasunmadura/tugboat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hi All,

This "configure" function use as new tugboat function. so using that you can get current version relate all server ip list to hosts file.Using that you can run any ansible playbook.

if any issue contact me Kasun Rathnayaka gmail:[email protected] linkedin:https://lk.linkedin.com/in/kasunmadurarathnayaka

==Guide Line==

  • Get clone

  • Add below config to ___init _.py (only add "configure" end of _ _ all _ )

    _ all _= ["app", "infrastructure", "full_deploy", "show_config", "full_undeploy", "configure"]

import_hooks(os.path.dirname(file))

@fabric.api.task
def configure(*args, **kwargs):
    sys.modules.get('hooks.app_custom').configure(*args, **kwargs)
  • then copy app_custom.py to hooks/

  • then run

    fab configure:environment=$ENV,version=$Verssion

eg:

fab configure:environment=dev,version=1.1.6

--- tugboat only for pearson :)---

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages