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

[?]Dendrobatus Azureus »
@Dendrobatus_Azureus@mastodon.bsd.cafe

As you can see in the screen cap the project has grown beyond just a one-man show

It is vital to understand that the project would not have been scaled in this manner & at this logarithmic rate, had it not been for important partners, who due to the power of the FediVerse, were quickly introduced to the project

Did not only gave words of interest they actually contributed with giving server space to boxyBSD.

    AodeRelay boosted

    [?]Dendrobatus Azureus »
    @Dendrobatus_Azureus@mastodon.bsd.cafe

    Please read the screen cap closely and also read the Alt text & realize how much boxyBSD has blown up

    600 plus VMS!!!

      AodeRelay boosted

      [?]Dendrobatus Azureus »
      @Dendrobatus_Azureus@mastodon.bsd.cafe

      An insightful article was written by @gyptazy
      If this is of your interest, and you take the time to read, analyze between the lines what has been said, you will learn a lot from this

      If you are passionate about Proxmox like I am, you will love to read these kind of posts, because they've been systematically, logically and relatively simply formulated, so that it's digestible for the end user of proxmox all the way up to the diehard programmer who hacks in Proxmox code

        AodeRelay boosted

        [?]gyptazy »
        @gyptazy@mastodon.gyptazy.com

        Some insights how my BoxyBSD project for the BSD Community boosted the Proxmox ecosystem and let me create several tools that were simply missing.

        gyptazy.com/how-my-boxybsd-pro

          [?]Martin Pugh »
          @pugmiester@bsd.network

          More progress with the home lab cleanup and move to infrastructure as code tonight. Slow and steady but it's progress. I'm currently trying to find the most efficient way to structure my Ansible playbooks to improve performance and readily.

            [?]gyptazy »
            @gyptazy@mastodon.gyptazy.com

            Creating & joining a cluster with has never been easier than it is now with my new Ansible module!

            My new Ansible module "proxmox_cluster" just made its way into the upstream Ansible Community Proxmox collection and can now be used with Ansible Galaxy.

            With my additional toolings, we install Proxmox VE nodes in a fully automated way (even with my new cloud images), create clusters with proxmox_cluster module and load balance the guest VMs with my ProxLB tool.

              AodeRelay boosted

              [?]FreeBSD Foundation »
              @FreeBSDFoundation@mastodon.social

              Take your FreeBSD ZFS game to the next level! 🔧💾

              In our latest blog, Benedict Reuschling dives into automated ZFS snapshots with Sanoid — a powerful tool to schedule, manage, and prune snapshots effortlessly on FreeBSD. Learn how to set up snapshot policies to keep your data safe.

              📦 Bonus: Includes a ready-to-go Ansible playbook!

              👉 Read now: freebsdfoundation.org/blog/zfs

                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.

                    [?]gyptazy »
                    @gyptazy@mastodon.gyptazy.com

                    - Deploying in with cloud image (proxmox-8.4-cloud-gyptazy.img)
                    - Creating and joining clusters by (with proxmox_cluster module which I created recently - yes module not roles)
                    - Running my tests