#!/bin/bash

files=(  01-crc.conf 
        haproxy.cfg 
        hosts)

for file in "files[@]"
do


fi

curl 