Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deekayen/ansible-role-silverlight
Install (or uninstall) Microsoft Silverlight using Ansible.
https://github.com/deekayen/ansible-role-silverlight
ansible ansible-role silverlight-installer
Last synced: about 2 months ago
JSON representation
Install (or uninstall) Microsoft Silverlight using Ansible.
- Host: GitHub
- URL: https://github.com/deekayen/ansible-role-silverlight
- Owner: deekayen
- License: bsd-3-clause
- Created: 2016-10-13T18:26:35.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2021-07-14T04:05:00.000Z (over 3 years ago)
- Last Synced: 2024-11-07T21:25:47.868Z (3 months ago)
- Topics: ansible, ansible-role, silverlight-installer
- Homepage: https://galaxy.ansible.com/deekayen/silverlight/
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Silverlight
===========
[![Project Status: Unsupported – The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired.](https://www.repostatus.org/badges/latest/unsupported.svg)](https://www.repostatus.org/#unsupported)Install (or uninstall) Microsoft Silverlight on Windows using Ansible.
Because the uninstall task uses Ansible's `raw` module, the play output will always report `ok` status instead of `changed`. The task does not wait for the msiexec process to exit before returning the `ok` status and does not know if uninstallation fails.
Requirements
------------The target Windows machines must have whitelisted Internet access to download the Silverlight installer from [download.microsoft.com]().
The control machine should have `pywinrm` and one of `requests-ntlm`, `requests-kerberos`, and/or `requests-credssp` installed by `pip`.
Role Variables
--------------By default, this role installs Microsoft Silverlight. Toggling the `silverlight_uninstall` variable from `false` to `true` will uninstall the framework if it exists.
To reboot Windows after successful installation, toggle the `silverlight_reboot` variable to `true`.
Dependencies
------------None.
Example Playbook
-------------------
- name: Install Microsoft Silverlight.
hosts: serversroles:
- role: deekayen.silverlight
silverlight_uninstall: false
silverlight_reboot: falseLicense
-------BSD