Projects in the topic saltstack
Salt is Python-based, open-source software for event-driven IT automation, remote task execution, and configuration management.


Minimal Salt packaging

an invention by kwk

Challenge

The salt-minion client-side agent is still a bit hefty due to its dependencies and SUSE's strange Python packaging. Let's see how to create a minimal salt-minion packaging.

Updated almost 5 years ago. 2 hacker ♥️.

Bootstrap (not yet) minions using salt-ssh

a project by j_renner

In SUSE Manager we want to offer support for bootstrapping systems that don't have the salt-minion installed and configured yet. This can be done using salt-ssh given just a hostname, username and password. See the docs about salt rosters for even more options. What we are missing: - Support for using salt-ssh in our library

Updated almost 5 years ago. 2 hacker ♥️.