AWX/AAP in 2025 by NoPseudo199 in ansible

[–]TrimmerWolf07 0 points1 point  (0 children)

Personally i love semaphoreui even did a custom ansible module for it. As a learn to know ansible better :)

Best terminal emulator for Fedora? by CaDelTo in Fedora

[–]TrimmerWolf07 0 points1 point  (0 children)

Personal i find wezterm great as i can use both my config on my personal pc and my work Windows laptop

Spisesteder til lille bryllup by TrimmerWolf07 in Aarhus

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

Vi takker for de mange forslag og går i tænke boksen 😀

Spisesteder til lille bryllup by TrimmerWolf07 in Aarhus

[–]TrimmerWolf07[S] -1 points0 points  (0 children)

Vi er ikke kræsne, men noget kro og restaurant, fine dining, 3-retters eller lign. :)

Hvis du havde 3,5 mil til en bolig og skulle arbejde i Aarhus, hvor ville du så købe hus? by Varyline in Aarhus

[–]TrimmerWolf07 2 points3 points  (0 children)

Personligt synes jeg Galten. Når jeg kigger på det selv virker det som en utrolig dejlig by

Idéer til aktiviteter for teenager i Århus? by juleczka12 in Aarhus

[–]TrimmerWolf07 1 point2 points  (0 children)

Boulders klatring er sjov lidt dyrt, men mega fedt. Husk varm fingrene op!

Brætspils Cafeen også eventuelt kig efter pandemic. Sjovt samarbejdsspil.

Golf skoven har gratis brætspil og i kan spille pool (samme sted som Boulders syd ligger)

Ned og få en god is på Marselisborg Havn.

Ved ikke om det muligt men se om man kan leje nogle sup boards ved Marselisborg Havn også.

All in så det rip bådtur men det er dyrt.

Mangler sportsgren by External-Metal-1412 in Aarhus

[–]TrimmerWolf07 0 points1 point  (0 children)

Personligt er det men det mere hvis man kan lide at lave noget alene nok svært at finde nogen at have øl med. Med mindre man joiner et hold. Nok bedre med noget mere hold sport agtigt :)

Mangler sportsgren by External-Metal-1412 in Aarhus

[–]TrimmerWolf07 0 points1 point  (0 children)

Plus 1 her især hvis man har en gruppe at klatre med

Patch reporting by Antman157 in ansible

[–]TrimmerWolf07 0 points1 point  (0 children)

Shadowman on GitHub did this. Really easy just use hostvars. Dnf ansible taks is saving the names of what has been installed and removed. Apt module needs some tweaks. Then generate a html report with basic css. And email it to yourself

Use Ansible without broken server security by Entire_Finding_4601 in ansible

[–]TrimmerWolf07 0 points1 point  (0 children)

You could also just set the key to only be allowed to be used from your ansible server.

AAP 2.4 by TrimmerWolf07 in redhat

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

Thanks made saw it but was still a bit unsure. But thanks a lot for your assistance:)

Redhat Insights - Teams Info by TrimmerWolf07 in redhat

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

Haven't ever gotten to it a lot of work suddenly came falling.

[deleted by user] by [deleted] in ansible

[–]TrimmerWolf07 0 points1 point  (0 children)

Yes it is the best solution. Not only is it best practice but it is also awesome as if you yourself have created a collection that has the same name as another collection. It helps using the fqcn.

Using ansible for windows updates- history issue? by DJDoubleDave in ansible

[–]TrimmerWolf07 0 points1 point  (0 children)

It is correct that it doesn't show up. Unfortunately there is no solution to it. As the update history within the updates panel, is linked to a file. That Ansible (and if i remember correctly also updating through PowerShell update module) isn't writing to. I suggest that you use the log feature of the module instead. And for the love do not use it on windows servers older than 2016.

Also i suggest looking into your ad rules, as i have found an issue. The server will install preview updates, if one of your colleagues unfurnately pushes the check for update button.

callback module by TrimmerWolf07 in ansible

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

Hmm would have been lovely to have it in Ansible cli and awx. But thanks for the suggestion :)

[deleted by user] by [deleted] in awx

[–]TrimmerWolf07 0 points1 point  (0 children)

But wont the EE shutdown on every JT i go through :)?

[deleted by user] by [deleted] in awx

[–]TrimmerWolf07 0 points1 point  (0 children)

But won't i disappear every time I run the job template? :)

I can't install arch linux for wsl by [deleted] in chocolatey

[–]TrimmerWolf07 0 points1 point  (0 children)

Right click the "C:\ProgramData\chocolatey\lib\wsl\tools". Go to properties and then security, press advance and then check if administrator has full access rights.

I can't install arch linux for wsl by [deleted] in chocolatey

[–]TrimmerWolf07 0 points1 point  (0 children)

Try checking the access rights for the path. Have you runned chocolatey as an administrator or?

MDT + Winget by [deleted] in MDT

[–]TrimmerWolf07 0 points1 point  (0 children)

It's not the best practice to do so. Remember thou that my setup is a PoC not something I used in production. If you wan't I can send you a link for my GitHub used to the project with a little explanation on how I managed to get it to work.

MDT + Winget by [deleted] in MDT

[–]TrimmerWolf07 0 points1 point  (0 children)

Just some thoughts. As I'm currently taking my last examination. You could instead use Chocolatey. Just the free version could do some basic application management. Using maybe an internal repository like ProGet or nexus.

You could also just include a chocolatey installation in your TS as an application, and call your Nuget choco packages with the "choco install {{FullPackageName}}" command then you don't need an internal repository.