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

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

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

It just got merged… You can now easily manage storage in with .

Simply add CephFS, NFS, iSCSI or Proxmox Backup Server to your cluster with a simple Ansible task :)

github.com/ansible-collections

    [?]jhx »
    @jhx@fosstodon.org

    Just reworked my desktop playbook and adapted it for 13 Trixie. :debian:
    Pretty smooth sailing overall 😎

    github.com/jhx0/debian-desktop

      AodeRelay boosted

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

      Proxmox fully automated! From ClickOps to Code: Automated. Audited. Revisioned. Repeatable.

      Starting from the base by automating:
      - Cluster initialization
      - Cluster join
      - Storage Integration
      - Proxmox Backup Server Integration
      - SDN Networks (different ones for pros/dev)
      - Guest Resources utilizing the cluster infrastructure

      peertube.gyptazy.com/w/4cp7ddL

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

        Let's test 9 (Beta 1).

        Time to test that all automation stuff still works with PVE 9; also ProxLB & Co :)

          AodeRelay boosted

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

          Bulk Proxmox Subscription Management with my new Ansible module: proxmox_node

          Moving over to Proxmox? Mass deploying hundreds of new nodes? How to import the subscription? How to manage the node in an API driven way?

          Link: gyptazy.com/introducing-licens

            AodeRelay boosted

            [?]Jason Tubnor 🇦🇺 »
            @Tubsta@soc.feditime.com

            Today's cool activity. Preparing and network booting a stack of Lenovo M920q Tiny ThinkCentre with #OpenBSD and perform unattended installs ready for #ansible bootstrapping. These will be spread around the network as Stratum 3 time servers for various devices to sync off #OpenNTPD

              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

                [?]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