view service/environment/tasks.py @ 1748:d012c53c5ae8

powereagle now registers a hostname with dhcp so we don't have to hunt for it
author drewp@bigasterisk.com
date Sat, 23 Mar 2024 14:57:59 -0700
parents 4167101b816f
children
line wrap: on
line source

from invoke import Collection
import sys
sys.path.append('/my/proj/release')
from serv_tasks import serv_tasks

ns = Collection()
serv_tasks(ns, 'serv.n3', 'environment')