Merge pull request #8343 from netbox-community/1591-service-templates

Closes #1591: Service templates
This commit is contained in:
Jeremy Stretch
2022-01-13 12:09:36 -05:00
committed by GitHub
26 changed files with 574 additions and 41 deletions

View File

@@ -0,0 +1,3 @@
# Service Templates
Service templates can be used to instantiate services on devices and virtual machines. A template defines a name, protocol, and port number(s), and may optionally include a description. Services can be instantiated from templates and applied to devices and/or virtual machines, and may be associated with specific IP addresses.