Exemple #1
0
def deploy(provider, force, conf, env):
    config = load_config(conf)
    t.PROVIDERS[provider](config, force, env=env)
    t.inventory(env=env)
    t.prepare(env=env)
    t.post_install(env=env)
    t.hints(env=env)
Exemple #2
0
def hints(env):
    t.hints(env=env)
Exemple #3
0
def post_install(env):
    t.post_install(env=env)
    t.hints(env=env)