Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
p
proud-pizza-80589
09/13/2021, 4:27 PM
Maybe a stupid question, but is there a way to install stuff on a regular vm like with ansible etc? So apt get installs etc etc
w
witty-candle-66007
09/13/2021, 4:43 PM
Not natively. But you can create a dynamic resource that acts as a provisioner ala:
https://www.pulumi.com/blog/dynamic-providers/#dynamic-providers-as-provisioners
Or just stuff the userdata as part of the VM declaration.
l
little-cartoon-10569
09/13/2021, 9:23 PM
Different platforms have different solutions for this. I use SSM on AWS, in preference to userdata.
3 Views
Post