Skip to content

Instantly share code, notes, and snippets.

@v1k0d3n
Last active March 13, 2016 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save v1k0d3n/9e0c6377e194821c40a4 to your computer and use it in GitHub Desktop.
Save v1k0d3n/9e0c6377e194821c40a4 to your computer and use it in GitHub Desktop.
---
- hosts: all
sudo: yes
tasks:
- name: Make sure that hosts are not vulnerable to CVE-2016-0777/0778
lineinfile: dest=/etc/ssh/ssh_config state=present line='UseRoaming no'
@v1k0d3n
Copy link
Author

v1k0d3n commented Jan 27, 2016

[hosts]
server01.domain.com
server02.domain.com
server03.domain.com
192.168.80.100
192.168.80.101
192.168.80.102
192.168.80.103

[openstack]
10.25.1.5
10.25.1.6
10.25.1.7
10.25.1.8
10.25.1.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment