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)
def hints(env): t.hints(env=env)
def post_install(env): t.post_install(env=env) t.hints(env=env)