Add Ansible

This commit is contained in:
sebastian
2025-04-20 19:27:58 +02:00
parent 212b3f36ce
commit afe01be453
3 changed files with 98 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
# .bootstrap/setup.yml hash: {{ include "dot_bootstrap/setup.yml" | sha256sum }}
if command -v ansible-playbook &> /dev/null; then
ansible-playbook {{ joinPath .chezmoi.sourceDir "dot_bootstrap/setup.yml" | quote }} --ask-become-pass
fi