added services startup_script

This commit is contained in:
ryanmerolle 2020-12-30 19:10:46 -05:00
parent dfb0327340
commit 818266ace1
2 changed files with 39 additions and 0 deletions

10
initializers/services.yml Normal file
View file

@ -0,0 +1,10 @@
# - name: SSH
# protocol: TCP
# ports:
# - 22
# virtual_machine: virtual machine 1
# - name: FTP
# protocol: TCP
# ports:
# - 21
# device: server01