Hybrid cloud cluster monorepo with Ansible, K8s, NixOS, and Terraform. cute.haus
ansible terraform nix k8s
1

Configure Feed

Select the types of activity you want to include in your feed.

github: fixup

Aly Raffauf (May 14, 2026, 12:15 PM EDT) 74da7c1a 64737ae6

+1 -1
+1 -1
.github/workflows/check-config.yml
··· 52 52 - name: Install ansible-core + collections 53 53 run: | 54 54 pip install --quiet ansible-core 55 - ansible-galaxy collection install --quiet kubernetes.core community.sops 55 + ansible-galaxy collection install kubernetes.core community.sops 56 56 - name: Syntax check every playbook 57 57 run: | 58 58 set -e