configuration-management

Tag

Cards List
#configuration-management

Where .env Went Wrong

Lobsters Hottest · 2026-07-31 Cached

A technical analysis of why .env files became a de facto configuration standard despite lacking schema, spec, and security semantics, and why teams should replace them with more durable declarations.

0 favorites 0 likes
#configuration-management

Secrets Don’t Belong in Config

Lobsters Hottest · 2026-07-21 Cached

This article argues that secrets should not be stored in configuration files, using an audit of NixOS modules to show that a quarter of them require workarounds to separate secrets from config. It advocates for dedicated runtime channels for secrets.

0 favorites 0 likes
#configuration-management

Migrating from GNU Stow to Chezmoi

Hacker News Top · 2026-06-18 Cached

The author shares their experience migrating from GNU Stow to Chezmoi for managing dotfiles across multiple machines, citing Chezmoi's real-file approach and templating as key improvements.

0 favorites 0 likes
#configuration-management

Introduction to nixidy - Kubernetes GitOps with nix

Lobsters Hottest · 2026-06-08 Cached

nixidy is a Nix-based tool for managing Kubernetes GitOps deployments that replaces Helm value files and Kustomize overlays with typed, reproducible Nix expressions. This tutorial walks through setting up a nixidy project with Argo CD, generating plain YAML for review.

0 favorites 0 likes
#configuration-management

Building the deployment tool I wish I had

Lobsters Hottest · 2026-05-06 Cached

The author details the development of 'Deptool', a custom Python-based deployment and configuration management tool designed to be faster and more predictable than existing solutions like Ansible, driven by a desire for digital sovereignty and better tooling.

0 favorites 0 likes
#configuration-management

How I like to install NixOS (declaratively)

Michael Stapelberg · 2025-06-01 Cached

A guide on declaratively installing NixOS over the network using tools like nixos-anywhere, with an emphasis on managing configuration files under version control.

0 favorites 0 likes
#configuration-management

ansible/ansible

GitHub Trending (daily) · 2026-07-03 Cached

Ansible is a radically simple IT automation system for configuration management, application deployment, cloud provisioning, and multi-node orchestration. It is agentless, uses SSH, and focuses on simplicity and security.

0 favorites 0 likes
← Back to home

Submit Feedback