thanks very much tom, excited to find these resources.
after reading the guide, i see there is a step to config pub & private keys:
Copy code
$ cat rsa.pub | pulumi config set publicKey --
$ cat rsa | pulumi config set privateKey --secret --
and in the
___main__.py_
there is
OSProfileArgs
to setup the pubkey on the VM.
cool, but i don't use cloud providers, how can i setup pulumi to enable it to access all of my VMs?
bored-monitor-99026
05/23/2021, 5:44 PM
seems like it's feasible: i just need to use a for loop to iterate over each of my VMs, then build a connection(which is not tied to a cloud provider), then i can run whatever script for it.
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.