Skip to content

Instantly share code, notes, and snippets.

@jnoliver2
jnoliver2 / playbook.yml
Created October 2, 2016 19:21 — 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