[READ-ONLY] Mirror of https://github.com/alyraffauf/infra. Hybrid cloud cluster monorepo with Ansible, K8s, NixOS, and Terraform. cute.haus
ansible k8s nix nix-flake nixos terraform
0

Configure Feed

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

infra / ansible.cfg
157 B 6 lines
1[defaults] 2pipelining = True 3interpreter_python = /run/current-system/sw/bin/python3 4 5[ssh_connection] 6ssh_args = -o ControlMaster=no -o ControlPersist=0 -T