git clone https://github.com/xxdone/Ansible-fzf-task-runner
sudo make install
atr $ARGS
where $ARGS
you specify ansible playbook args
for running against specific host: atr -i inventory -u root --limit=node1
for running locally: atr -i localhost, -c local
To select multiple tasks press 'TAB'.