You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My most common use-case is when working in lvlab is to create a set of VMs of which one will be an infrastructure controller of some type like a Salt controller which will provide config for the other VMs.
I often handle this type of controller bootstrap deployment with pyinfra because it uses SSH transport. I recently put together a quick salt bootstrap deployment in pyinfra after struggling to get it to work via salt-ssh.
My most common use-case is when working in lvlab is to create a set of VMs of which one will be an infrastructure controller of some type like a Salt controller which will provide config for the other VMs.
I often handle this type of controller bootstrap deployment with pyinfra because it uses SSH transport. I recently put together a quick salt bootstrap deployment in pyinfra after struggling to get it to work via salt-ssh.
https://github.com/TKC-Labs/pyinfra-salt
While working on that I came across this Using the API page and wondered if we could directly use pyinfra from inside the lvlab application.
The text was updated successfully, but these errors were encountered: