Skip to content

Instantly share code, notes, and snippets.

View 4fthawaiian's full-sized avatar
💭
is this thing on?

Bradley McCrorey 4fthawaiian

💭
is this thing on?
  • TrendMicro
  • Sydney
View GitHub Profile
@4fthawaiian
4fthawaiian / bootstrap-ansible.sh
Last active September 5, 2016 20:15 — forked from tdeckers-cisco/bootstrap-ansible.sh
Install Ansible on RHEL6
#!/usr/bin/env bash
#
# Invoke this bootstrap using:
# bash < <(curl -s -L https://gist.githubusercontent.com/4fthawaiian/bb659350196a2ed776d6cf8610eda651/raw)
# (this should be run as root)
#
# symlink gsed (for compatibility with osx scripts)
cd /usr/local/bin; ln -s /bin/sed gsed
# another update