Skip to content

Instantly share code, notes, and snippets.

@AGSPhoenix
AGSPhoenix / 500px.yml
Last active June 30, 2018 16:57
Ansible playbook for ArchiveTeam's 500px project
---
- hosts: archivers
tasks:
- name: add user
user:
name: archiveteam
shell: /bin/bash
system: yes
# group: archiveteam #I think this is the default behavior
###########################################################################"
#
#
# NAME: PinnedApplications.psm1
#
# AUTHOR: Jan Egil Ring, Crayon
#
# DATE : 06.08.2010
#
# COMMENT: Module with the ability to pin and unpin programs from the taskbar and the Start-menu in Windows 7 and Windows Server 2008 R2.