Skip to content

Instantly share code, notes, and snippets.

@agaffney
agaffney / gist:0429ccc3dce6fbc5cf91ae3851b8a81c
Last active November 9, 2022 18:49
Include per-host list of roles
tasks:
- include_role:
name: '{{ host_role.name | default(host_role) }}'
tasks_from: '{{ host_role.tasks_from | default("main") }}'
apply:
tags:
- '{{ host_role.name | default(host_role) }}'
loop: '{{ host_roles }}'
loop_control:
loop_var: host_role
@maxvt
maxvt / infra-secret-management-overview.md
Last active November 1, 2024 21:34
Infrastructure Secret Management Software Overview

Currently, there is an explosion of tools that aim to manage secrets for automated, cloud native infrastructure management. Daniel Somerfield did some work classifying the various approaches, but (as far as I know) no one has made a recent effort to summarize the various tools.

This is an attempt to give a quick overview of what can be found out there. The list is alphabetical. There will be tools that are missing, and some of the facts might be wrong--I welcome your corrections. For the purpose, I can be reached via @maxvt on Twitter, or just leave me a comment here.

There is a companion feature matrix of various tools. Comments are welcome in the same manner.

@Announcement
Announcement / Permissions.yml
Last active July 13, 2022 18:49
Nexus Minecraft Permissions Ex Configuration File Modification; Gail + Anon Edition
groups:
Guest:
default: true
prefix: '&7[Guest]&7 '
suffix: '&f'
options:
rank: '900'
permissions:
- modifyworld.chat
- modifyworld.login