{"id":20690859,"url":"https://github.com/it-pappa/ansible_win_print","last_synced_at":"2025-08-31T22:05:23.150Z","repository":{"id":222295116,"uuid":"610447656","full_name":"it-pappa/ansible_win_print","owner":"it-pappa","description":"win_print collection for ansible","archived":false,"fork":false,"pushed_at":"2023-03-06T20:49:53.000Z","size":39,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T17:17:18.836Z","etag":null,"topics":["ansible","collections","print","printer","printers","server","windows"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/it-pappa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-03-06T19:46:18.000Z","updated_at":"2024-05-17T16:57:17.000Z","dependencies_parsed_at":"2024-02-13T14:24:45.415Z","dependency_job_id":"30153807-bc00-4935-9c7e-ce48b13579c6","html_url":"https://github.com/it-pappa/ansible_win_print","commit_stats":null,"previous_names":["it-pappa/ansible_win_print"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/it-pappa%2Fansible_win_print","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/it-pappa%2Fansible_win_print/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/it-pappa%2Fansible_win_print/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/it-pappa%2Fansible_win_print/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/it-pappa","download_url":"https://codeload.github.com/it-pappa/ansible_win_print/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242952519,"owners_count":20211836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","collections","print","printer","printers","server","windows"],"created_at":"2024-11-16T23:14:37.420Z","updated_at":"2025-03-11T01:23:56.673Z","avatar_url":"https://github.com/it-pappa.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Collection - it_pappa.win_print\n\nThe `win_print` collection includes the modules to install, remove and configure printers and ports on windows servers. \n\n## Ansible version compatibility\n\nThis collection has been tested against following Ansible versions: **\u003e=2.12**.\n\nPlugins and modules within a collection may be tested with only specific Ansible versions.\nA collection may contain metadata that identifies these versions.\n\n## Collection Documentation\nIf you use the Ansible package and don't update collections independently, use **latest**, if you install or update this collection directly from Galaxy.\n\n## Installation and Usage\n\n### Installing the Collection from Ansible Galaxy\n\nBefore using the win_print collection, you need to install it with the `ansible-galaxy` CLI:\n\n    ansible-galaxy collection install it_pappa.win_print\n\nYou can also include it in a `requirements.yml` file and install it via `ansible-galaxy collection install -r requirements.yml` using the format:\n\n```yaml\ncollections:\n- name: it_pappa.win_print\n  version: 1.0.0\n```\n\n### Example Playbook\nExample Playbook with all variables: \n```yaml\n    ---\n    - name: \"Install Printer port\"\n        add_print_port:\n        port_address: \"10.54.10.100\"\n        port_name: CEO_Printer\n        snmp: public3\n        state: present\n\n    - name: \"Install Printer port\"\n      install_printer:\n        name: \"canon-test\"\n        printer_driver: generic / text only\n        port_name: 10.64.10.100\"\n        comment: \"a comment\"\n        location: \"Hamburg\"\n        shared: true\n        share_name: \"CEO/BDE Office Printer\"\n        paper_size: \"A4\"\n        color: false\n        duplexmode: \"twosidedlongedge\"\n        state: present\n```\n\n## Contributing to this collection\n\nIf you find problems, please open an issue [it_pappa.win_print](https://github.com/it-pappa/ansible_win_print). \n\n## License\n\nGNU General Public License v3.0 or later\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fit-pappa%2Fansible_win_print","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fit-pappa%2Fansible_win_print","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fit-pappa%2Fansible_win_print/lists"}