--- tags: - IT/Development/Ansible - IT/Tools/uv --- ## Verwendung ## Installation ```shell uv tool install --with-executables-from ansible-core,ansible-list ansible --force ``` ## Links - [Using Ansible's command and shell modules properly](http://willthames.github.io/2016/09/21/using-command-and-shell-in-ansible.html) - [Usage — Ansible Lint Documentation](https://ansible-lint.readthedocs.io/en/latest/usage.html) - [Best Practices — Ansible Documentation](https://docs.ansible.com/ansible/latest/user\_guide/playbooks\_best_practices.html) - [ansible - Install multiple packages in a single task | ansible Tutorial](https://riptutorial.com/ansible/example/21247/install-multiple-packages-in-a-single-task) - [Installing multiple packages in Ansible - Stack Overflow](https://stackoverflow.com/questions/54944080/installing-multiple-packages-in-ansible) - [ansible.builtin.apt – Manages apt-packages — Ansible Documentation](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/apt_module.html) - [Installing Software and Other Packages - Ansible Tips and Tricks](https://ansible-tips-and-tricks.readthedocs.io/en/latest/os-dependent-tasks/installing_packages/) - [Ansible Configuration Settings — Ansible Community Documentation](https://docs.ansible.com/ansible/latest/reference_appendices/config.html) - [How to build your inventory — Ansible Community Documentation](https://docs.ansible.com/ansible/latest/inventory_guide/intro_inventory.html) [[Setting up Sonarqube with Ansible - Matt v.d. West]]