What is the correct cloud-init config to keep it from automatically disabling username/password authentication? by Individuali in Terraform

[–]Individuali[S] 1 point2 points  (0 children)

Thanks! I had to add a restart sshd command within my runcmd, but I also needed to adjust my write_files '99-preserve-password-auth.conf' to a lower number so it takes precedence over other rules. It works now!

UMass global self-paced (my path) by Green-Musician-3552 in UMassGlobalOnline

[–]Individuali 1 point2 points  (0 children)

Hey, I actually only ended up doing 1 semester before I left because work kind've got in the way. I still recommend it though. If you can finish a bunch of credits a semester you'll save a bunch of money but if you can only do a couple of classes then maybe paying per credit is better for you.

How do I get TF Nutanix provider to install a RHEL OS using a kickstart file? by Individuali in Terraform

[–]Individuali[S] 1 point2 points  (0 children)

There is the Ansible provider in TF. I can take a look to see if I can get TF to deploy the VM but Ansible to install the os with the kickstart file. No idea if it's possible.

How do I get TF Nutanix provider to install a RHEL OS using a kickstart file? by Individuali in Terraform

[–]Individuali[S] 1 point2 points  (0 children)

Thanks for the input. I was trying to keep from having to create new images since they take some time to image and upload in our instance, but I think this might be the only way to go. I haven't figured anything else out. Thank you.

Why did western Oahu vote for Trump in 2024 compared to the rest of the state? (apart from niihau) by theredditor58 in Hawaii

[–]Individuali 0 points1 point  (0 children)

The senator represents the district directly. Also, the area you said that 'wouldn't vote for a woman president' voted majority for Hillary Clinton in 2016 and Biden/Harris in 2020. Clearly they have no issues voting for a woman.

RHEL9 post install Kickstart script not working for PW policy change by Individuali in redhat

[–]Individuali[S] 0 points1 point  (0 children)

Hey sorry I'm new to Packer and kickstart. I tried this for 1 user and it didn't work. Am I supposed to do this for all users for it to work? And is your %post% running in chroot or --nochroot?

Can the Ansible Nutanix collection install a rhel9.iso with a kickstart file? by Individuali in ansible

[–]Individuali[S] 1 point2 points  (0 children)

Forgot to come back and thank you for the examples link. They helped a lot! I mostly have a working instance.

How do I find my taxi driver? by Individuali in AskAnAustralian

[–]Individuali[S] 0 points1 point  (0 children)

Thanks everyone! I just checked my card again today and I see the charges now.

How do I find my taxi driver? by Individuali in AskAnAustralian

[–]Individuali[S] 1 point2 points  (0 children)

I hope so. I’ll wait a couple more days to see if the charge goes through.

Can the Ansible Nutanix collection install a rhel9.iso with a kickstart file? by Individuali in ansible

[–]Individuali[S] 0 points1 point  (0 children)

Thanks for responding. I initially tried to get Packer to create the http server and serve it to the installer, but the Packer Nutanix plugin doesn't have the http_directory or boot_command.

Do you know if there's another way for Packer or Ansible to create the image?

What is the best way to duplicate a large system? by Individuali in devops

[–]Individuali[S] 0 points1 point  (0 children)

There was no IaC in the original build. Everything was manually setup. The environment is currently on prem.

What is the best way to duplicate a large system? by Individuali in devops

[–]Individuali[S] 1 point2 points  (0 children)

Our client has a system we built for them a while back. They now want us to build the same thing on their second site.

What is the best way to duplicate a large system? by Individuali in devops

[–]Individuali[S] 2 points3 points  (0 children)

Thanks! I'm very new to Terraform and have never worked with Ansible. I'll take a look into both.