Skip to content

Instantly share code, notes, and snippets.

@bhnedo
bhnedo / kickstart-centos-minimal.cfg
Last active August 29, 2015 14:12
centos-kickstart-minimal
install
text
lang en_US.UTF-8
keyboard es
timezone Europe/Madrid
auth --useshadow --enablemd5
selinux --disabled
firewall --disabled
services --enabled=NetworkManager,sshd
eula --agreed
@bhnedo
bhnedo / cf-194.yml
Last active August 29, 2015 14:15
cf-194 deployment
<%
director_uuid = 'YOUR_DIRECTOR_UUID'
static_ip = 'YOUR_FLOATING_IP'
root_domain = "#{static_ip}.xip.io"
deployment_name = 'cf'
cf_release = '194+dev.2'
protocol = 'http'
common_password = 'YOUR_PASSWORD'
%>
---