Problem scenario
You have two configuration management servers: one is an Ansible control server and another is a Salt Master server. You want Ansible to deploy Salt Minion to the managed nodes. You want the managed nodes of Ansible to receive configurations from the Salt Master server. This way one team can use SaltStack and another team can use Ansible. How do you do this?
Solution
Prerequisites
This assumes you have deployed Salt Master and Ansible.
…
Continue reading “How Do You Leverage Ansible to Deploy Salt Minion to an Ansible Managed Node?”