2485 shaares
83 private links
83 private links
24 results
tagged
ansible
Another tutorial for snapcast, this one focusing on ansible-izing the setup, as well as some advanced setup steps for the specific two-room hardware requirements.
Example project showing how to test Ansible roles with Molecule using Testinfra and a multiscenario approach with Docker, Vagrant & AWS EC2 as infrastructure providers - jonashackt
Best Practices for ansible role layouts
Ansible Best Practices
(Vagrant Test environment)
roles for ansible, recipes for chef, puppet roles -> all automated and best practices!
Best and most up-to-date ansible book resource!
-
hosts: all
become: true
gather_facts: falsepre_tasks:
- name: Install python2 for Ansible
raw: bash -c "test -e /usr/bin/python || (apt -qqy update && apt install -qqy python-minimal)"
register: output
changed_when: - output.stdout != ""
- output.stdout != "\r\n"
- name: Gathering Facts
setup:
- name: Install python2 for Ansible
Some thoughts in comparing and combingin docker and ansible
Comprehensive Update and Rollback Roles