Created
December 14, 2010 21:20
-
-
Save austinthecoder/741115 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"recipes": [ | |
"yumrepo::epel", | |
"users", | |
"sudo", | |
"firewall", | |
"heartbeat", | |
"haproxy", | |
"monit", | |
"log-backups", | |
"logrotate" | |
], | |
"users": { | |
"austin": { | |
"password": "$1$cLdpOBP9$KhY9UtRhJ35ugb15pbZYS/", | |
"comment": "Austin Schneider" | |
}, | |
"paul": { | |
"password": "$1$t/9hbtot$nyt/x9kv1k9BTajaMT4P0/", | |
"comment": "Paul Cortens" | |
}, | |
"haproxy": { | |
"comment": "haproxy user" | |
} | |
}, | |
"ssh_keys": { | |
"austin": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAy5/+WsDUhBcimjm8TyZJbo/TXVr05heyK7U6QgzGazoKeaAxHMtZ5CNJF7Qw1w7ng5xp4ZRkJ24xIhNDwusQx3ln3cO99ZE1YEHy3s3d4wUKnHYnhQvZ30tKgN4G/PCaICjaPed3ueGYOHoxTfsiKy03uSbl+pSw/Bx/tE2aJiYkGIsypdC6jjB0l+YhGTyOxAIHdViKs9+gLFRSrpNGiCoECFsxZ2JAij6i/wIYJap+9FfiXMBOIkDWtJn+kD7o7M6YNmh0SpZJ5WSKebRO9mYoA4F1oF231kreYOa2t44J6WSpvJB7UeurR6wbdNsNb/MrxTRcxMvQqyrdMl201Q== [email protected]", | |
"paul": "ssh-dss AAAAB3NzaC1kc3MAAACBAK/9UUyXTxS+F5IDUpDKkXt+pOVEfg15u1M1r7p2oluojT6AWSw77PafR/j1pHXfwM3/z2upLHOHGn+8LkWEkQNjjAKO53aYh5e9NwaJKcV9hk5Y3xF7mayDmLfa0Kjye9D1yBIlZtXnZjF7O0+xypvl3nvhqQUDXOvNGFhUvDHzAAAAFQDvA2utzgHa6PcRuvBAKh6uCIQg7QAAAIEAhUbDfuMt3AvBWP/qyB0UbWD/i/HJSLvBAFPch4dFMJzUEYKClghjhP5GJ6i+s5iLCj0dokADijrr+emzG0M5FXSt/xub8wXj5X6ZyXF/XbZ5be/Fk5gMMB2CWqWQGINxyrWDz9o97RqGPKw5n/mgoLw+G7+31oll6V7b2i4bj3kAAACAT4ayEndcl9We3VxBowPx2DcC4IDgK7syi+Mde49m8SRLhbOUgGpzNTkRerSwn73DiJopIuiEQCfoTSe76/omq6tH65hmQkZDEJn47yt6PUb2jOPiD11RE7/aiRMG0iKBT0Yg7P4/gLL4ybQZGFxdImjT9HCZvdV5IW3bQ6MJ3Rk= paul@laptop" | |
}, | |
"ssh_known_hosts": {}, | |
"authorization": { | |
"sudo": { | |
"users": [ | |
"austin", | |
"paul" | |
] | |
} | |
}, | |
"haproxy": { | |
"max_connections": 50000, | |
"listen_ip": "184.106.147.24", | |
"web_servers": { | |
"t2g-web-staging-1": { | |
"ip": "10.180.42.56", | |
"max_connections": 20 | |
}, | |
"t2g-web-staging-2": { | |
"ip": "10.180.49.143", | |
"max_connections": 20 | |
}, | |
"t2g-web-staging-3": { | |
"ip": "10.180.36.240", | |
"max_connections": 20 | |
} | |
} | |
}, | |
"firewall": { | |
"ip_conntrack_max": "65536", | |
"open_ports": { | |
"tcp": [80, 443, 20012], | |
"udp": [694] | |
} | |
}, | |
"heartbeat": { | |
"passphrase": "2f7yjaejn388rs3i5y5uh0yip4xxzw2ohrcm10glwnd8jcn9jb8sw93p330kfz4e8", | |
"ip": "184.106.147.24", | |
"master": { | |
"hostname": "t2g-load-balancer-staging-1", | |
"internal_ip": "10.180.43.95" | |
}, | |
"slave": { | |
"hostname": "t2g-load-balancer-staging-2", | |
"internal_ip": "10.180.52.100" | |
} | |
}, | |
"monit": { | |
"from": "[email protected]", | |
"to": "[email protected]", | |
"notification_password": "$m30[Q#uT", | |
"report_username": "mc", | |
"report_password": "oSN8yonu4Odp4", | |
"port": "20012", | |
"processes": { | |
"filesystem": {}, | |
"system": {}, | |
"haproxy": { | |
"service": "/sbin/service haproxy", | |
"pid_file": "/var/run/haproxy.pid" | |
} | |
} | |
}, | |
"log-backups": { | |
"get_exceptional_key": "4fda6e0326f1f21b3dc62c992ca3cec66fc1d9fd" | |
}, | |
"logrotate": { | |
"logs": {} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment