home.social

#configurationmanagement — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #configurationmanagement, aggregated by home.social.

fetched live
  1. 🚨 BREAKING: Puppet Enterprise users paying monthly don't want you to find this.

    Ansible is a free, open-source Configuration Management tool built with Python that replaces Puppet Enterprise enterprise lock-in. Provisioning, configuration management, and application-deployment tool.

    → Provisioning, configuration management, and application-deployment tool.
    → Built with Python.
    → 100% free forever under a GPL-3.0 license.

    Puppet Enterprise:...

    #opensource #selfhosted #configurationmanagement

  2. 🚨 BREAKING: Puppet Enterprise users paying monthly don't want you to find this.

    Ansible is a free, open-source Configuration Management tool built with Python that replaces Puppet Enterprise enterprise lock-in. Provisioning, configuration management, and application-deployment tool.

    → Provisioning, configuration management, and application-deployment tool.
    → Built with Python.
    → 100% free forever under a GPL-3.0 license.

    Puppet Enterprise:...

    #opensource #selfhosted #configurationmanagement

  3. 🚨 BREAKING: Puppet Enterprise users paying monthly don't want you to find this.

    Ansible is a free, open-source Configuration Management tool built with Python that replaces Puppet Enterprise enterprise lock-in. Provisioning, configuration management, and application-deployment tool.

    → Provisioning, configuration management, and application-deployment tool.
    → Built with Python.
    → 100% free forever under a GPL-3.0 license.

    Puppet Enterprise:...

    #opensource #selfhosted #configurationmanagement

  4. #Airbnb recently detailed the architecture behind Sitar-agent - a #Kubernetes sidecar for dynamic configuration delivery across tens of thousands of pods, processing updates several times per minute.

    To improve reliability, startup performance, and configuration availability at scale, the team completely redesigned it.

    🔗 Dive into the full architecture breakdown here: bit.ly/4vnxbzm

    #ConfigurationManagement #SoftwareArchitecture #InfoQ

  5. #Airbnb recently detailed the architecture behind Sitar-agent - a #Kubernetes sidecar for dynamic configuration delivery across tens of thousands of pods, processing updates several times per minute.

    To improve reliability, startup performance, and configuration availability at scale, the team completely redesigned it.

    🔗 Dive into the full architecture breakdown here: bit.ly/4vnxbzm

    #ConfigurationManagement #SoftwareArchitecture #InfoQ

  6. #Airbnb recently detailed the architecture behind Sitar-agent - a #Kubernetes sidecar for dynamic configuration delivery across tens of thousands of pods, processing updates several times per minute.

    To improve reliability, startup performance, and configuration availability at scale, the team completely redesigned it.

    🔗 Dive into the full architecture breakdown here: bit.ly/4vnxbzm

    #ConfigurationManagement #SoftwareArchitecture #InfoQ

  7. #Airbnb recently detailed the architecture behind Sitar-agent - a #Kubernetes sidecar for dynamic configuration delivery across tens of thousands of pods, processing updates several times per minute.

    To improve reliability, startup performance, and configuration availability at scale, the team completely redesigned it.

    🔗 Dive into the full architecture breakdown here: bit.ly/4vnxbzm

    #ConfigurationManagement #SoftwareArchitecture #InfoQ

  8. recently detailed the architecture behind Sitar-agent - a sidecar for dynamic configuration delivery across tens of thousands of pods, processing updates several times per minute.

    To improve reliability, startup performance, and configuration availability at scale, the team completely redesigned it.

    🔗 Dive into the full architecture breakdown here: bit.ly/4vnxbzm

  9. Huh, are the projects clawed back from #puppet , namely #choria and #OpenVox #OpenVoxProject, the only entries in #ConfigurationManagement without LLMs in them?

    Edit: #Rex #Rexify rexify.org/ seems to be another entry

    #SysAdmin #DevOps #OpenSource

  10. Configuration has evolved from static files to a live control plane that shapes system behavior.

    Misconfigurations can trigger major outages. Hyperscalers avoid this with:
    • Staged rollouts
    • Validation checks
    • Blast radius limits
    • Automated rollback

    Read the full #InfoQ article for insights: bit.ly/4bHvoNE

    #DevOps #ConfigurationManagement

  11. Configuration has evolved from static files to a live control plane that shapes system behavior.

    Misconfigurations can trigger major outages. Hyperscalers avoid this with:
    • Staged rollouts
    • Validation checks
    • Blast radius limits
    • Automated rollback

    Read the full #InfoQ article for insights: bit.ly/4bHvoNE

    #DevOps #ConfigurationManagement

  12. Configuration has evolved from static files to a live control plane that shapes system behavior.

    Misconfigurations can trigger major outages. Hyperscalers avoid this with:
    • Staged rollouts
    • Validation checks
    • Blast radius limits
    • Automated rollback

    Read the full #InfoQ article for insights: bit.ly/4bHvoNE

    #DevOps #ConfigurationManagement

  13. Configuration has evolved from static files to a live control plane that shapes system behavior.

    Misconfigurations can trigger major outages. Hyperscalers avoid this with:
    • Staged rollouts
    • Validation checks
    • Blast radius limits
    • Automated rollback

    Read the full #InfoQ article for insights: bit.ly/4bHvoNE

    #DevOps #ConfigurationManagement

  14. Configuration has evolved from static files to a live control plane that shapes system behavior.

    Misconfigurations can trigger major outages. Hyperscalers avoid this with:
    • Staged rollouts
    • Validation checks
    • Blast radius limits
    • Automated rollback

    Read the full article for insights: bit.ly/4bHvoNE

  15. Yesterday at #CfgMgmtCamp I attended a talk by @ripienaar on his new #Choria #ConfigurationManagement system choria-cm.dev/.

    Lots of already usable neat ideas packed into a 2 months old project:
    - lightweight shell script integration for idempotent resource management, rather than implementing yet another bizarro DSL
    - single-file yaml manifests (data + resources in a single self-contained place)
    - all-in-one statically linked go binary that you can stick anywhere and runs really fast
    - health checks + remediation loop when using agent mode
    - bundle support for common operations

    Seems like something worth keeping an eye out for, in the niche between spaghetti shell scripts, slow-ish ansible roles and full-blown OpenVox deployments, especially for "snowflake" one-shot deployments.

  16. Yesterday at #CfgMgmtCamp I attended a talk by @ripienaar on his new #Choria #ConfigurationManagement system choria-cm.dev/.

    Lots of already usable neat ideas packed into a 2 months old project:
    - lightweight shell script integration for idempotent resource management, rather than implementing yet another bizarro DSL
    - single-file yaml manifests (data + resources in a single self-contained place)
    - all-in-one statically linked go binary that you can stick anywhere and runs really fast
    - health checks + remediation loop when using agent mode
    - bundle support for common operations

    Seems like something worth keeping an eye out for, in the niche between spaghetti shell scripts, slow-ish ansible roles and full-blown OpenVox deployments, especially for "snowflake" one-shot deployments.

  17. Yesterday at #CfgMgmtCamp I attended a talk by @ripienaar on his new #Choria #ConfigurationManagement system choria-cm.dev/.

    Lots of already usable neat ideas packed into a 2 months old project:
    - lightweight shell script integration for idempotent resource management, rather than implementing yet another bizarro DSL
    - single-file yaml manifests (data + resources in a single self-contained place)
    - all-in-one statically linked go binary that you can stick anywhere and runs really fast
    - health checks + remediation loop when using agent mode
    - bundle support for common operations

    Seems like something worth keeping an eye out for, in the niche between spaghetti shell scripts, slow-ish ansible roles and full-blown OpenVox deployments, especially for "snowflake" one-shot deployments.

  18. Yesterday at #CfgMgmtCamp I attended a talk by @ripienaar on his new #Choria #ConfigurationManagement system choria-cm.dev/.

    Lots of already usable neat ideas packed into a 2 months old project:
    - lightweight shell script integration for idempotent resource management, rather than implementing yet another bizarro DSL
    - single-file yaml manifests (data + resources in a single self-contained place)
    - all-in-one statically linked go binary that you can stick anywhere and runs really fast
    - health checks + remediation loop when using agent mode
    - bundle support for common operations

    Seems like something worth keeping an eye out for, in the niche between spaghetti shell scripts, slow-ish ansible roles and full-blown OpenVox deployments, especially for "snowflake" one-shot deployments.

  19. Yesterday at #CfgMgmtCamp I attended a talk by @ripienaar on his new #Choria #ConfigurationManagement system choria-cm.dev/.

    Lots of already usable neat ideas packed into a 2 months old project:
    - lightweight shell script integration for idempotent resource management, rather than implementing yet another bizarro DSL
    - single-file yaml manifests (data + resources in a single self-contained place)
    - all-in-one statically linked go binary that you can stick anywhere and runs really fast
    - health checks + remediation loop when using agent mode
    - bundle support for common operations

    Seems like something worth keeping an eye out for, in the niche between spaghetti shell scripts, slow-ish ansible roles and full-blown OpenVox deployments, especially for "snowflake" one-shot deployments.

  20. Registrations for #CfgMgmtCamp 2026 are open! While the main schedule is being finalized (we're still working on a few final acceptances due to a record number of proposals to review this year - thank YOU!), you can already register via this link & reserve your places in the workshops/fringes on Wednesday: registration.cfgmgmtcamp.org/g

    There's a registration for Women's lunch on Feb 2 (Mon), if you're so inclined!

    #opensource #configurationmanagement #configmanagement #inframanagement

    @cfgmgmtcamp

  21. Registrations for #CfgMgmtCamp 2026 are open! While the main schedule is being finalized (we're still working on a few final acceptances due to a record number of proposals to review this year - thank YOU!), you can already register via this link & reserve your places in the workshops/fringes on Wednesday: registration.cfgmgmtcamp.org/g

    There's a registration for Women's lunch on Feb 2 (Mon), if you're so inclined!

    #opensource #configurationmanagement #configmanagement #inframanagement

    @cfgmgmtcamp

  22. Registrations for #CfgMgmtCamp 2026 are open! While the main schedule is being finalized (we're still working on a few final acceptances due to a record number of proposals to review this year - thank YOU!), you can already register via this link & reserve your places in the workshops/fringes on Wednesday: registration.cfgmgmtcamp.org/g

    There's a registration for Women's lunch on Feb 2 (Mon), if you're so inclined!

    #opensource #configurationmanagement #configmanagement #inframanagement

    @cfgmgmtcamp

  23. Registrations for #CfgMgmtCamp 2026 are open! While the main schedule is being finalized (we're still working on a few final acceptances due to a record number of proposals to review this year - thank YOU!), you can already register via this link & reserve your places in the workshops/fringes on Wednesday: registration.cfgmgmtcamp.org/g

    There's a registration for Women's lunch on Feb 2 (Mon), if you're so inclined!

    #opensource #configurationmanagement #configmanagement #inframanagement

    @cfgmgmtcamp

  24. Registrations for #CfgMgmtCamp 2026 are open! While the main schedule is being finalized (we're still working on a few final acceptances due to a record number of proposals to review this year - thank YOU!), you can already register via this link & reserve your places in the workshops/fringes on Wednesday: registration.cfgmgmtcamp.org/g

    There's a registration for Women's lunch on Feb 2 (Mon), if you're so inclined!

    #opensource #configurationmanagement #configmanagement #inframanagement

    @cfgmgmtcamp

  25. Automation doesn't need to feel like wrestling a monster.

    Rocinante is the simple, elegant configuration management tool made for FreeBSD.

    If you value minimalism and speed in your scripts, you'll love it. Give lightweight automation a try!

    #Rocinante #ConfigurationManagement #Automation #FreeBSD

  26. Automation doesn't need to feel like wrestling a monster.

    Rocinante is the simple, elegant configuration management tool made for FreeBSD.

    If you value minimalism and speed in your scripts, you'll love it. Give lightweight automation a try!

  27. Automation doesn't need to feel like wrestling a monster.

    Rocinante is the simple, elegant configuration management tool made for FreeBSD.

    If you value minimalism and speed in your scripts, you'll love it. Give lightweight automation a try!

    #Rocinante #ConfigurationManagement #Automation #FreeBSD

  28. Automation doesn't need to feel like wrestling a monster.

    Rocinante is the simple, elegant configuration management tool made for FreeBSD.

    If you value minimalism and speed in your scripts, you'll love it. Give lightweight automation a try!

    #Rocinante #ConfigurationManagement #Automation #FreeBSD

  29. Automation doesn't need to feel like wrestling a monster.

    Rocinante is the simple, elegant configuration management tool made for FreeBSD.

    If you value minimalism and speed in your scripts, you'll love it. Give lightweight automation a try!

    #Rocinante #ConfigurationManagement #Automation #FreeBSD

  30. @kevin if the stakes are low and it’s for personal use then your approach sounds lovely and fun.

    (Edit: remove justfiles, you already mentioned them)

    There’s @atuin with distributed runbooks that are an interesting alternative to traditional #configurationmanagement blog.atuin.sh/introducing-the-

    Another one you may find interesting for syntax and no dependencies is mgmtconfig.com/ by @purpleidea

  31. @kevin if the stakes are low and it’s for personal use then your approach sounds lovely and fun.

    (Edit: remove justfiles, you already mentioned them)

    There’s @atuin with distributed runbooks that are an interesting alternative to traditional #configurationmanagement blog.atuin.sh/introducing-the-

    Another one you may find interesting for syntax and no dependencies is mgmtconfig.com/ by @purpleidea

  32. @kevin if the stakes are low and it’s for personal use then your approach sounds lovely and fun.

    (Edit: remove justfiles, you already mentioned them)

    There’s @atuin with distributed runbooks that are an interesting alternative to traditional #configurationmanagement blog.atuin.sh/introducing-the-

    Another one you may find interesting for syntax and no dependencies is mgmtconfig.com/ by @purpleidea

  33. @kevin if the stakes are low and it’s for personal use then your approach sounds lovely and fun.

    (Edit: remove justfiles, you already mentioned them)

    There’s @atuin with distributed runbooks that are an interesting alternative to traditional #configurationmanagement blog.atuin.sh/introducing-the-

    Another one you may find interesting for syntax and no dependencies is mgmtconfig.com/ by @purpleidea

  34. @kevin if the stakes are low and it’s for personal use then your approach sounds lovely and fun.

    (Edit: remove justfiles, you already mentioned them)

    There’s @atuin with distributed runbooks that are an interesting alternative to traditional #configurationmanagement blog.atuin.sh/introducing-the-

    Another one you may find interesting for syntax and no dependencies is mgmtconfig.com/ by @purpleidea

  35. ConfigBuddy: Công cụ mới quản lý biến môi trường & cấu hình đang được xây dựng! Hỗ trợ mã hóa, lịch sử phiên bản, CLI và nhiều môi trường. Nhà phát triển đang tìm kiếm phản hồi từ cộng đồng dev về cách họ quản lý config và những khó khăn gặp phải.

    #ConfigBuddy #DevTools #EnvironmentVariables #ConfigurationManagement #PhátTriểnPhầnMềm #CôngCụDev #BiếnMôiTrường #CấuHình

    reddit.com/r/SaaS/comments/1p8

  36. chat, is saltstack still viable or is it dead, expired, ceased to be, bereft of life and killed by broadcom?

    and if not saltstack, then what?

    (i know puppet, chef and ansible well, and am looking for a recommendation about a configuration management tooling of near-production quality that preferably isn't one of the three above)

    #SaltStack #Puppet #Chef #Ansible #ConfigurationManagement #CMS

  37. chat, is saltstack still viable or is it dead, expired, ceased to be, bereft of life and killed by broadcom?

    and if not saltstack, then what?

    (i know puppet, chef and ansible well, and am looking for a recommendation about a configuration management tooling of near-production quality that preferably isn't one of the three above)

    #SaltStack #Puppet #Chef #Ansible #ConfigurationManagement #CMS

  38. chat, is saltstack still viable or is it dead, expired, ceased to be, bereft of life and killed by broadcom?

    and if not saltstack, then what?

    (i know puppet, chef and ansible well, and am looking for a recommendation about a configuration management tooling of near-production quality that preferably isn't one of the three above)

    #SaltStack #Puppet #Chef #Ansible #ConfigurationManagement #CMS

  39. chat, is saltstack still viable or is it dead, expired, ceased to be, bereft of life and killed by broadcom?

    and if not saltstack, then what?

    (i know puppet, chef and ansible well, and am looking for a recommendation about a configuration management tooling of near-production quality that preferably isn't one of the three above)

    #SaltStack #Puppet #Chef #Ansible #ConfigurationManagement #CMS

  40. chat, is saltstack still viable or is it dead, expired, ceased to be, bereft of life and killed by broadcom?

    and if not saltstack, then what?

    (i know puppet, chef and ansible well, and am looking for a recommendation about a configuration management tooling of near-production quality that preferably isn't one of the three above)

    #SaltStack #Puppet #Chef #Ansible #ConfigurationManagement #CMS

  41. I'm now able to:
    - create #btrfs subvolume
    - Ensure entry in #fstab
    - mount it
    - create, init & enable #swapfile
    - Ensure entry in fstab

    \o/

    #Ansible #ConfigurationManagement

  42. I'm now able to:
    - create #btrfs subvolume
    - Ensure entry in #fstab
    - mount it
    - create, init & enable #swapfile
    - Ensure entry in fstab

    \o/

    #Ansible #ConfigurationManagement

  43. I'm now able to:
    - create #btrfs subvolume
    - Ensure entry in #fstab
    - mount it
    - create, init & enable #swapfile
    - Ensure entry in fstab

    \o/

    #Ansible #ConfigurationManagement