Script for running automatrop locally

This commit is contained in:
Geoffrey Frogeye 2021-06-16 22:54:51 +02:00
parent 942089d6c5
commit 779ba859eb
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8

4
config/scripts/automatrop Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
cd ~/.dotfiles/config/automatrop
ansible-playbook --diff playbooks/default.yml --limit $HOSTNAME --connection local "$@"