Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 68c328c

Browse files
authored
Merge pull request #2567 from codeenigma/user_data_ec2-PR-devel-2.x
User data ec2 pr devel 2.x
2 parents 19c0882 + a4a951a commit 68c328c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

roles/aws/aws_ec2_with_eip/templates/user-data-debian.sh.j2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
22

3+
# Disable ipv6
4+
sysctl -w net.ipv6.conf.all.disable_ipv6=1
5+
36
# Update Linux
47
/usr/bin/apt-get -y update
58
/usr/bin/apt-get dist-upgrade -y -o Dpkg::Options::="--force-confnew"

0 commit comments

Comments
 (0)