Skip to content

I-Am-hehu/ansible-who-plays

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ansible-who-plays

The script assumes the following folder structure:

├── etc
│   ├── ansible
│   │   ├── playbooks
│   │   ├── roles

You can adjust these paths within the script by changing playbooks_path and roles_path to fit your folder structure.

The two purposes of ansible-who-plays

Find all roles that are not used by any playbooks

/bin/bash who-plays.bash

Find all playbooks that use a given role

/bin/bash who-plays.bash <role-name>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%