Skip to content

Commit

Permalink
Disable IPv6 and enable (security) updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
dagwieers committed Feb 22, 2015
1 parent 76cb3df commit f000a32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/centos-6.ks
@@ -1,7 +1,7 @@
network --bootproto=static --hostname={{ inventory_hostname }} --ip={{ ansible_ssh_host }} --netmask=255.255.255.0 --gateway={{ hypervisor }} --nameserver={{ hypervisor }}
network --bootproto=static --hostname={{ inventory_hostname }} --ip={{ ansible_ssh_host }} --netmask=255.255.255.0 --gateway={{ hypervisor }} --nameserver={{ hypervisor }} --noipv6
url --url={{ centos_mirror }}/6/os/i386
#repo --name=base --baseurl={{ centos_mirror }}/6/os/i386
#repo --name=updates --baseurl={{ centos_mirror }}/6/updates/i386
repo --name=updates --baseurl={{ centos_mirror }}/6/updates/i386

services --enabled=network,postfix,rsyslog --disabled=httpd,iptables,ip6tables,mysqld,netfs,rawdevices

Expand All @@ -19,7 +19,7 @@ authconfig --enableshadow --passalgo=sha512
selinux --disabled

zerombr
bootloader --location=mbr
bootloader --location=mbr --append="noipv6"
clearpart --all --initlabel
part /boot --fstype=ext4 --size=200 --fsoption=noatime
part pv.1 --size 1 --grow
Expand Down

0 comments on commit f000a32

Please sign in to comment.