Skip to content

Instantly share code, notes, and snippets.

@mbarcia
Created January 19, 2018 00:12
Show Gist options
  • Save mbarcia/a87d3ab3247640b512fe2499dadd8e02 to your computer and use it in GitHub Desktop.
Save mbarcia/a87d3ab3247640b512fe2499dadd8e02 to your computer and use it in GitHub Desktop.
#!/bin/sh
PROJECTS=(drupsible-apache \
drupsible-composer \
drupsible-deploy \
drupsible-drush \
drupsible-memcached \
drupsible-mysql \
ansible-newrelic \
drupsible-varnish \
drupsible-samba)
cd ~/git
for i in ${PROJECTS[@]}; do
cd ${i}
echo $i
cat meta/main.yml | grep "role"
cd ..
done
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment