Skip to content

Instantly share code, notes, and snippets.

View zjhuntin's full-sized avatar

Zachary Huntington-Meath zjhuntin

  • Red Hat
  • United States
View GitHub Profile
@johnpmitsch
johnpmitsch / boxes.yaml
Created July 20, 2016 18:28
rhel7.2 vagrant boxes
rhel7server:
box_name: rhel7
shell: 'echo TEST'
pty: true
libvirt: http://file.gru.redhat.com/~marcsilv/vagrant/boxes/rhel-7.2-x86_64.libvirt.box
rhel7client:
box_name: rhel7
shell: 'echo TEST'
pty: true
libvirt: http://file.gru.redhat.com/~marcsilv/vagrant/boxes/rhel-7.2-x86_64.libvirt.box
@jlsherrill
jlsherrill / gen_virt_hosts.rb
Last active April 6, 2016 14:56
Gen virt host proxies
base=8000 #port
range="192.168.121."
contents = <<-EOS
Listen %{port} https
<VirtualHost *:%{port}>
ProxyPass / https://%{ip_address}/
<Location />
ProxyPassReverse https://%{ip_address}/
</Location>
@marktheunissen
marktheunissen / pedantically_commented_playbook.yml
Last active June 5, 2024 22:16 — forked from phred/pedantically_commented_playbook.yml
Insanely complete Ansible playbook, showing off all the options
This playbook has been removed as it is now very outdated.