summaryrefslogtreecommitdiff
path: root/baserock_frontend/image-config.yml
blob: a8ee88d2b69aea3ced2d105bb7a24faa2542edca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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