#!/bin/bash

. ./_local_config.bash


ansible-playbook -l localhost -u $localhost_username \
    $ap_extra_args $@ \
    gs3-ext-structured-image-playbook.yml	 
