Source: http://www.opsreportcard.com/.
- Are user requests tracked via a ticket system?
- Are "the 3 empowering policies" defined and published?
- Does the team record monthly metrics?
| <% if @port != 80 -%> | |
| Listen <%= @port %> | |
| <% end -%> | |
| <VirtualHost *:<%= @port %>> | |
| ServerAdmin webmaster@localhost | |
| DocumentRoot <%= @document_root %> | |
| <Directory /> | |
| Options FollowSymLinks |
Source: http://www.opsreportcard.com/.
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| PATHPATCH="/root/patch-ovh" | |
| PATHRCS="/etc/default" | |
| PATHCHECK="/etc/init.d" | |
| PATHINITTAB="/etc" | |
| ECHO="/bin/echo" | |
| APTGET="/usr/bin/apt-get" | |
| WGET="/usr/bin/wget" | |
| RM="/bin/rm" |
| search(:node, "chef_environment:dev") do |matching_node| | |
| puts matching_node.to_s | |
| end |
| git reset --soft HEAD~1 |
| namespace :ec2 do | |
| # setup chef config | |
| # assumes this file is sibling to .chef dir, ex: CHEF_REPO/tasks | |
| config = File.join(File.dirname(__FILE__), '..', '.chef', 'knife.rb') | |
| Chef::Config.from_file(config) | |
| require 'active_support' | |
| require 'aws' | |
| desc 'Delete any ec2-based chef nodes that no longer exist' |