Added more startup_scripts and initializers examples.

This commit is contained in:
Alvaro Arriola 2019-07-04 14:10:56 +02:00
parent 5a4e9d7a14
commit 4cb5b9f20d
28 changed files with 732 additions and 0 deletions

View file

@ -0,0 +1,14 @@
#- description: Network Interface 1
# enabled: true
# form_factor: 0
# mac_address: 00:77:77:77:77:77
# mtu: 1500
# name: Network Interface 1
# virtual_machine: virtual_machine1
#- description: Network Interface 2
# enabled: true
# form_factor: 0
# mac_address: 00:55:55:55:55:55
# mtu: 1500
# name: Network Interface 2
# virtual_machine: virtual_machine1