Skip to content

Instantly share code, notes, and snippets.

View mrailton's full-sized avatar

Mark Railton mrailton

View GitHub Profile
@mrailton
mrailton / playbook.yml
Created September 7, 2016 08:26 — forked from marklit/playbook.yml
Setup a load-balanced, two-node Django cluster
---
- name: SSH tightening
hosts: all
sudo: True
tasks:
- name: Disable root's ssh account
action: >
lineinfile
dest=/etc/ssh/sshd_config