Skip to content

Instantly share code, notes, and snippets.

View MartinMSPedersen's full-sized avatar
🎯
Focusing

Martin Møller Skarbiniks Pedersen MartinMSPedersen

🎯
Focusing
View GitHub Profile
@devops-school
devops-school / Jinja2-Ansible-Template-example.md
Created June 17, 2020 21:47
Deep Dive into Jinja2 Ansible Template with example

Format Sample of Jinja 2

<title>{% block title %}{% endblock %}</title>
<ul>
{% for user in users %}
  <li><a href="{{ user.url }}">{{ user.username }}</a></li>
{% endfor %}
</ul>
@nicelife90
nicelife90 / decrapifier-v2.ps1
Created February 26, 2018 19:14
Decrapifier Version 2
#Windows 10 Decrapifier 2.0: ULTRA-DECRAPIFIER
#2017 CSAND
#Dec 6 2017
#
#NEW STUFF: Nov 23 2017 - Fixed issue with sysprep /generalize. DmwApPushSvc needs to remain enabled for generalize to work. So I commented it out. Feel free to put it back in if you;re not planning to sysprep. WIll add
# a setting to keep it off at a later date.
#
#OFFICIAL DOWNLOAD:
#https://community.spiceworks.com/scripts/show/3298-windows-10-decrapifier-v2
#