Skip to content

Instantly share code, notes, and snippets.

View markandrewj's full-sized avatar

Mark Jackson markandrewj

  • Canada
View GitHub Profile
@markandrewj
markandrewj / pedantically_commented_playbook.yml
Created November 17, 2016 07:02 — forked from marktheunissen/pedantically_commented_playbook.yml
Insanely complete Ansible playbook, showing off all the options
---
# ^^^ YAML documents must begin with the document separator "---"
#
#### Example docblock, I like to put a descriptive comment at the top of my
#### playbooks.
#
# Overview: Playbook to bootstrap a new host for configuration management.
# Applies to: production
# Description:
# Ensures that a host is configured for management with Ansible.
@markandrewj
markandrewj / Allow Nvidia Broadcast Updates.reg
Created December 2, 2025 07:28 — forked from lkd70/Allow Nvidia Broadcast Updates.reg
Block/Allow NVidia Broadcast Updates (Save each file as .reg, double click to run)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules]
"{723B2CF9-6C17-40CF-AD64-382DAF2BC7BD}"="v2.32|Action=Allow|Active=TRUE|Dir=Out|App=%ProgramFiles%\\NVIDIA Corporation\\NVIDIA Broadcast\\NVIDIA Broadcast UI.exe|Name=Allow NVidia Broadcast Updates|"
@markandrewj
markandrewj / Allow Nvidia Broadcast Updates.reg
Created December 2, 2025 07:28 — forked from lkd70/Allow Nvidia Broadcast Updates.reg
Block/Allow NVidia Broadcast Updates (Save each file as .reg, double click to run)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules]
"{723B2CF9-6C17-40CF-AD64-382DAF2BC7BD}"="v2.32|Action=Allow|Active=TRUE|Dir=Out|App=%ProgramFiles%\\NVIDIA Corporation\\NVIDIA Broadcast\\NVIDIA Broadcast UI.exe|Name=Allow NVidia Broadcast Updates|"