Deploying a Windows Printer Server and Printers with Ansible
December 17, 2018
I saw a Issue on github in ansible repo about a guy need to install windows printer server and printers with ansible.
https://github.com/ansible/ansible/issues/49708
We develop a internal role with custom modules in the our company for doing that, so why not share it, give it to the community and recieve something from the community!
Here are the links to the ansible roles github repos.
ansible-role-win-printer-driver
https://github.com/daBONDi/ansible-role-win-printer-driver
Ensure a Windows Printer Driver is installed
Use them only as reference, they are developed for internal usage and not maintained!
ansible-role-win-printer
https://github.com/daBONDi/ansible-role-win-printer
Ensure a Printer with a Printer share is installed
Use them only as reference, they are developed for internal usage and not maintained!
The roles are to complex to descibe it in a simple blogpost, so read the readme’s and source of the repos for usage!
And like always…
Improve, Automate, Rinse and Repeat!