Example template: - Define template "webserver": ; describe template here - My Roles: - webserver - I need to use: ; this is where we define the services/dependencies needed - network - ssh - python_modules as modules - I need these accounts: - bsmith - I need these packages: - apache - version: 2.2.14 - python - version: 2.6.2 - modules: modules.all - Runtime """ #!/usr/bin/env python from mrbelvedere import module module.do_stuff(arg) """