ansible-role--bash/local.sh
2024-07-12 14:12:40 +02:00

8 lines
119 B
Bash
Executable file

#!/bin/sh
ansible-playbook role.yml \
--limit "$(uname -n)" \
-e "bash_users=['$USER']" \
-e "role_path=$(pwd)"