DERs/Templates

From DER's LLC
Revision as of 19:14, 2 June 2023 by Admin (talk | contribs) (Created page with "===Centos Template w/ Cloud-Init=== yum -y update yum -y install perl cloud-init cat > /etc/cloud/cloud.cfg.d/99-custom-networking.cfg << "EOF" network: {config: disabled} EOF systemctl disable firewalld cloud-init clean init 0")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Centos Template w/ Cloud-Init

yum -y update
yum -y install perl cloud-init
cat > /etc/cloud/cloud.cfg.d/99-custom-networking.cfg << "EOF"
 network: {config: disabled}
EOF
systemctl disable firewalld
cloud-init clean
init 0