Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Process documentation

...

bundle exec cap staging maintenance:enable REASON="a test of maintenance mode" UNTIL="12pm Eastern Time"
  • Deploy as usual / desired
  • Do anything else needed on the server that required the downtime
bundle exec cap staging maintenance:disable

...

List all vars in ansible repo!

 

#!/bin/bash
 
for F 
in `find
in `find . -type d -name defaults`
;
do
  
find
G=`find $F -name main.
yml -print0 | xargs -0 cat;
yml`
  echo
  echo $G
  cat $G
done


General Notes

Notes from conversations with Alicia

...