home.social

#ansiblelint — Public Fediverse posts

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

  1. Ugh, so I have to write a custom `ansible-lint` rule to check that default values documented in meta match those in defaults?
    #Ansible #AnsibleLint

  2. @neuroexception If ansible-lint does not complain, enable the extra checks. If it still does not complain you are done. The rest is a matter of opinion... ;-)

    #Ansible #AnsibleLint

  3. I had time to update my old #Teleport #vagrant setup to work with the current @opensuse packages maintained by yours truly.

    codeberg.org/johanneskastl/tel

    Also some roles were cleaned up, tested and are now fully compliant to #AnsibleLint...

    #Teleport #Ansible #vagrant #homelab #ssh

  4. Ansible-pull и GitLab CI/CD: когда лучше тянуть, чем толкать

    Ansible — мощный инструмент автоматизации, но его push-модель не всегда удобна. Когда требуется централизованный контроль большого числа серверов, могут возникнуть проблемы: 📌 Нестабильные сети → клиент может быть недоступен во время обновления. 📌 Сложности с NAT → серверы находятся в закрытых "серых" сетях. 📌 Перемещаемые устройства → подключаются к сети только время от времени. Разбираемся, как ansible-pull решает эти проблемы на стенде , а также настраиваем CI/CD для тестирования и совместной разработки Ansible-ролей

    habr.com/ru/articles/890276/

    #ansiblelint #ansible #ansible_playbook #vagrant #docker #dockercompose #dockerfile #gitlab #git #cicd

  5. Triff mich, wie ich vor jedes Modul ansible.builtin. davorschreibe #AnsibleLint

  6. CW: IT rant

    I think I must be handling this wrong. When you have a requirements file it fetches the dependencies from there … and the don’t use them as it looks in different directories.

    If you pull stuff yourself and the pass the dir via some environment variable it works.

    WHAT.
    #ansible #ansibleLint