commit d61f252a5ab619364bddfd36a8e9a43628a0148f parent 41f01ea59d83d469478d8cf048770145048a627b Author: Florian Dold <florian@dold.me> Date: Mon, 16 Feb 2026 11:34:48 +0100 add .ansible to .gitignore Diffstat:
| M | .gitignore | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -1,6 +1,7 @@ ./inventories/production/hosts ./inventories/staging/hosts exports +.ansible # Preferred name for secrets in inventories/host_vars/$HOST/ prod-secrets.yml