many improvements

This commit is contained in:
Guilherme Silva
2026-07-17 19:31:05 -03:00
parent 133c6e0863
commit ab7a180f9f
13 changed files with 182 additions and 68 deletions

View File

@@ -15,7 +15,7 @@ package_upgrade: true
packages:
- gcc
- curl-devel
- java-1.8.0-openjdk
- jdk1.8
- php-opcache.x86_64
- glibc-langpack-pt
- langpacks-pt
@@ -26,10 +26,6 @@ runcmd:
- [setenforce, 0]
- [sed, -i, 's/^SELINUX.*/SELINUX=disabled/', /etc/selinux/config]
- [localectl, set-locale, LANG=pt_BR.ISO-8859-1]
- [nmcli, conn, modify, "System enp0s5", ipv6.method, disabled]
- [nmcli, conn, modify, "Wired Connection", ipv6.method, disabled]
- [nmcli, conn, up, "Wired Connection"]
- [systemctl, restart, NetworkManager]
- [systemctl, enable, memcached.service, --now]
final_message: "MemCache Instance ready after $UPTIME seconds"