Script for running automatrop locally

prenix
Geoffrey Frogeye 2021-06-16 22:54:51 +02:00
parent 942089d6c5
commit 779ba859eb
Signed by: geoffrey
GPG Key ID: C72403E7F82E6AD8
1 changed files with 4 additions and 0 deletions

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 "$@"