tests(packer): define more common cloud init resources.
This commit is contained in:
parent
5bfebf6ea5
commit
2bc87f68a8
23 changed files with 311 additions and 434 deletions
7
tests/cloud-init/ubuntu25-server.user-data.yml
Normal file
7
tests/cloud-init/ubuntu25-server.user-data.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#cloud-config
|
||||
|
||||
packages: *core-packages
|
||||
|
||||
write_files:
|
||||
- *shared-directory # Setup shared directory
|
||||
- *systemd-netword # Network configuration for server
|
||||
Loading…
Add table
Add a link
Reference in a new issue