# System configuration for Baserock HAProxy instance. --- - hosts: frontend-haproxy become: yes tasks: - name: ensure system up to date apt: upgrade: yes update_cache: yes - name: HAProxy installed apt: name: haproxy - name: netcat installed apt: name: netcat