Skip to content

Instantly share code, notes, and snippets.

View tmzh's full-sized avatar

Tamizh N tmzh

View GitHub Profile
@andreicristianpetcu
andreicristianpetcu / ansible-summary.md
Created May 30, 2016 19:25
This is an ANSIBLE Cheat Sheet from Jon Warbrick

An Ansible summary

Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)

Configuration file

intro_configuration.html

First one found from of

use strict;
use Modern::Perl;
use Data::Dumper;
use Net::IP;
# Generate a hash for well-known port numbers
my %well_known_ports;
while (<DATA>){
next if /^#/;
my ($keyword, $full_port_name) = split /\s+/;