Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 543 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 543 Bytes

Ansible FZF task runner

Ansible FZF task runner

Prerequisites

  • fzf
  • bat (for highlighting tasks)

Install

git clone https://github.com/xxdone/Ansible-fzf-task-runner
sudo make install

Usage

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

Notes

To select multiple tasks press 'TAB'.