m5l.eu is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Site description
Yet another single-user instance
Admin account
@marek@m5l.eu

Search results for tag #ansible

AodeRelay boosted

[?]Sven :verified: :arm: :linux: » 🌐
@sven@troet.social

Heute so unmotiviert. Aber die Playbooks schreiben sich nicht von allein.

    AodeRelay boosted

    [?]Larvitz :fedora: :redhat: » 🌐
    @Larvitz@burningboard.net

    New post: Neovim Crash Course for Sysadmins

    Not a beginner's guide. This covers the things you still get wrong after years of Vim - efficient navigation, why your paste lands in the wrong place (and the one-key fix), YAML indentation workflows, quick macros, and what Neovim's LSP actually gives you for infrastructure work.

    Written for people who edit configs and playbooks all day.

    blog.hofstede.it/neovim-crash-

      AodeRelay boosted

      [?]Heinlein Support » 🌐
      @heinleinsupport@social.heinlein-support.de

      Linux verbindet: Wir haben für 3 ganze Tage den Bildschirm gegen echte Begegnungen getauscht & gemeinsam in Berlin neue Ideen rund um , Open Source und digitale Souveränität entwickelt. Vom Hackathron über Workshops zu , , Mail & Spam bis zum Abendprogramm inkl. Cocktail-Workshop - die Tage haben wieder gezeigt, wie Arbeit an einem gemeinsamen Ziel verbindet.

      Ein großes Dankeschön an das Heinlein-Team und alle, die dabei waren!

      @mailbox_org @OpenTalkMeeting @OpenCloud

      Heinlein Teamtage

      Alt...Heinlein Teamtage

      Meeting Teamtage Heinlein

      Alt...Meeting Teamtage Heinlein

      Cocktail-Workshop

      Alt...Cocktail-Workshop

        AodeRelay boosted

        [?]SLUB Dresden » 🌐
        @slubdresden@openbiblio.social

        🐧 Job: Linux & Confluence Admin (m/w/d) in Dresden

        Lust auf sinnstiftende IT an der @slubdresden? 📚

        🔹 Stack: Debian, Ansible, Bash, Atlassian
        🔹 Mission: Open Science & digitale Infrastruktur
        🔹 Benefits: TV-L E11, 30 Tage Urlaub, flexibles mobiles Arbeiten, Hardware nach Wahl (Linux/Win) & Jobticket.

        Wissen vernetzen statt Profitmaximierung! 🚀

        📅 Bis 15.03.2026
        📍 Dresden / Hybrid
        🔗 slubdd.de/rc

        Eine Gruppe von fünf Personen in einer hellen, modernen Büroumgebung während einer Besprechung. Eine Frau steht lächelnd am Kopfende eines Holztisches, während vier weitere Personen um den Tisch sitzen, Laptops vor sich haben und aufmerksam zuhören oder miteinander interagieren. Durch große Fenster im Hintergrund fällt natürliches Licht in den Raum.

        Alt...Eine Gruppe von fünf Personen in einer hellen, modernen Büroumgebung während einer Besprechung. Eine Frau steht lächelnd am Kopfende eines Holztisches, während vier weitere Personen um den Tisch sitzen, Laptops vor sich haben und aufmerksam zuhören oder miteinander interagieren. Durch große Fenster im Hintergrund fällt natürliches Licht in den Raum.

          0 ★ 1 ↺

          [?]Marek S. Ł. » 🌐
          @marek@m5l.eu

          It's been only four weeks and I really love using mise-en-place by @jdx@fosstodon.org So far I've used it for (chronologically):

          - switching between versions, I liked it more than the dedicated anyzig
          - venv activation – it's silly but feels so good, and collaborates with uv
          - ensuring I have the right language server and formatter for a project, be it , , and trying out various options for Python
          - setting LANG="C.UTF-8" only in the specific project folder because refused to work with Polish...

          The final boss was getting a really comfortable Tree-sitter setup: get the CLI, write grammar in , re-generate and run tests on source change as a mise Task. And then I only cloned the repo on another machine and was ready to go!

          This post was written as a more cultured outlet for my excitement instead of aggresively committing mise.toml into every repository I touch

            0 ★ 0 ↺

            [?]Marek S. Ł. » 🌐
            @marek@m5l.eu

            Recently found a way to make it easier to save my graphical environment configuration with and the like. Before I start adjusting the desktop to my liking, I run:
            inotifywait --monitor --recursive ~/.config
            This shows me what files are changed when I click "Apply". This way I don't need to wade through pages of config file documentation, but I still know what I need to reproduce.

              1 ★ 0 ↺

              [?]Marek S. Ł. » 🌐
              @marek@m5l.eu

              Finally back online after reworking my setup!

              This time it's with . I used to avoid containers, preferring to run services directly instead. But setting up backups made me appreciate the separation between the application data in image and persistent state in mounted volumes. The final piece that convinced me is the ability to self-host my own container registry with @forgejo@floss.social

              I'm doing the initial setup through (learned from @notthebee@tilde.zone), but specific applications are managed via dockge. The ambition to do every adjustment through playbooks burns out really fast when working with a single instance.