-
-
Save h4ndzdatm0ld/160ff829b3fd3ffb09e3c29334315588 to your computer and use it in GitHub Desktop.
nornir - final
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def main(): | |
west_region.run(task=iac_render) | |
west_region.run(task=cli_stats) | |
if __name__=="__main__": | |
main() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment